Shades of Dark Magenta #98108B
Tints of Dark Magenta #98108B
RGB
CMYK
RGB Variations
Color information
#98108B (or 0x98108B) is known color: Dark Magenta. HEX triplet: 98, 10 and 8B. RGB value is (152,16,139). Sum of RGB (Red+Green+Blue) = 152+16+139=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98108B is #67EF74. Grayscale: #464646. Windows color (decimal): -6811509 or 9113752. OLE color: 9113752.
HSL color Cylindrical-coordinate representation of color #98108B: hue angle of 305.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98108B is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 139 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.40 |
| HSL | 305.74º | 0.81% | 0.33% | - |
| HSV(B) | 305.74º | 0.89% | 0.6% | - |
| XYZ | 17.79 | 8.91 | 25.21 | - |
| YUV | 70.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 139 | 0 | 0.89 | 0.09 | 0.40 | 305.74 | 0.81 | 0.33 |
| Hex | 98 | 10 | 8B | 0 | 59 | 9 | 28 | 132 | 51 | 21 |
| Octal | 230 | 20 | 213 | 0 | 131 | 11 | 50 | 462 | 121 | 41 |
| Binary | 10011000 | 10000 | 10001011 | 0 | 1011001 | 1001 | 101000 | 100110010 | 1010001 | 100001 |
Color Harmonies of #98108B
Complementary color
Monochromatic Colors of #98108B
Black with #98108B
Text Example
Text Example
White with #98108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98108B; }
p { color: rgb(152,16,139); }
H1.HeaderClassName
{
color: #98108B;
}
.AnyTagClassName
{
color: #98108B;
}
</style>
background-color css
<style>
a { background-color: #98108B; }
a { background-color: rgb(152,16,139); }
div.DivClassName
{
background-color: #98108B;
}
.BgClassName
{
background-color: #98108B;
}
</style>
border-color css
<style>
span { border-color: #98108B; }
span { border-color: rgb(152,16,139); }
td.TdClassName
{
border-color: #98108B;
}
.TagClassName
{
border-color: #98108B;
}
</style>