#801E88

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

Shades of Dark Purple #801E88

Tints of Dark Purple #801E88

Color information

#801E88 (or 0x801E88) is unknown color: approx Dark Purple. HEX triplet: 80, 1E and 88. RGB value is (128,30,136). Sum of RGB (Red+Green+Blue) = 128+30+136=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #801E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801E88 is #7FE177. Grayscale: #474747. Windows color (decimal): -8380792 or 8920704. OLE color: 8920704.

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

Color convert

RGB12830136-
CMYK0.060.7800.47
HSL295.47º63.86%32.55%-
HSV(B)295.47º77.94%53.33%-
XYZ13.817.323.97-
YUV71.39164.47168.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=43.54%
G=10.20%
B=46.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128301360.060.7800.47295.4763.8632.55
Hex801E8864E02F1274021
Octal20036210611605744710041
Binary100000001111010001000110100111001011111001001111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,30,136); }

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

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

 a { background-color: rgb(128,30,136); }

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

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

 span { border-color: rgb(128,30,136); }

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