Shades of Dark Magenta #931598
Tints of Dark Magenta #931598
RGB
CMYK
RGB Variations
Color information
#931598 (or 0x931598) is known color: Dark Magenta. HEX triplet: 93, 15 and 98. RGB value is (147,21,152). Sum of RGB (Red+Green+Blue) = 147+21+152=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #931598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931598 is #6CEA67. Grayscale: #494949. Windows color (decimal): -7137896 or 9966995. OLE color: 9966995.
HSL color Cylindrical-coordinate representation of color #931598: hue angle of 297.71º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931598 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 21 | 152 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.40 |
| HSL | 297.71º | 0.76% | 0.34% | - |
| HSV(B) | 297.71º | 0.86% | 0.6% | - |
| XYZ | 17.97 | 9.01 | 30.5 | - |
| YUV | 73.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 152 | 0.03 | 0.86 | 0 | 0.40 | 297.71 | 0.76 | 0.34 |
| Hex | 93 | 15 | 98 | 3 | 56 | 0 | 28 | 12A | 4C | 22 |
| Octal | 223 | 25 | 230 | 3 | 126 | 0 | 50 | 452 | 114 | 42 |
| Binary | 10010011 | 10101 | 10011000 | 11 | 1010110 | 0 | 101000 | 100101010 | 1001100 | 100010 |
Color Harmonies of #931598
Complementary color
Monochromatic Colors of #931598
Black with #931598
Text Example
Text Example
White with #931598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931598; }
p { color: rgb(147,21,152); }
H1.HeaderClassName
{
color: #931598;
}
.AnyTagClassName
{
color: #931598;
}
</style>
background-color css
<style>
a { background-color: #931598; }
a { background-color: rgb(147,21,152); }
div.DivClassName
{
background-color: #931598;
}
.BgClassName
{
background-color: #931598;
}
</style>
border-color css
<style>
span { border-color: #931598; }
span { border-color: rgb(147,21,152); }
td.TdClassName
{
border-color: #931598;
}
.TagClassName
{
border-color: #931598;
}
</style>