Shades of Dark Magenta #98008C
Tints of Dark Magenta #98008C
RGB
CMYK
RGB Variations
Color information
#98008C (or 0x98008C) is known color: Dark Magenta. HEX triplet: 98, 00 and 8C. RGB value is (152,0,140). Sum of RGB (Red+Green+Blue) = 152+0+140=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98008C is #67FF73. Grayscale: #3D3D3D. Windows color (decimal): -6815604 or 9175192. OLE color: 9175192.
HSL color Cylindrical-coordinate representation of color #98008C: hue angle of 304.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98008C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.08 | 0.40 |
| HSL | 304.74º | 1% | 0.3% | - |
| HSV(B) | 304.74º | 1% | 0.6% | - |
| XYZ | 17.68 | 8.57 | 25.53 | - |
| YUV | 61.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 140 | 0 | 1 | 0.08 | 0.40 | 304.74 | 1 | 0.3 |
| Hex | 98 | 0 | 8C | 0 | 64 | 8 | 28 | 131 | 64 | 1E |
| Octal | 230 | 0 | 214 | 0 | 144 | 10 | 50 | 461 | 144 | 36 |
| Binary | 10011000 | 0 | 10001100 | 0 | 1100100 | 1000 | 101000 | 100110001 | 1100100 | 11110 |
Color Harmonies of #98008C
Complementary color
Monochromatic Colors of #98008C
Black with #98008C
Text Example
Text Example
White with #98008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98008C; }
p { color: rgb(152,0,140); }
H1.HeaderClassName
{
color: #98008C;
}
.AnyTagClassName
{
color: #98008C;
}
</style>
background-color css
<style>
a { background-color: #98008C; }
a { background-color: rgb(152,0,140); }
div.DivClassName
{
background-color: #98008C;
}
.BgClassName
{
background-color: #98008C;
}
</style>
border-color css
<style>
span { border-color: #98008C; }
span { border-color: rgb(152,0,140); }
td.TdClassName
{
border-color: #98008C;
}
.TagClassName
{
border-color: #98008C;
}
</style>