Html Css Color HEX #811F87 Dark Purple

📋 copy color: '#811F87'

red 129 ◦ green 31 ◦ blue 135

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

Shades of Dark Purple #811F87

Tints of Dark Purple #811F87

RGB

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

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

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

R = 43.73%
G = 10.51%
B = 45.76%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#811F87 (or 0x811F87) is known color: Dark Purple. HEX triplet: 81, 1F and 87. RGB value is (129,31,135). Sum of RGB (Red+Green+Blue) = 129+31+135=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #811F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811F87 is #7EE078. Grayscale: #474747. Windows color (decimal): -8315001 or 8855425. OLE color: 8855425.

HSL color Cylindrical-coordinate representation of color #811F87: hue angle of 296.54º 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 #811F87 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 31 135 -
CMYK 0.04 0.77 0 0.47
HSL 296.54º 0.63% 0.33% -
HSV(B) 296.54º 0.77% 0.53% -
XYZ 13.92 7.4 23.62 -
YUV 72.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 129 31 135 0.04 0.77 0 0.47 296.54 0.63 0.33
Hex 81 1F 87 4 4D 0 2F 129 3F 21
Octal 201 37 207 4 115 0 57 451 77 41
Binary 10000001 11111 10000111 100 1001101 0 101111 100101001 111111 100001

Color Harmonies of #811F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811F87

Black with #811F87

Text Example


Text Example

White with #811F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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