Html Css Color HEX #80118E Dark Magenta

📋 copy color: '#80118E'

red 128 ◦ green 17 ◦ blue 142

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

Shades of Dark Magenta #80118E

Tints of Dark Magenta #80118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 44.6%
G = 5.92%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80118E (or 0x80118E) is known color: Dark Magenta. HEX triplet: 80, 11 and 8E. RGB value is (128,17,142). Sum of RGB (Red+Green+Blue) = 128+17+142=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #80118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80118E is #7FEE71. Grayscale: #404040. Windows color (decimal): -8384114 or 9310592. OLE color: 9310592.

HSL color Cylindrical-coordinate representation of color #80118E: hue angle of 293.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80118E is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 17 142 -
CMYK 0.10 0.88 0 0.44
HSL 293.28º 0.79% 0.31% -
HSV(B) 293.28º 0.88% 0.56% -
XYZ 13.99 6.94 26.19 -
YUV 64.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 128 17 142 0.10 0.88 0 0.44 293.28 0.79 0.31
Hex 80 11 8E A 58 0 2C 125 4F 1F
Octal 200 21 216 12 130 0 54 445 117 37
Binary 10000000 10001 10001110 1010 1011000 0 101100 100100101 1001111 11111

Color Harmonies of #80118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80118E

Black with #80118E

Text Example


Text Example

White with #80118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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