Shades of Dark Magenta #981E98
Tints of Dark Magenta #981E98
RGB
CMYK
RGB Variations
Color information
#981E98 (or 0x981E98) is known color: Dark Magenta. HEX triplet: 98, 1E and 98. RGB value is (152,30,152). Sum of RGB (Red+Green+Blue) = 152+30+152=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E98 is #67E167. Grayscale: #505050. Windows color (decimal): -6807912 or 9969304. OLE color: 9969304.
HSL color Cylindrical-coordinate representation of color #981E98: hue angle of 300º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E98 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 152 | - |
| CMYK | 0 | 0.80 | 0 | 0.40 |
| HSL | 300º | 0.67% | 0.36% | - |
| HSV(B) | 300º | 0.8% | 0.6% | - |
| XYZ | 19.08 | 9.87 | 30.61 | - |
| YUV | 80.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 152 | 0 | 0.80 | 0 | 0.40 | 300 | 0.67 | 0.36 |
| Hex | 98 | 1E | 98 | 0 | 50 | 0 | 28 | 12C | 43 | 24 |
| Octal | 230 | 36 | 230 | 0 | 120 | 0 | 50 | 454 | 103 | 44 |
| Binary | 10011000 | 11110 | 10011000 | 0 | 1010000 | 0 | 101000 | 100101100 | 1000011 | 100100 |
Color Harmonies of #981E98
Complementary color
Monochromatic Colors of #981E98
Black with #981E98
Text Example
Text Example
White with #981E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E98; }
p { color: rgb(152,30,152); }
H1.HeaderClassName
{
color: #981E98;
}
.AnyTagClassName
{
color: #981E98;
}
</style>
background-color css
<style>
a { background-color: #981E98; }
a { background-color: rgb(152,30,152); }
div.DivClassName
{
background-color: #981E98;
}
.BgClassName
{
background-color: #981E98;
}
</style>
border-color css
<style>
span { border-color: #981E98; }
span { border-color: rgb(152,30,152); }
td.TdClassName
{
border-color: #981E98;
}
.TagClassName
{
border-color: #981E98;
}
</style>