Shades of Dark Magenta #931793
Tints of Dark Magenta #931793
RGB
CMYK
RGB Variations
Color information
#931793 (or 0x931793) is known color: Dark Magenta. HEX triplet: 93, 17 and 93. RGB value is (147,23,147). Sum of RGB (Red+Green+Blue) = 147+23+147=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931793 is #6CE86C. Grayscale: #494949. Windows color (decimal): -7137389 or 9639827. OLE color: 9639827.
HSL color Cylindrical-coordinate representation of color #931793: hue angle of 300º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931793 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 147 | - |
| CMYK | 0 | 0.84 | 0 | 0.42 |
| HSL | 300º | 0.73% | 0.33% | - |
| HSV(B) | 300º | 0.84% | 0.58% | - |
| XYZ | 17.61 | 8.92 | 28.4 | - |
| YUV | 74.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 147 | 0 | 0.84 | 0 | 0.42 | 300 | 0.73 | 0.33 |
| Hex | 93 | 17 | 93 | 0 | 54 | 0 | 2A | 12C | 49 | 21 |
| Octal | 223 | 27 | 223 | 0 | 124 | 0 | 52 | 454 | 111 | 41 |
| Binary | 10010011 | 10111 | 10010011 | 0 | 1010100 | 0 | 101010 | 100101100 | 1001001 | 100001 |
Color Harmonies of #931793
Complementary color
Monochromatic Colors of #931793
Black with #931793
Text Example
Text Example
White with #931793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931793; }
p { color: rgb(147,23,147); }
H1.HeaderClassName
{
color: #931793;
}
.AnyTagClassName
{
color: #931793;
}
</style>
background-color css
<style>
a { background-color: #931793; }
a { background-color: rgb(147,23,147); }
div.DivClassName
{
background-color: #931793;
}
.BgClassName
{
background-color: #931793;
}
</style>
border-color css
<style>
span { border-color: #931793; }
span { border-color: rgb(147,23,147); }
td.TdClassName
{
border-color: #931793;
}
.TagClassName
{
border-color: #931793;
}
</style>