Html Css Color HEX #80109D Dark Magenta

📋 copy color: '#80109D'

red 128 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #80109D

Tints of Dark Magenta #80109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 42.52%
G = 5.32%
B = 52.16%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80109D (or 0x80109D) is known color: Dark Magenta. HEX triplet: 80, 10 and 9D. RGB value is (128,16,157). Sum of RGB (Red+Green+Blue) = 128+16+157=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #80109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80109D is #7FEF62. Grayscale: #414141. Windows color (decimal): -8384355 or 10293376. OLE color: 10293376.

HSL color Cylindrical-coordinate representation of color #80109D: hue angle of 287.66º 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 #80109D is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 16 157 -
CMYK 0.18 0.90 0 0.38
HSL 287.66º 0.82% 0.34% -
HSV(B) 287.66º 0.9% 0.62% -
XYZ 15.17 7.39 32.53 -
YUV 65.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 128 16 157 0.18 0.90 0 0.38 287.66 0.82 0.34
Hex 80 10 9D 12 5A 0 26 120 52 22
Octal 200 20 235 22 132 0 46 440 122 42
Binary 10000000 10000 10011101 10010 1011010 0 100110 100100000 1010010 100010

Color Harmonies of #80109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80109D

Black with #80109D

Text Example


Text Example

White with #80109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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