#80129E

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

Shades of Dark Magenta #80129E

Tints of Dark Magenta #80129E

Color information

#80129E (or 0x80129E) is unknown color: approx Dark Magenta. HEX triplet: 80, 12 and 9E. RGB value is (128,18,158). Sum of RGB (Red+Green+Blue) = 128+18+158=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #80129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80129E is #7FED61. Grayscale: #424242. Windows color (decimal): -8383842 or 10359424. OLE color: 10359424.

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

Color convert

RGB12818158-
CMYK0.190.8900.38
HSL287.14º79.55%34.51%-
HSV(B)287.14º88.61%61.96%-
XYZ15.297.4932.99-
YUV66.85179.44171.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=42.11%
G=5.92%
B=51.97%

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
Decimal128181580.190.8900.38287.1479.5534.51
Hex80129E135902611f5023
Octal200222362313104643712043
Binary10000000100101001111010011101100101001101000111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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