#80158C

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

Shades of Dark Magenta #80158C

Tints of Dark Magenta #80158C

Color information

#80158C (or 0x80158C) is unknown color: approx Dark Magenta. HEX triplet: 80, 15 and 8C. RGB value is (128,21,140). Sum of RGB (Red+Green+Blue) = 128+21+140=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #80158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80158C is #7FEA73. Grayscale: #424242. Windows color (decimal): -8383092 or 9180544. OLE color: 9180544.

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

Color convert

RGB12821140-
CMYK0.090.8500.45
HSL293.95º73.91%31.57%-
HSV(B)293.95º85%54.9%-
XYZ13.97.0225.43-
YUV66.56169.45171.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=44.29%
G=7.27%
B=48.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128211400.090.8500.45293.9573.9131.57
Hex80158C95502D1264a20
Octal200252141112505544611240
Binary1000000010101100011001001101010101011011001001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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