#80158E

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

Shades of Dark Magenta #80158E

Tints of Dark Magenta #80158E

Color information

#80158E (or 0x80158E) is unknown color: approx Dark Magenta. HEX triplet: 80, 15 and 8E. RGB value is (128,21,142). Sum of RGB (Red+Green+Blue) = 128+21+142=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #80158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80158E is #7FEA71. Grayscale: #424242. Windows color (decimal): -8383090 or 9311616. OLE color: 9311616.

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

Color convert

RGB12821142-
CMYK0.100.8500.44
HSL293.06º74.23%31.96%-
HSV(B)293.06º85.21%55.69%-
XYZ14.057.0826.22-
YUV66.79170.45171.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=43.99%
G=7.22%
B=48.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128211420.100.8500.44293.0674.2331.96
Hex80158EA5502C1254a20
Octal200252161212505444511240
Binary1000000010101100011101010101010101011001001001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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