Shades of Dark Magenta #9A168E
Tints of Dark Magenta #9A168E
RGB
CMYK
RGB Variations
Color information
#9A168E (or 0x9A168E) is known color: Dark Magenta. HEX triplet: 9A, 16 and 8E. RGB value is (154,22,142). Sum of RGB (Red+Green+Blue) = 154+22+142=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A168E is #65E971. Grayscale: #4A4A4A. Windows color (decimal): -6678898 or 9311898. OLE color: 9311898.
HSL color Cylindrical-coordinate representation of color #9A168E: hue angle of 305.45º 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 #9A168E is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 142 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.40 |
| HSL | 305.45º | 0.75% | 0.35% | - |
| HSV(B) | 305.45º | 0.86% | 0.6% | - |
| XYZ | 18.5 | 9.4 | 26.43 | - |
| YUV | 75.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 142 | 0 | 0.86 | 0.08 | 0.40 | 305.45 | 0.75 | 0.35 |
| Hex | 9A | 16 | 8E | 0 | 56 | 8 | 28 | 131 | 4B | 23 |
| Octal | 232 | 26 | 216 | 0 | 126 | 10 | 50 | 461 | 113 | 43 |
| Binary | 10011010 | 10110 | 10001110 | 0 | 1010110 | 1000 | 101000 | 100110001 | 1001011 | 100011 |
Color Harmonies of #9A168E
Complementary color
Monochromatic Colors of #9A168E
Black with #9A168E
Text Example
Text Example
White with #9A168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A168E; }
p { color: rgb(154,22,142); }
H1.HeaderClassName
{
color: #9A168E;
}
.AnyTagClassName
{
color: #9A168E;
}
</style>
background-color css
<style>
a { background-color: #9A168E; }
a { background-color: rgb(154,22,142); }
div.DivClassName
{
background-color: #9A168E;
}
.BgClassName
{
background-color: #9A168E;
}
</style>
border-color css
<style>
span { border-color: #9A168E; }
span { border-color: rgb(154,22,142); }
td.TdClassName
{
border-color: #9A168E;
}
.TagClassName
{
border-color: #9A168E;
}
</style>