Shades of Dark Magenta #930096
Tints of Dark Magenta #930096
RGB
CMYK
RGB Variations
Color information
#930096 (or 0x930096) is known color: Dark Magenta. HEX triplet: 93, 00 and 96. RGB value is (147,0,150). Sum of RGB (Red+Green+Blue) = 147+0+150=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #930096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930096 is #6CFF69. Grayscale: #3C3C3C. Windows color (decimal): -7143274 or 9830547. OLE color: 9830547.
HSL color Cylindrical-coordinate representation of color #930096: hue angle of 298.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930096 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 0 | 150 | - |
| CMYK | 0.02 | 1 | 0 | 0.41 |
| HSL | 298.8º | 1% | 0.29% | - |
| HSV(B) | 298.8º | 1% | 0.59% | - |
| XYZ | 17.54 | 8.41 | 29.55 | - |
| YUV | 61.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 150 | 0.02 | 1 | 0 | 0.41 | 298.8 | 1 | 0.29 |
| Hex | 93 | 0 | 96 | 2 | 64 | 0 | 29 | 12B | 64 | 1D |
| Octal | 223 | 0 | 226 | 2 | 144 | 0 | 51 | 453 | 144 | 35 |
| Binary | 10010011 | 0 | 10010110 | 10 | 1100100 | 0 | 101001 | 100101011 | 1100100 | 11101 |
Color Harmonies of #930096
Complementary color
Monochromatic Colors of #930096
Black with #930096
Text Example
Text Example
White with #930096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930096; }
p { color: rgb(147,0,150); }
H1.HeaderClassName
{
color: #930096;
}
.AnyTagClassName
{
color: #930096;
}
</style>
background-color css
<style>
a { background-color: #930096; }
a { background-color: rgb(147,0,150); }
div.DivClassName
{
background-color: #930096;
}
.BgClassName
{
background-color: #930096;
}
</style>
border-color css
<style>
span { border-color: #930096; }
span { border-color: rgb(147,0,150); }
td.TdClassName
{
border-color: #930096;
}
.TagClassName
{
border-color: #930096;
}
</style>