Html Css Color HEX #80119F Dark Magenta

📋 copy color: '#80119F'

red 128 ◦ green 17 ◦ blue 159

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

Shades of Dark Magenta #80119F

Tints of Dark Magenta #80119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 42.11%
G = 5.59%
B = 52.3%

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

#80119F (or 0x80119F) is known color: Dark Magenta. HEX triplet: 80, 11 and 9F. RGB value is (128,17,159). Sum of RGB (Red+Green+Blue) = 128+17+159=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #80119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80119F is #7FEE60. Grayscale: #414141. Windows color (decimal): -8384097 or 10424704. OLE color: 10424704.

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

Color convert

RGB 128 17 159 -
CMYK 0.19 0.89 0 0.38
HSL 286.9º 0.81% 0.35% -
HSV(B) 286.9º 0.89% 0.62% -
XYZ 15.36 7.49 33.44 -
YUV 66.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 128 17 159 0.19 0.89 0 0.38 286.9 0.81 0.35
Hex 80 11 9F 13 59 0 26 11F 51 23
Octal 200 21 237 23 131 0 46 437 121 43
Binary 10000000 10001 10011111 10011 1011001 0 100110 100011111 1010001 100011

Color Harmonies of #80119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80119F

Black with #80119F

Text Example


Text Example

White with #80119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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