#800A91

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

Shades of Dark Magenta #800A91

Tints of Dark Magenta #800A91

Color information

#800A91 (or 0x800A91) is unknown color: approx Dark Magenta. HEX triplet: 80, 0A and 91. RGB value is (128,10,145). Sum of RGB (Red+Green+Blue) = 128+10+145=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #800A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A91 is #7FF56E. Grayscale: #3C3C3C. Windows color (decimal): -8385903 or 9505408. OLE color: 9505408.

HSL color Cylindrical-coordinate representation of color #800A91: hue angle of 292.44º 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 #800A91 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12810145-
CMYK0.120.9300.43
HSL292.44º87.1%30.39%-
HSV(B)292.44º93.1%56.86%-
XYZ14.126.8527.37-
YUV60.67175.59176.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=45.23%
G=3.53%
B=51.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128101450.120.9300.43292.4487.130.39
Hex80A91C5D02B124571e
Octal200122211413505344412736
Binary10000000101010010001110010111010101011100100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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