Html Css Color HEX #80029C Dark Magenta

📋 copy color: '#80029C'

red 128 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #80029C

Tints of Dark Magenta #80029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 44.76%
G = 0.7%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80029C (or 0x80029C) is known color: Dark Magenta. HEX triplet: 80, 02 and 9C. RGB value is (128,2,156). Sum of RGB (Red+Green+Blue) = 128+2+156=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #80029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80029C is #7FFD63. Grayscale: #383838. Windows color (decimal): -8387940 or 10224256. OLE color: 10224256.

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

Color convert

RGB 128 2 156 -
CMYK 0.18 0.99 0 0.39
HSL 289.09º 0.97% 0.31% -
HSV(B) 289.09º 0.99% 0.61% -
XYZ 14.92 7.03 32.02 -
YUV 57.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 128 2 156 0.18 0.99 0 0.39 289.09 0.97 0.31
Hex 80 2 9C 12 63 0 27 121 61 1F
Octal 200 2 234 22 143 0 47 441 141 37
Binary 10000000 10 10011100 10010 1100011 0 100111 100100001 1100001 11111

Color Harmonies of #80029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80029C

Black with #80029C

Text Example


Text Example

White with #80029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80029C;
 }
 .AnyTagClassName
 {
   color: #80029C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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