Html Css Color HEX #80119E Dark Magenta

📋 copy color: '#80119E'

red 128 ◦ green 17 ◦ blue 158

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

Shades of Dark Magenta #80119E

Tints of Dark Magenta #80119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

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

R = 42.24%
G = 5.61%
B = 52.15%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80119E (or 0x80119E) is known color: Dark Magenta. HEX triplet: 80, 11 and 9E. RGB value is (128,17,158). Sum of RGB (Red+Green+Blue) = 128+17+158=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #80119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80119E is #7FEE61. Grayscale: #414141. Windows color (decimal): -8384098 or 10359168. OLE color: 10359168.

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

Color convert

RGB 128 17 158 -
CMYK 0.19 0.89 0 0.38
HSL 287.23º 0.81% 0.34% -
HSV(B) 287.23º 0.89% 0.62% -
XYZ 15.27 7.46 32.98 -
YUV 66.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 128 17 158 0.19 0.89 0 0.38 287.23 0.81 0.34
Hex 80 11 9E 13 59 0 26 11F 51 22
Octal 200 21 236 23 131 0 46 437 121 42
Binary 10000000 10001 10011110 10011 1011001 0 100110 100011111 1010001 100010

Color Harmonies of #80119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80119E

Black with #80119E

Text Example


Text Example

White with #80119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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