Shades of Dark Magenta #99168C
Tints of Dark Magenta #99168C
RGB
CMYK
RGB Variations
Color information
#99168C (or 0x99168C) is known color: Dark Magenta. HEX triplet: 99, 16 and 8C. RGB value is (153,22,140). Sum of RGB (Red+Green+Blue) = 153+22+140=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99168C is #66E973. Grayscale: #4A4A4A. Windows color (decimal): -6744436 or 9180825. OLE color: 9180825.
HSL color Cylindrical-coordinate representation of color #99168C: hue angle of 305.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99168C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 140 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.4 |
| HSL | 305.95º | 0.75% | 0.34% | - |
| HSV(B) | 305.95º | 0.86% | 0.6% | - |
| XYZ | 18.16 | 9.24 | 25.64 | - |
| YUV | 74.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 140 | 0 | 0.86 | 0.08 | 0.4 | 305.95 | 0.75 | 0.34 |
| Hex | 99 | 16 | 8C | 0 | 56 | 8 | 28 | 132 | 4B | 22 |
| Octal | 231 | 26 | 214 | 0 | 126 | 10 | 50 | 462 | 113 | 42 |
| Binary | 10011001 | 10110 | 10001100 | 0 | 1010110 | 1000 | 101000 | 100110010 | 1001011 | 100010 |
Color Harmonies of #99168C
Complementary color
Monochromatic Colors of #99168C
Black with #99168C
Text Example
Text Example
White with #99168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99168C; }
p { color: rgb(153,22,140); }
H1.HeaderClassName
{
color: #99168C;
}
.AnyTagClassName
{
color: #99168C;
}
</style>
background-color css
<style>
a { background-color: #99168C; }
a { background-color: rgb(153,22,140); }
div.DivClassName
{
background-color: #99168C;
}
.BgClassName
{
background-color: #99168C;
}
</style>
border-color css
<style>
span { border-color: #99168C; }
span { border-color: rgb(153,22,140); }
td.TdClassName
{
border-color: #99168C;
}
.TagClassName
{
border-color: #99168C;
}
</style>