#801A85

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

Shades of Dark Purple #801A85

Tints of Dark Purple #801A85

Color information

#801A85 (or 0x801A85) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 85. RGB value is (128,26,133). Sum of RGB (Red+Green+Blue) = 128+26+133=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #801A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A85 is #7FE57A. Grayscale: #444444. Windows color (decimal): -8381819 or 8723072. OLE color: 8723072.

HSL color Cylindrical-coordinate representation of color #801A85: hue angle of 297.2º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A85 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12826133-
CMYK0.040.8000.48
HSL297.2º67.3%31.18%-
HSV(B)297.2º80.45%52.16%-
XYZ13.517.0222.83-
YUV68.7164.29170.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=44.60%
G=9.06%
B=46.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128261330.040.8000.48297.267.331.18
Hex801A85450030129431f
Octal20032205412006045110337
Binary10000000110101000010110010100000110000100101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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