#80029A

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

Shades of Dark Magenta #80029A

Tints of Dark Magenta #80029A

Color information

#80029A (or 0x80029A) is unknown color: approx Dark Magenta. HEX triplet: 80, 02 and 9A. RGB value is (128,2,154). Sum of RGB (Red+Green+Blue) = 128+2+154=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #80029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80029A is #7FFD65. Grayscale: #383838. Windows color (decimal): -8387942 or 10093184. OLE color: 10093184.

HSL color Cylindrical-coordinate representation of color #80029A: hue angle of 289.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80029A is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1282154-
CMYK0.170.9900.40
HSL289.74º97.44%30.59%-
HSV(B)289.74º98.7%60.39%-
XYZ14.766.9731.14-
YUV57182.74178.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=45.07%
G=0.70%
B=54.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12821540.170.9900.40289.7497.4430.59
Hex8029A1163028122611f
Octal20022322114305044214137
Binary1000000010100110101000111000110101000100100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80029A; }

 p { color: rgb(128,2,154); }

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

<style>
 a { background-color: #80029A; }

 a { background-color: rgb(128,2,154); }

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

<style>
 span { border-color: #80029A; }

 span { border-color: rgb(128,2,154); }

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