#80109C

Color #80109C Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #80109C

Tints of Dark Magenta #80109C

Color information

#80109C (or 0x80109C) is unknown color: approx 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

RGB12816156-
CMYK0.180.9000.39
HSL288º81.4%33.73%-
HSV(B)288º89.74%61.18%-
XYZ15.097.3632.08-
YUV65.45179.11172.62-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128161560.180.9000.3928881.433.73
Hex80109C125A0271205122
Octal200202342213204744012142
Binary10000000100001001110010010101101001001111001000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>