Html Css Color HEX #80109C Dark Magenta

📋 copy color: '#80109C'

red 128 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #80109C

Tints of Dark Magenta #80109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52%

R = 42.67%
G = 5.33%
B = 52%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80109C (or 0x80109C) is known color: Dark Magenta. HEX triplet: 80, 10 and 9C. RGB value is (128,16,156). Sum of RGB (Red+Green+Blue) = 128+16+156=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #80109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80109C is #7FEF63. Grayscale: #414141. Windows color (decimal): -8384356 or 10227840. OLE color: 10227840.

HSL color Cylindrical-coordinate representation of color #80109C: hue angle of 288º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80109C is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 16 156 -
CMYK 0.18 0.90 0 0.39
HSL 288º 0.81% 0.34% -
HSV(B) 288º 0.9% 0.61% -
XYZ 15.09 7.36 32.08 -
YUV 65.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 128 16 156 0.18 0.90 0 0.39 288 0.81 0.34
Hex 80 10 9C 12 5A 0 27 120 51 22
Octal 200 20 234 22 132 0 47 440 121 42
Binary 10000000 10000 10011100 10010 1011010 0 100111 100100000 1010001 100010

Color Harmonies of #80109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80109C

Black with #80109C

Text Example


Text Example

White with #80109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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