Shades of Dark Magenta #98168C
Tints of Dark Magenta #98168C
RGB
CMYK
RGB Variations
Color information
#98168C (or 0x98168C) is known color: Dark Magenta. HEX triplet: 98, 16 and 8C. RGB value is (152,22,140). Sum of RGB (Red+Green+Blue) = 152+22+140=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98168C is #67E973. Grayscale: #494949. Windows color (decimal): -6809972 or 9180824. OLE color: 9180824.
HSL color Cylindrical-coordinate representation of color #98168C: hue angle of 305.54º 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 #98168C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 140 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.40 |
| HSL | 305.54º | 0.75% | 0.34% | - |
| HSV(B) | 305.54º | 0.86% | 0.6% | - |
| XYZ | 17.97 | 9.14 | 25.63 | - |
| YUV | 74.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 140 | 0 | 0.86 | 0.08 | 0.40 | 305.54 | 0.75 | 0.34 |
| Hex | 98 | 16 | 8C | 0 | 56 | 8 | 28 | 132 | 4B | 22 |
| Octal | 230 | 26 | 214 | 0 | 126 | 10 | 50 | 462 | 113 | 42 |
| Binary | 10011000 | 10110 | 10001100 | 0 | 1010110 | 1000 | 101000 | 100110010 | 1001011 | 100010 |
Color Harmonies of #98168C
Complementary color
Monochromatic Colors of #98168C
Black with #98168C
Text Example
Text Example
White with #98168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98168C; }
p { color: rgb(152,22,140); }
H1.HeaderClassName
{
color: #98168C;
}
.AnyTagClassName
{
color: #98168C;
}
</style>
background-color css
<style>
a { background-color: #98168C; }
a { background-color: rgb(152,22,140); }
div.DivClassName
{
background-color: #98168C;
}
.BgClassName
{
background-color: #98168C;
}
</style>
border-color css
<style>
span { border-color: #98168C; }
span { border-color: rgb(152,22,140); }
td.TdClassName
{
border-color: #98168C;
}
.TagClassName
{
border-color: #98168C;
}
</style>