#810A89

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

Shades of Purple #810A89

Tints of Purple #810A89

Color information

#810A89 (or 0x810A89) is unknown color: approx Purple. HEX triplet: 81, 0A and 89. RGB value is (129,10,137). Sum of RGB (Red+Green+Blue) = 129+10+137=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #810A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810A89 is #7EF576. Grayscale: #3B3B3B. Windows color (decimal): -8320375 or 8981121. OLE color: 8981121.

HSL color Cylindrical-coordinate representation of color #810A89: hue angle of 296.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810A89 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12910137-
CMYK0.060.9300.46
HSL296.22º86.39%28.82%-
HSV(B)296.22º92.7%53.73%-
XYZ13.686.6924.24-
YUV60.06171.42177.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 137 (53.91% from 255) = 49.64%
R=46.74%
G=3.62%
B=49.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129101370.060.9300.46296.2286.3928.82
Hex81A8965D02E128561d
Octal20112211613505645012635
Binary1000000110101000100111010111010101110100101000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810A89; }

 p { color: rgb(129,10,137); }

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

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

 a { background-color: rgb(129,10,137); }

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

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

 span { border-color: rgb(129,10,137); }

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