#80158D

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

Shades of Dark Magenta #80158D

Tints of Dark Magenta #80158D

Color information

#80158D (or 0x80158D) is unknown color: approx Dark Magenta. HEX triplet: 80, 15 and 8D. RGB value is (128,21,141). Sum of RGB (Red+Green+Blue) = 128+21+141=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #80158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80158D is #7FEA72. Grayscale: #424242. Windows color (decimal): -8383091 or 9246080. OLE color: 9246080.

HSL color Cylindrical-coordinate representation of color #80158D: hue angle of 293.5º 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 #80158D is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12821141-
CMYK0.090.8500.45
HSL293.5º74.07%31.76%-
HSV(B)293.5º85.11%55.29%-
XYZ13.987.0525.82-
YUV66.67169.95171.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 21 (8.59% from 255) = 7.24%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=44.14%
G=7.24%
B=48.62%

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
Decimal128211410.090.8500.45293.574.0731.76
Hex80158D95502D1264a20
Octal200252151112505544611240
Binary1000000010101100011011001101010101011011001001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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