Html Css Color HEX #80019C Dark Magenta

📋 copy color: '#80019C'

red 128 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #80019C

Tints of Dark Magenta #80019C

RGB

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

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

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

R = 44.91%
G = 0.35%
B = 54.74%

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

#80019C (or 0x80019C) is known color: Dark Magenta. HEX triplet: 80, 01 and 9C. RGB value is (128,1,156). Sum of RGB (Red+Green+Blue) = 128+1+156=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #80019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80019C is #7FFE63. Grayscale: #383838. Windows color (decimal): -8388196 or 10224000. OLE color: 10224000.

HSL color Cylindrical-coordinate representation of color #80019C: hue angle of 289.16º degrees, saturation: 0.99, 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 #80019C is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 1 156 -
CMYK 0.18 0.99 0 0.39
HSL 289.16º 0.99% 0.31% -
HSV(B) 289.16º 0.99% 0.61% -
XYZ 14.91 7.01 32.02 -
YUV 56.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 128 1 156 0.18 0.99 0 0.39 289.16 0.99 0.31
Hex 80 1 9C 12 63 0 27 121 63 1F
Octal 200 1 234 22 143 0 47 441 143 37
Binary 10000000 1 10011100 10010 1100011 0 100111 100100001 1100011 11111

Color Harmonies of #80019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80019C

Black with #80019C

Text Example


Text Example

White with #80019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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