Shades of Dark Magenta #98189C
Tints of Dark Magenta #98189C
RGB
CMYK
RGB Variations
Color information
#98189C (or 0x98189C) is known color: Dark Magenta. HEX triplet: 98, 18 and 9C. RGB value is (152,24,156). Sum of RGB (Red+Green+Blue) = 152+24+156=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #98189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98189C is #67E763. Grayscale: #4C4C4C. Windows color (decimal): -6809444 or 10229912. OLE color: 10229912.
HSL color Cylindrical-coordinate representation of color #98189C: hue angle of 298.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98189C is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 24 | 156 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.39 |
| HSL | 298.18º | 0.73% | 0.35% | - |
| HSV(B) | 298.18º | 0.85% | 0.61% | - |
| XYZ | 19.28 | 9.73 | 32.31 | - |
| YUV | 77.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 156 | 0.03 | 0.85 | 0 | 0.39 | 298.18 | 0.73 | 0.35 |
| Hex | 98 | 18 | 9C | 3 | 55 | 0 | 27 | 12A | 49 | 23 |
| Octal | 230 | 30 | 234 | 3 | 125 | 0 | 47 | 452 | 111 | 43 |
| Binary | 10011000 | 11000 | 10011100 | 11 | 1010101 | 0 | 100111 | 100101010 | 1001001 | 100011 |
Color Harmonies of #98189C
Complementary color
Monochromatic Colors of #98189C
Black with #98189C
Text Example
Text Example
White with #98189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98189C; }
p { color: rgb(152,24,156); }
H1.HeaderClassName
{
color: #98189C;
}
.AnyTagClassName
{
color: #98189C;
}
</style>
background-color css
<style>
a { background-color: #98189C; }
a { background-color: rgb(152,24,156); }
div.DivClassName
{
background-color: #98189C;
}
.BgClassName
{
background-color: #98189C;
}
</style>
border-color css
<style>
span { border-color: #98189C; }
span { border-color: rgb(152,24,156); }
td.TdClassName
{
border-color: #98189C;
}
.TagClassName
{
border-color: #98189C;
}
</style>