#80119E

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

Shades of Dark Magenta #80119E

Tints of Dark Magenta #80119E

Color information

#80119E (or 0x80119E) is unknown color: approx Dark Magenta. HEX triplet: 80, 11 and 9E. RGB value is (128,17,158). Sum of RGB (Red+Green+Blue) = 128+17+158=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #80119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80119E is #7FEE61. Grayscale: #414141. Windows color (decimal): -8384098 or 10359168. OLE color: 10359168.

HSL color Cylindrical-coordinate representation of color #80119E: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80119E is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12817158-
CMYK0.190.8900.38
HSL287.23º80.57%34.31%-
HSV(B)287.23º89.24%61.96%-
XYZ15.277.4632.98-
YUV66.26179.77172.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=42.24%
G=5.61%
B=52.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128171580.190.8900.38287.2380.5734.31
Hex80119E135902611f5122
Octal200212362313104643712142
Binary10000000100011001111010011101100101001101000111111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80119E; }

 p { color: rgb(128,17,158); }

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

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

 a { background-color: rgb(128,17,158); }

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

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

 span { border-color: rgb(128,17,158); }

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