#80118E

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

Shades of Dark Magenta #80118E

Tints of Dark Magenta #80118E

Color information

#80118E (or 0x80118E) is unknown color: approx Dark Magenta. HEX triplet: 80, 11 and 8E. RGB value is (128,17,142). Sum of RGB (Red+Green+Blue) = 128+17+142=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #80118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80118E is #7FEE71. Grayscale: #404040. Windows color (decimal): -8384114 or 9310592. OLE color: 9310592.

HSL color Cylindrical-coordinate representation of color #80118E: hue angle of 293.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80118E is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12817142-
CMYK0.100.8800.44
HSL293.28º78.62%31.18%-
HSV(B)293.28º88.03%55.69%-
XYZ13.996.9426.19-
YUV64.44171.77173.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=44.60%
G=5.92%
B=49.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128171420.100.8800.44293.2878.6231.18
Hex80118EA5802C1254f1f
Octal200212161213005444511737
Binary100000001000110001110101010110000101100100100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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