Shades of Dark Magenta #9A169C
Tints of Dark Magenta #9A169C
RGB
CMYK
RGB Variations
Color information
#9A169C (or 0x9A169C) is known color: Dark Magenta. HEX triplet: 9A, 16 and 9C. RGB value is (154,22,156). Sum of RGB (Red+Green+Blue) = 154+22+156=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A169C is #65E963. Grayscale: #4C4C4C. Windows color (decimal): -6678884 or 10229402. OLE color: 10229402.
HSL color Cylindrical-coordinate representation of color #9A169C: hue angle of 299.1º 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 #9A169C is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 22 | 156 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.39 |
| HSL | 299.1º | 0.75% | 0.35% | - |
| HSV(B) | 299.1º | 0.86% | 0.61% | - |
| XYZ | 19.61 | 9.84 | 32.32 | - |
| YUV | 76.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 156 | 0.01 | 0.86 | 0 | 0.39 | 299.1 | 0.75 | 0.35 |
| Hex | 9A | 16 | 9C | 1 | 56 | 0 | 27 | 12B | 4B | 23 |
| Octal | 232 | 26 | 234 | 1 | 126 | 0 | 47 | 453 | 113 | 43 |
| Binary | 10011010 | 10110 | 10011100 | 1 | 1010110 | 0 | 100111 | 100101011 | 1001011 | 100011 |
Color Harmonies of #9A169C
Complementary color
Monochromatic Colors of #9A169C
Black with #9A169C
Text Example
Text Example
White with #9A169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A169C; }
p { color: rgb(154,22,156); }
H1.HeaderClassName
{
color: #9A169C;
}
.AnyTagClassName
{
color: #9A169C;
}
</style>
background-color css
<style>
a { background-color: #9A169C; }
a { background-color: rgb(154,22,156); }
div.DivClassName
{
background-color: #9A169C;
}
.BgClassName
{
background-color: #9A169C;
}
</style>
border-color css
<style>
span { border-color: #9A169C; }
span { border-color: rgb(154,22,156); }
td.TdClassName
{
border-color: #9A169C;
}
.TagClassName
{
border-color: #9A169C;
}
</style>