Html Css Color HEX #80109F Dark Magenta

📋 copy color: '#80109F'

red 128 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #80109F

Tints of Dark Magenta #80109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 42.24%
G = 5.28%
B = 52.48%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80109F (or 0x80109F) is known color: Dark Magenta. HEX triplet: 80, 10 and 9F. RGB value is (128,16,159). Sum of RGB (Red+Green+Blue) = 128+16+159=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #80109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80109F is #7FEF60. Grayscale: #414141. Windows color (decimal): -8384353 or 10424448. OLE color: 10424448.

HSL color Cylindrical-coordinate representation of color #80109F: hue angle of 286.99º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80109F is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 16 159 -
CMYK 0.19 0.90 0 0.38
HSL 286.99º 0.82% 0.34% -
HSV(B) 286.99º 0.9% 0.62% -
XYZ 15.35 7.46 33.43 -
YUV 65.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 128 16 159 0.19 0.90 0 0.38 286.99 0.82 0.34
Hex 80 10 9F 13 5A 0 26 11F 52 22
Octal 200 20 237 23 132 0 46 437 122 42
Binary 10000000 10000 10011111 10011 1011010 0 100110 100011111 1010010 100010

Color Harmonies of #80109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80109F

Black with #80109F

Text Example


Text Example

White with #80109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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