Shades of Dark Magenta #80169C
Tints of Dark Magenta #80169C
RGB
CMYK
RGB Variations
Color information
#80169C (or 0x80169C) is known color: Dark Magenta. HEX triplet: 80, 16 and 9C. RGB value is (128,22,156). Sum of RGB (Red+Green+Blue) = 128+22+156=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #80169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80169C is #7FE963. Grayscale: #444444. Windows color (decimal): -8382820 or 10229376. OLE color: 10229376.
HSL color Cylindrical-coordinate representation of color #80169C: hue angle of 287.46º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80169C is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 22 | 156 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.39 |
| HSL | 287.46º | 0.75% | 0.35% | - |
| HSV(B) | 287.46º | 0.86% | 0.61% | - |
| XYZ | 15.19 | 7.56 | 32.11 | - |
| YUV | 68.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 156 | 0.18 | 0.86 | 0 | 0.39 | 287.46 | 0.75 | 0.35 |
| Hex | 80 | 16 | 9C | 12 | 56 | 0 | 27 | 11F | 4B | 23 |
| Octal | 200 | 26 | 234 | 22 | 126 | 0 | 47 | 437 | 113 | 43 |
| Binary | 10000000 | 10110 | 10011100 | 10010 | 1010110 | 0 | 100111 | 100011111 | 1001011 | 100011 |
Color Harmonies of #80169C
Complementary color
Monochromatic Colors of #80169C
Black with #80169C
Text Example
Text Example
White with #80169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80169C; }
p { color: rgb(128,22,156); }
H1.HeaderClassName
{
color: #80169C;
}
.AnyTagClassName
{
color: #80169C;
}
</style>
background-color css
<style>
a { background-color: #80169C; }
a { background-color: rgb(128,22,156); }
div.DivClassName
{
background-color: #80169C;
}
.BgClassName
{
background-color: #80169C;
}
</style>
border-color css
<style>
span { border-color: #80169C; }
span { border-color: rgb(128,22,156); }
td.TdClassName
{
border-color: #80169C;
}
.TagClassName
{
border-color: #80169C;
}
</style>