Html Css Color HEX #80118F Dark Magenta

📋 copy color: '#80118F'

red 128 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #80118F

Tints of Dark Magenta #80118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 44.44%
G = 5.9%
B = 49.65%

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

#80118F (or 0x80118F) is known color: Dark Magenta. HEX triplet: 80, 11 and 8F. RGB value is (128,17,143). Sum of RGB (Red+Green+Blue) = 128+17+143=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #80118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80118F is #7FEE70. Grayscale: #404040. Windows color (decimal): -8384113 or 9376128. OLE color: 9376128.

HSL color Cylindrical-coordinate representation of color #80118F: hue angle of 292.86º 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 #80118F is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 17 143 -
CMYK 0.10 0.88 0 0.44
HSL 292.86º 0.79% 0.31% -
HSV(B) 292.86º 0.88% 0.56% -
XYZ 14.06 6.97 26.59 -
YUV 64.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 128 17 143 0.10 0.88 0 0.44 292.86 0.79 0.31
Hex 80 11 8F A 58 0 2C 125 4F 1F
Octal 200 21 217 12 130 0 54 445 117 37
Binary 10000000 10001 10001111 1010 1011000 0 101100 100100101 1001111 11111

Color Harmonies of #80118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80118F

Black with #80118F

Text Example


Text Example

White with #80118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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