#801885

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

Shades of Dark Purple #801885

Tints of Dark Purple #801885

Color information

#801885 (or 0x801885) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 85. RGB value is (128,24,133). Sum of RGB (Red+Green+Blue) = 128+24+133=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #801885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801885 is #7FE77A. Grayscale: #434343. Windows color (decimal): -8382331 or 8722560. OLE color: 8722560.

HSL color Cylindrical-coordinate representation of color #801885: hue angle of 297.25º 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 #801885 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12824133-
CMYK0.040.8200.48
HSL297.25º69.43%30.78%-
HSV(B)297.25º81.95%52.16%-
XYZ13.466.9422.82-
YUV67.52164.96171.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=44.91%
G=8.42%
B=46.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128241330.040.8200.48297.2569.4330.78
Hex801885452030129451f
Octal20030205412206045110537
Binary10000000110001000010110010100100110000100101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801885; }

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

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

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

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

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

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

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

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