Html Css Color HEX #80029B Dark Magenta

📋 copy color: '#80029B'

red 128 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #80029B

Tints of Dark Magenta #80029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 44.91%
G = 0.7%
B = 54.39%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80029B (or 0x80029B) is known color: Dark Magenta. HEX triplet: 80, 02 and 9B. RGB value is (128,2,155). Sum of RGB (Red+Green+Blue) = 128+2+155=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #80029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80029B is #7FFD64. Grayscale: #383838. Windows color (decimal): -8387941 or 10158720. OLE color: 10158720.

HSL color Cylindrical-coordinate representation of color #80029B: hue angle of 289.41º 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 #80029B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 2 155 -
CMYK 0.17 0.99 0 0.39
HSL 289.41º 0.97% 0.31% -
HSV(B) 289.41º 0.99% 0.61% -
XYZ 14.84 7 31.58 -
YUV 57.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 128 2 155 0.17 0.99 0 0.39 289.41 0.97 0.31
Hex 80 2 9B 11 63 0 27 121 61 1F
Octal 200 2 233 21 143 0 47 441 141 37
Binary 10000000 10 10011011 10001 1100011 0 100111 100100001 1100001 11111

Color Harmonies of #80029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80029B

Black with #80029B

Text Example


Text Example

White with #80029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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