#80129F

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

Shades of Dark Magenta #80129F

Tints of Dark Magenta #80129F

Color information

#80129F (or 0x80129F) is unknown color: approx Dark Magenta. HEX triplet: 80, 12 and 9F. RGB value is (128,18,159). Sum of RGB (Red+Green+Blue) = 128+18+159=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #80129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80129F is #7FED60. Grayscale: #424242. Windows color (decimal): -8383841 or 10424960. OLE color: 10424960.

HSL color Cylindrical-coordinate representation of color #80129F: hue angle of 286.81º 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 #80129F is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12818159-
CMYK0.190.8900.38
HSL286.81º79.66%34.71%-
HSV(B)286.81º88.68%62.35%-
XYZ15.387.5333.44-
YUV66.96179.94171.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=41.97%
G=5.90%
B=52.13%

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
Decimal128181590.190.8900.38286.8179.6634.71
Hex80129F135902611f5023
Octal200222372313104643712043
Binary10000000100101001111110011101100101001101000111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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