Html Css Color HEX #80049A Dark Magenta

📋 copy color: '#80049A'

red 128 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #80049A

Tints of Dark Magenta #80049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 154 (60.55% from 255) = 53.85%

R = 44.76%
G = 1.4%
B = 53.85%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80049A (or 0x80049A) is known color: Dark Magenta. HEX triplet: 80, 04 and 9A. RGB value is (128,4,154). Sum of RGB (Red+Green+Blue) = 128+4+154=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #80049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80049A is #7FFB65. Grayscale: #393939. Windows color (decimal): -8387430 or 10093696. OLE color: 10093696.

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

Color convert

RGB 128 4 154 -
CMYK 0.17 0.97 0 0.40
HSL 289.6º 0.95% 0.31% -
HSV(B) 289.6º 0.97% 0.6% -
XYZ 14.78 7.01 31.15 -
YUV 58.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 128 4 154 0.17 0.97 0 0.40 289.6 0.95 0.31
Hex 80 4 9A 11 61 0 28 122 5F 1F
Octal 200 4 232 21 141 0 50 442 137 37
Binary 10000000 100 10011010 10001 1100001 0 101000 100100010 1011111 11111

Color Harmonies of #80049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80049A

Black with #80049A

Text Example


Text Example

White with #80049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80049A;
 }
 .AnyTagClassName
 {
   color: #80049A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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