Html Css Color HEX #811E87 Dark Purple

📋 copy color: '#811E87'

red 129 ◦ green 30 ◦ blue 135

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

Shades of Dark Purple #811E87

Tints of Dark Purple #811E87

RGB

 RED value IS 129 (50.78% from 255) = 43.88%

 GREEN value IS 30 (12.11% from 255) = 10.2%

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

R = 43.88%
G = 10.2%
B = 45.92%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#811E87 (or 0x811E87) is known color: Dark Purple. HEX triplet: 81, 1E and 87. RGB value is (129,30,135). Sum of RGB (Red+Green+Blue) = 129+30+135=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #811E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811E87 is #7EE178. Grayscale: #474747. Windows color (decimal): -8315257 or 8855169. OLE color: 8855169.

HSL color Cylindrical-coordinate representation of color #811E87: hue angle of 296.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811E87 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 30 135 -
CMYK 0.04 0.78 0 0.47
HSL 296.57º 0.64% 0.32% -
HSV(B) 296.57º 0.78% 0.53% -
XYZ 13.89 7.34 23.61 -
YUV 71.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 129 30 135 0.04 0.78 0 0.47 296.57 0.64 0.32
Hex 81 1E 87 4 4E 0 2F 129 40 20
Octal 201 36 207 4 116 0 57 451 100 40
Binary 10000001 11110 10000111 100 1001110 0 101111 100101001 1000000 100000

Color Harmonies of #811E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E87

Black with #811E87

Text Example


Text Example

White with #811E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811E87; }

 p { color: rgb(129,30,135); }

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

background-color css

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

 a { background-color: rgb(129,30,135); }

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

border-color css

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

 span { border-color: rgb(129,30,135); }

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