#810A91

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

Shades of Dark Magenta #810A91

Tints of Dark Magenta #810A91

Color information

#810A91 (or 0x810A91) is unknown color: approx Dark Magenta. HEX triplet: 81, 0A and 91. RGB value is (129,10,145). Sum of RGB (Red+Green+Blue) = 129+10+145=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #810A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810A91 is #7EF56E. Grayscale: #3C3C3C. Windows color (decimal): -8320367 or 9505409. OLE color: 9505409.

HSL color Cylindrical-coordinate representation of color #810A91: hue angle of 292.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810A91 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12910145-
CMYK0.110.9300.43
HSL292.89º87.1%30.39%-
HSV(B)292.89º93.1%56.86%-
XYZ14.276.9327.37-
YUV60.97175.42176.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=45.42%
G=3.52%
B=51.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129101450.110.9300.43292.8987.130.39
Hex81A91B5D02B125571e
Octal201122211313505344512736
Binary10000001101010010001101110111010101011100100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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