#801884

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

Shades of Dark Purple #801884

Tints of Dark Purple #801884

Color information

#801884 (or 0x801884) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 84. RGB value is (128,24,132). Sum of RGB (Red+Green+Blue) = 128+24+132=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #801884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801884 is #7FE77B. Grayscale: #434343. Windows color (decimal): -8382332 or 8657024. OLE color: 8657024.

HSL color Cylindrical-coordinate representation of color #801884: hue angle of 297.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801884 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12824132-
CMYK0.030.8200.48
HSL297.78º69.23%30.59%-
HSV(B)297.78º81.82%51.76%-
XYZ13.396.9122.46-
YUV67.41164.46171.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=45.07%
G=8.45%
B=46.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128241320.030.8200.48297.7869.2330.59
Hex80188435203012a451f
Octal20030204312206045210537
Binary1000000011000100001001110100100110000100101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801884; }

 p { color: rgb(128,24,132); }

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

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

 a { background-color: rgb(128,24,132); }

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

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

 span { border-color: rgb(128,24,132); }

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