Html Css Color HEX #80019E Dark Magenta

📋 copy color: '#80019E'

red 128 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #80019E

Tints of Dark Magenta #80019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 44.6%
G = 0.35%
B = 55.05%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80019E (or 0x80019E) is known color: Dark Magenta. HEX triplet: 80, 01 and 9E. RGB value is (128,1,158). Sum of RGB (Red+Green+Blue) = 128+1+158=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #80019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80019E is #7FFE61. Grayscale: #383838. Windows color (decimal): -8388194 or 10355072. OLE color: 10355072.

HSL color Cylindrical-coordinate representation of color #80019E: hue angle of 288.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80019E is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 1 158 -
CMYK 0.19 0.99 0 0.38
HSL 288.54º 0.99% 0.31% -
HSV(B) 288.54º 0.99% 0.62% -
XYZ 15.08 7.08 32.92 -
YUV 56.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 128 1 158 0.19 0.99 0 0.38 288.54 0.99 0.31
Hex 80 1 9E 13 63 0 26 121 63 1F
Octal 200 1 236 23 143 0 46 441 143 37
Binary 10000000 1 10011110 10011 1100011 0 100110 100100001 1100011 11111

Color Harmonies of #80019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80019E

Black with #80019E

Text Example


Text Example

White with #80019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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