Shades of Dark Magenta #93019E
Tints of Dark Magenta #93019E
RGB
CMYK
RGB Variations
Color information
#93019E (or 0x93019E) is known color: Dark Magenta. HEX triplet: 93, 01 and 9E. RGB value is (147,1,158). Sum of RGB (Red+Green+Blue) = 147+1+158=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #93019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93019E is #6CFE61. Grayscale: #3E3E3E. Windows color (decimal): -7143010 or 10355091. OLE color: 10355091.
HSL color Cylindrical-coordinate representation of color #93019E: hue angle of 295.8º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93019E is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 1 | 158 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.38 |
| HSL | 295.8º | 0.99% | 0.31% | - |
| HSV(B) | 295.8º | 0.99% | 0.62% | - |
| XYZ | 18.22 | 8.69 | 33.07 | - |
| YUV | 62.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 158 | 0.07 | 0.99 | 0 | 0.38 | 295.8 | 0.99 | 0.31 |
| Hex | 93 | 1 | 9E | 7 | 63 | 0 | 26 | 128 | 63 | 1F |
| Octal | 223 | 1 | 236 | 7 | 143 | 0 | 46 | 450 | 143 | 37 |
| Binary | 10010011 | 1 | 10011110 | 111 | 1100011 | 0 | 100110 | 100101000 | 1100011 | 11111 |
Color Harmonies of #93019E
Complementary color
Monochromatic Colors of #93019E
Black with #93019E
Text Example
Text Example
White with #93019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93019E; }
p { color: rgb(147,1,158); }
H1.HeaderClassName
{
color: #93019E;
}
.AnyTagClassName
{
color: #93019E;
}
</style>
background-color css
<style>
a { background-color: #93019E; }
a { background-color: rgb(147,1,158); }
div.DivClassName
{
background-color: #93019E;
}
.BgClassName
{
background-color: #93019E;
}
</style>
border-color css
<style>
span { border-color: #93019E; }
span { border-color: rgb(147,1,158); }
td.TdClassName
{
border-color: #93019E;
}
.TagClassName
{
border-color: #93019E;
}
</style>