Shades of Dark Magenta #931593
Tints of Dark Magenta #931593
RGB
CMYK
RGB Variations
Color information
#931593 (or 0x931593) is known color: Dark Magenta. HEX triplet: 93, 15 and 93. RGB value is (147,21,147). Sum of RGB (Red+Green+Blue) = 147+21+147=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931593 is #6CEA6C. Grayscale: #484848. Windows color (decimal): -7137901 or 9639315. OLE color: 9639315.
HSL color Cylindrical-coordinate representation of color #931593: hue angle of 300º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931593 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 147 | - |
| CMYK | 0 | 0.86 | 0 | 0.42 |
| HSL | 300º | 0.75% | 0.33% | - |
| HSV(B) | 300º | 0.86% | 0.58% | - |
| XYZ | 17.57 | 8.85 | 28.39 | - |
| YUV | 73.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 147 | 0 | 0.86 | 0 | 0.42 | 300 | 0.75 | 0.33 |
| Hex | 93 | 15 | 93 | 0 | 56 | 0 | 2A | 12C | 4B | 21 |
| Octal | 223 | 25 | 223 | 0 | 126 | 0 | 52 | 454 | 113 | 41 |
| Binary | 10010011 | 10101 | 10010011 | 0 | 1010110 | 0 | 101010 | 100101100 | 1001011 | 100001 |
Color Harmonies of #931593
Complementary color
Monochromatic Colors of #931593
Black with #931593
Text Example
Text Example
White with #931593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931593; }
p { color: rgb(147,21,147); }
H1.HeaderClassName
{
color: #931593;
}
.AnyTagClassName
{
color: #931593;
}
</style>
background-color css
<style>
a { background-color: #931593; }
a { background-color: rgb(147,21,147); }
div.DivClassName
{
background-color: #931593;
}
.BgClassName
{
background-color: #931593;
}
</style>
border-color css
<style>
span { border-color: #931593; }
span { border-color: rgb(147,21,147); }
td.TdClassName
{
border-color: #931593;
}
.TagClassName
{
border-color: #931593;
}
</style>