Html Css Color HEX #80028E Dark Magenta

📋 copy color: '#80028E'

red 128 ◦ green 2 ◦ blue 142

#80028E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #80028E

Tints of Dark Magenta #80028E

RGB

 RED value IS 128 (50.39% from 255) = 47.06%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 47.06%
G = 0.74%
B = 52.21%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80028E (or 0x80028E) is known color: Dark Magenta. HEX triplet: 80, 02 and 8E. RGB value is (128,2,142). Sum of RGB (Red+Green+Blue) = 128+2+142=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #80028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80028E is #7FFD71. Grayscale: #373737. Windows color (decimal): -8387954 or 9306752. OLE color: 9306752.

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

Color convert

RGB 128 2 142 -
CMYK 0.10 0.99 0 0.44
HSL 294º 0.97% 0.28% -
HSV(B) 294º 0.99% 0.56% -
XYZ 13.81 6.59 26.13 -
YUV 55.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 128 2 142 0.10 0.99 0 0.44 294 0.97 0.28
Hex 80 2 8E A 63 0 2C 126 61 1C
Octal 200 2 216 12 143 0 54 446 141 34
Binary 10000000 10 10001110 1010 1100011 0 101100 100100110 1100001 11100

Color Harmonies of #80028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80028E

Black with #80028E

Text Example


Text Example

White with #80028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80028E;
 }
 .AnyTagClassName
 {
   color: #80028E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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