#801A88

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

Shades of Dark Purple #801A88

Tints of Dark Purple #801A88

Color information

#801A88 (or 0x801A88) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 88. RGB value is (128,26,136). Sum of RGB (Red+Green+Blue) = 128+26+136=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #801A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A88 is #7FE577. Grayscale: #444444. Windows color (decimal): -8381816 or 8919680. OLE color: 8919680.

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

Color convert

RGB12826136-
CMYK0.060.8100.47
HSL295.64º67.9%31.76%-
HSV(B)295.64º80.88%53.33%-
XYZ13.727.1123.94-
YUV69.04165.79170.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=44.14%
G=8.97%
B=46.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128261360.060.8100.47295.6467.931.76
Hex801A8865102F1284420
Octal20032210612105745010440
Binary100000001101010001000110101000101011111001010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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