#801089

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

Shades of Purple #801089

Tints of Purple #801089

Color information

#801089 (or 0x801089) is unknown color: approx Purple. HEX triplet: 80, 10 and 89. RGB value is (128,16,137). Sum of RGB (Red+Green+Blue) = 128+16+137=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #801089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801089 is #7FEF76. Grayscale: #3E3E3E. Windows color (decimal): -8384375 or 8982656. OLE color: 8982656.

HSL color Cylindrical-coordinate representation of color #801089: hue angle of 295.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801089 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12816137-
CMYK0.070.8800.46
HSL295.54º79.08%30%-
HSV(B)295.54º88.32%53.73%-
XYZ13.66.7724.26-
YUV63.28169.61174.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=45.55%
G=5.69%
B=48.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128161370.070.8800.46295.5479.0830
Hex80108975802E1284f1e
Octal20020211713005645011736
Binary10000000100001000100111110110000101110100101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801089; }

 p { color: rgb(128,16,137); }

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

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

 a { background-color: rgb(128,16,137); }

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

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

 span { border-color: rgb(128,16,137); }

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