#800991

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

Shades of Dark Magenta #800991

Tints of Dark Magenta #800991

Color information

#800991 (or 0x800991) is unknown color: approx Dark Magenta. HEX triplet: 80, 09 and 91. RGB value is (128,9,145). Sum of RGB (Red+Green+Blue) = 128+9+145=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #800991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800991 is #7FF66E. Grayscale: #3B3B3B. Windows color (decimal): -8386159 or 9505152. OLE color: 9505152.

HSL color Cylindrical-coordinate representation of color #800991: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800991 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1289145-
CMYK0.120.9400.43
HSL292.5º88.31%30.2%-
HSV(B)292.5º93.79%56.86%-
XYZ14.116.8327.36-
YUV60.08175.92176.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=45.39%
G=3.19%
B=51.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12891450.120.9400.43292.588.3130.2
Hex80991C5E02B124581e
Octal200112211413605344413036
Binary10000000100110010001110010111100101011100100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800991; }

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

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

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

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

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

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

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

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