Html Css Color HEX #80019A Dark Magenta

📋 copy color: '#80019A'

red 128 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #80019A

Tints of Dark Magenta #80019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 45.23%
G = 0.35%
B = 54.42%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80019A (or 0x80019A) is known color: Dark Magenta. HEX triplet: 80, 01 and 9A. RGB value is (128,1,154). Sum of RGB (Red+Green+Blue) = 128+1+154=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #80019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80019A is #7FFE65. Grayscale: #373737. Windows color (decimal): -8388198 or 10092928. OLE color: 10092928.

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

Color convert

RGB 128 1 154 -
CMYK 0.17 0.99 0 0.40
HSL 289.8º 0.99% 0.3% -
HSV(B) 289.8º 0.99% 0.6% -
XYZ 14.75 6.94 31.13 -
YUV 56.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 128 1 154 0.17 0.99 0 0.40 289.8 0.99 0.3
Hex 80 1 9A 11 63 0 28 122 63 1E
Octal 200 1 232 21 143 0 50 442 143 36
Binary 10000000 1 10011010 10001 1100011 0 101000 100100010 1100011 11110

Color Harmonies of #80019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80019A

Black with #80019A

Text Example


Text Example

White with #80019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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