Shades of Dark Magenta #98108C
Tints of Dark Magenta #98108C
RGB
CMYK
RGB Variations
Color information
#98108C (or 0x98108C) is known color: Dark Magenta. HEX triplet: 98, 10 and 8C. RGB value is (152,16,140). Sum of RGB (Red+Green+Blue) = 152+16+140=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98108C is #67EF73. Grayscale: #464646. Windows color (decimal): -6811508 or 9179288. OLE color: 9179288.
HSL color Cylindrical-coordinate representation of color #98108C: hue angle of 305.29º 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 #98108C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 140 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.40 |
| HSL | 305.29º | 0.81% | 0.33% | - |
| HSV(B) | 305.29º | 0.89% | 0.6% | - |
| XYZ | 17.87 | 8.94 | 25.59 | - |
| YUV | 70.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 140 | 0 | 0.89 | 0.08 | 0.40 | 305.29 | 0.81 | 0.33 |
| Hex | 98 | 10 | 8C | 0 | 59 | 8 | 28 | 131 | 51 | 21 |
| Octal | 230 | 20 | 214 | 0 | 131 | 10 | 50 | 461 | 121 | 41 |
| Binary | 10011000 | 10000 | 10001100 | 0 | 1011001 | 1000 | 101000 | 100110001 | 1010001 | 100001 |
Color Harmonies of #98108C
Complementary color
Monochromatic Colors of #98108C
Black with #98108C
Text Example
Text Example
White with #98108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98108C; }
p { color: rgb(152,16,140); }
H1.HeaderClassName
{
color: #98108C;
}
.AnyTagClassName
{
color: #98108C;
}
</style>
background-color css
<style>
a { background-color: #98108C; }
a { background-color: rgb(152,16,140); }
div.DivClassName
{
background-color: #98108C;
}
.BgClassName
{
background-color: #98108C;
}
</style>
border-color css
<style>
span { border-color: #98108C; }
span { border-color: rgb(152,16,140); }
td.TdClassName
{
border-color: #98108C;
}
.TagClassName
{
border-color: #98108C;
}
</style>