Html Css Color HEX #831987 Dark Purple

📋 copy color: '#831987'

red 131 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #831987

Tints of Dark Purple #831987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 45.02%
G = 8.59%
B = 46.39%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831987 (or 0x831987) is known color: Dark Purple. HEX triplet: 83, 19 and 87. RGB value is (131,25,135). Sum of RGB (Red+Green+Blue) = 131+25+135=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #831987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831987 is #7CE678. Grayscale: #444444. Windows color (decimal): -8185465 or 8853891. OLE color: 8853891.

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

Color convert

RGB 131 25 135 -
CMYK 0.03 0.81 0 0.47
HSL 297.82º 0.69% 0.31% -
HSV(B) 297.82º 0.81% 0.53% -
XYZ 14.08 7.27 23.58 -
YUV 69.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 131 25 135 0.03 0.81 0 0.47 297.82 0.69 0.31
Hex 83 19 87 3 51 0 2F 12A 45 1F
Octal 203 31 207 3 121 0 57 452 105 37
Binary 10000011 11001 10000111 11 1010001 0 101111 100101010 1000101 11111

Color Harmonies of #831987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831987

Black with #831987

Text Example


Text Example

White with #831987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831987; }

 p { color: rgb(131,25,135); }

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

background-color css

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

 a { background-color: rgb(131,25,135); }

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

border-color css

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

 span { border-color: rgb(131,25,135); }

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