Shades of Dark Magenta #9A1698
Tints of Dark Magenta #9A1698
RGB
CMYK
RGB Variations
Color information
#9A1698 (or 0x9A1698) is known color: Dark Magenta. HEX triplet: 9A, 16 and 98. RGB value is (154,22,152). Sum of RGB (Red+Green+Blue) = 154+22+152=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1698 is #65E967. Grayscale: #4B4B4B. Windows color (decimal): -6678888 or 9967258. OLE color: 9967258.
HSL color Cylindrical-coordinate representation of color #9A1698: hue angle of 300.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1698 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 152 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.40 |
| HSL | 300.91º | 0.75% | 0.35% | - |
| HSV(B) | 300.91º | 0.86% | 0.6% | - |
| XYZ | 19.28 | 9.71 | 30.56 | - |
| YUV | 76.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 152 | 0 | 0.86 | 0.01 | 0.40 | 300.91 | 0.75 | 0.35 |
| Hex | 9A | 16 | 98 | 0 | 56 | 1 | 28 | 12D | 4B | 23 |
| Octal | 232 | 26 | 230 | 0 | 126 | 1 | 50 | 455 | 113 | 43 |
| Binary | 10011010 | 10110 | 10011000 | 0 | 1010110 | 1 | 101000 | 100101101 | 1001011 | 100011 |
Color Harmonies of #9A1698
Complementary color
Monochromatic Colors of #9A1698
Black with #9A1698
Text Example
Text Example
White with #9A1698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1698; }
p { color: rgb(154,22,152); }
H1.HeaderClassName
{
color: #9A1698;
}
.AnyTagClassName
{
color: #9A1698;
}
</style>
background-color css
<style>
a { background-color: #9A1698; }
a { background-color: rgb(154,22,152); }
div.DivClassName
{
background-color: #9A1698;
}
.BgClassName
{
background-color: #9A1698;
}
</style>
border-color css
<style>
span { border-color: #9A1698; }
span { border-color: rgb(154,22,152); }
td.TdClassName
{
border-color: #9A1698;
}
.TagClassName
{
border-color: #9A1698;
}
</style>