#801f87

Color #801F87 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #801F87

Tints of Dark Purple #801F87

Color information

#801F87 (or 0x801F87) is unknown color: approx Dark Purple. HEX triplet: 80, 1F and 87. RGB value is (128,31,135). Sum of RGB (Red+Green+Blue) = 128+31+135=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 31 (12.5% from 255 or 10.54% 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 #801F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801F87 is #7FE078. Grayscale: #474747. Windows color (decimal): -8380537 or 8855424. OLE color: 8855424.

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

Color convert

RGB12831135-
CMYK0.050.7700.47
HSL295.96º62.65%32.55%-
HSV(B)295.96º77.04%52.94%-
XYZ13.777.3223.61-
YUV71.86163.64168.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=43.54%
G=10.54%
B=45.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128311350.050.7700.47295.9662.6532.55
Hex801F8754D02F1283f21
Octal2003720751150574507741
Binary10000000111111000011110110011010101111100101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801f87; }

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

 H1.HeaderClassName
 {
   color: #801f87;
 }
 .AnyTagClassName
 {
   color: #801f87;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #801f87;
 }
 .BgClassName
 {
   background-color: #801f87;
 }
</style>
border-color css

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

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

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