Html Css Color HEX #831786 Dark Purple

📋 copy color: '#831786'

red 131 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #831786

Tints of Dark Purple #831786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 45.49%
G = 7.99%
B = 46.53%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831786 (or 0x831786) is known color: Dark Purple. HEX triplet: 83, 17 and 86. RGB value is (131,23,134). Sum of RGB (Red+Green+Blue) = 131+23+134=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #831786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831786 is #7CE879. Grayscale: #434343. Windows color (decimal): -8185978 or 8787843. OLE color: 8787843.

HSL color Cylindrical-coordinate representation of color #831786: hue angle of 298.38º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831786 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 23 134 -
CMYK 0.02 0.83 0 0.47
HSL 298.38º 0.71% 0.31% -
HSV(B) 298.38º 0.83% 0.53% -
XYZ 13.97 7.16 23.2 -
YUV 67.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 131 23 134 0.02 0.83 0 0.47 298.38 0.71 0.31
Hex 83 17 86 2 53 0 2F 12A 47 1F
Octal 203 27 206 2 123 0 57 452 107 37
Binary 10000011 10111 10000110 10 1010011 0 101111 100101010 1000111 11111

Color Harmonies of #831786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831786

Black with #831786

Text Example


Text Example

White with #831786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831786; }

 p { color: rgb(131,23,134); }

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

background-color css

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

 a { background-color: rgb(131,23,134); }

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

border-color css

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

 span { border-color: rgb(131,23,134); }

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