Html Css Color HEX #831F87 Dark Purple

📋 copy color: '#831F87'

red 131 ◦ green 31 ◦ blue 135

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

Shades of Dark Purple #831F87

Tints of Dark Purple #831F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

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

R = 44.11%
G = 10.44%
B = 45.45%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831F87 (or 0x831F87) is known color: Dark Purple. HEX triplet: 83, 1F and 87. RGB value is (131,31,135). Sum of RGB (Red+Green+Blue) = 131+31+135=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #831F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831F87 is #7CE078. Grayscale: #484848. Windows color (decimal): -8183929 or 8855427. OLE color: 8855427.

HSL color Cylindrical-coordinate representation of color #831F87: hue angle of 297.69º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831F87 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 31 135 -
CMYK 0.03 0.77 0 0.47
HSL 297.69º 0.63% 0.33% -
HSV(B) 297.69º 0.77% 0.53% -
XYZ 14.22 7.55 23.63 -
YUV 72.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 131 31 135 0.03 0.77 0 0.47 297.69 0.63 0.33
Hex 83 1F 87 3 4D 0 2F 12A 3F 21
Octal 203 37 207 3 115 0 57 452 77 41
Binary 10000011 11111 10000111 11 1001101 0 101111 100101010 111111 100001

Color Harmonies of #831F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F87

Black with #831F87

Text Example


Text Example

White with #831F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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