Shades of Dark Magenta #930193
Tints of Dark Magenta #930193
RGB
CMYK
RGB Variations
Color information
#930193 (or 0x930193) is known color: Dark Magenta. HEX triplet: 93, 01 and 93. RGB value is (147,1,147). Sum of RGB (Red+Green+Blue) = 147+1+147=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #930193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930193 is #6CFE6C. Grayscale: #3C3C3C. Windows color (decimal): -7143021 or 9634195. OLE color: 9634195.
HSL color Cylindrical-coordinate representation of color #930193: hue angle of 300º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930193 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0 | 0.42 |
| HSL | 300º | 0.99% | 0.29% | - |
| HSV(B) | 300º | 0.99% | 0.58% | - |
| XYZ | 17.31 | 8.33 | 28.3 | - |
| YUV | 61.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 147 | 0 | 0.99 | 0 | 0.42 | 300 | 0.99 | 0.29 |
| Hex | 93 | 1 | 93 | 0 | 63 | 0 | 2A | 12C | 63 | 1D |
| Octal | 223 | 1 | 223 | 0 | 143 | 0 | 52 | 454 | 143 | 35 |
| Binary | 10010011 | 1 | 10010011 | 0 | 1100011 | 0 | 101010 | 100101100 | 1100011 | 11101 |
Color Harmonies of #930193
Complementary color
Monochromatic Colors of #930193
Black with #930193
Text Example
Text Example
White with #930193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930193; }
p { color: rgb(147,1,147); }
H1.HeaderClassName
{
color: #930193;
}
.AnyTagClassName
{
color: #930193;
}
</style>
background-color css
<style>
a { background-color: #930193; }
a { background-color: rgb(147,1,147); }
div.DivClassName
{
background-color: #930193;
}
.BgClassName
{
background-color: #930193;
}
</style>
border-color css
<style>
span { border-color: #930193; }
span { border-color: rgb(147,1,147); }
td.TdClassName
{
border-color: #930193;
}
.TagClassName
{
border-color: #930193;
}
</style>