Html Css Color HEX #831085 Purple

📋 copy color: '#831085'

red 131 ◦ green 16 ◦ blue 133

#831085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #831085

Tints of Purple #831085

RGB

 RED value IS 131 (51.56% from 255) = 46.79%

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 46.79%
G = 5.71%
B = 47.5%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#831085 (or 0x831085) is known color: Purple. HEX triplet: 83, 10 and 85. RGB value is (131,16,133). Sum of RGB (Red+Green+Blue) = 131+16+133=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #831085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831085 is #7CEF7A. Grayscale: #3F3F3F. Windows color (decimal): -8187771 or 8720515. OLE color: 8720515.

HSL color Cylindrical-coordinate representation of color #831085: hue angle of 298.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831085 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 16 133 -
CMYK 0.02 0.88 0 0.48
HSL 298.97º 0.79% 0.29% -
HSV(B) 298.97º 0.88% 0.52% -
XYZ 13.78 6.89 22.79 -
YUV 63.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 131 16 133 0.02 0.88 0 0.48 298.97 0.79 0.29
Hex 83 10 85 2 58 0 30 12B 4F 1D
Octal 203 20 205 2 130 0 60 453 117 35
Binary 10000011 10000 10000101 10 1011000 0 110000 100101011 1001111 11101

Color Harmonies of #831085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831085

Black with #831085

Text Example


Text Example

White with #831085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831085; }

 p { color: rgb(131,16,133); }

 H1.HeaderClassName
 {
   color: #831085;
 }
 .AnyTagClassName
 {
   color: #831085;
 }
</style>

background-color css

<style>
 a { background-color: #831085; }

 a { background-color: rgb(131,16,133); }

 div.DivClassName
 {
   background-color: #831085;
 }
 .BgClassName
 {
   background-color: #831085;
 }
</style>

border-color css

<style>
 span { border-color: #831085; }

 span { border-color: rgb(131,16,133); }

 td.TdClassName
 {
   border-color: #831085;
 }
 .TagClassName
 {
   border-color: #831085;
 }
</style>