Shades of Dark Magenta #98178C
Tints of Dark Magenta #98178C
RGB
CMYK
RGB Variations
Color information
#98178C (or 0x98178C) is known color: Dark Magenta. HEX triplet: 98, 17 and 8C. RGB value is (152,23,140). Sum of RGB (Red+Green+Blue) = 152+23+140=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98178C is #67E873. Grayscale: #4A4A4A. Windows color (decimal): -6809716 or 9181080. OLE color: 9181080.
HSL color Cylindrical-coordinate representation of color #98178C: hue angle of 305.58º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98178C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 140 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.40 |
| HSL | 305.58º | 0.74% | 0.34% | - |
| HSV(B) | 305.58º | 0.85% | 0.6% | - |
| XYZ | 17.99 | 9.18 | 25.64 | - |
| YUV | 74.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 140 | 0 | 0.85 | 0.08 | 0.40 | 305.58 | 0.74 | 0.34 |
| Hex | 98 | 17 | 8C | 0 | 55 | 8 | 28 | 132 | 4A | 22 |
| Octal | 230 | 27 | 214 | 0 | 125 | 10 | 50 | 462 | 112 | 42 |
| Binary | 10011000 | 10111 | 10001100 | 0 | 1010101 | 1000 | 101000 | 100110010 | 1001010 | 100010 |
Color Harmonies of #98178C
Complementary color
Monochromatic Colors of #98178C
Black with #98178C
Text Example
Text Example
White with #98178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98178C; }
p { color: rgb(152,23,140); }
H1.HeaderClassName
{
color: #98178C;
}
.AnyTagClassName
{
color: #98178C;
}
</style>
background-color css
<style>
a { background-color: #98178C; }
a { background-color: rgb(152,23,140); }
div.DivClassName
{
background-color: #98178C;
}
.BgClassName
{
background-color: #98178C;
}
</style>
border-color css
<style>
span { border-color: #98178C; }
span { border-color: rgb(152,23,140); }
td.TdClassName
{
border-color: #98178C;
}
.TagClassName
{
border-color: #98178C;
}
</style>