Shades of Dark Magenta #931D98
Tints of Dark Magenta #931D98
RGB
CMYK
RGB Variations
Color information
#931D98 (or 0x931D98) is known color: Dark Magenta. HEX triplet: 93, 1D and 98. RGB value is (147,29,152). Sum of RGB (Red+Green+Blue) = 147+29+152=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #931D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931D98 is #6CE267. Grayscale: #4D4D4D. Windows color (decimal): -7135848 or 9969043. OLE color: 9969043.
HSL color Cylindrical-coordinate representation of color #931D98: hue angle of 297.56º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #931D98 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 29 | 152 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.40 |
| HSL | 297.56º | 0.68% | 0.35% | - |
| HSV(B) | 297.56º | 0.81% | 0.6% | - |
| XYZ | 18.14 | 9.35 | 30.55 | - |
| YUV | 78.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 152 | 0.03 | 0.81 | 0 | 0.40 | 297.56 | 0.68 | 0.35 |
| Hex | 93 | 1D | 98 | 3 | 51 | 0 | 28 | 12A | 44 | 23 |
| Octal | 223 | 35 | 230 | 3 | 121 | 0 | 50 | 452 | 104 | 43 |
| Binary | 10010011 | 11101 | 10011000 | 11 | 1010001 | 0 | 101000 | 100101010 | 1000100 | 100011 |
Color Harmonies of #931D98
Complementary color
Monochromatic Colors of #931D98
Black with #931D98
Text Example
Text Example
White with #931D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D98; }
p { color: rgb(147,29,152); }
H1.HeaderClassName
{
color: #931D98;
}
.AnyTagClassName
{
color: #931D98;
}
</style>
background-color css
<style>
a { background-color: #931D98; }
a { background-color: rgb(147,29,152); }
div.DivClassName
{
background-color: #931D98;
}
.BgClassName
{
background-color: #931D98;
}
</style>
border-color css
<style>
span { border-color: #931D98; }
span { border-color: rgb(147,29,152); }
td.TdClassName
{
border-color: #931D98;
}
.TagClassName
{
border-color: #931D98;
}
</style>