Shades of Dark Magenta #98008F
Tints of Dark Magenta #98008F
RGB
CMYK
RGB Variations
Color information
#98008F (or 0x98008F) is known color: Dark Magenta. HEX triplet: 98, 00 and 8F. RGB value is (152,0,143). Sum of RGB (Red+Green+Blue) = 152+0+143=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98008F is #67FF70. Grayscale: #3D3D3D. Windows color (decimal): -6815601 or 9371800. OLE color: 9371800.
HSL color Cylindrical-coordinate representation of color #98008F: hue angle of 303.55º 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 #98008F is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.06 | 0.40 |
| HSL | 303.55º | 1% | 0.3% | - |
| HSV(B) | 303.55º | 1% | 0.6% | - |
| XYZ | 17.91 | 8.66 | 26.71 | - |
| YUV | 61.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 143 | 0 | 1 | 0.06 | 0.40 | 303.55 | 1 | 0.3 |
| Hex | 98 | 0 | 8F | 0 | 64 | 6 | 28 | 130 | 64 | 1E |
| Octal | 230 | 0 | 217 | 0 | 144 | 6 | 50 | 460 | 144 | 36 |
| Binary | 10011000 | 0 | 10001111 | 0 | 1100100 | 110 | 101000 | 100110000 | 1100100 | 11110 |
Color Harmonies of #98008F
Complementary color
Monochromatic Colors of #98008F
Black with #98008F
Text Example
Text Example
White with #98008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98008F; }
p { color: rgb(152,0,143); }
H1.HeaderClassName
{
color: #98008F;
}
.AnyTagClassName
{
color: #98008F;
}
</style>
background-color css
<style>
a { background-color: #98008F; }
a { background-color: rgb(152,0,143); }
div.DivClassName
{
background-color: #98008F;
}
.BgClassName
{
background-color: #98008F;
}
</style>
border-color css
<style>
span { border-color: #98008F; }
span { border-color: rgb(152,0,143); }
td.TdClassName
{
border-color: #98008F;
}
.TagClassName
{
border-color: #98008F;
}
</style>