Shades of Dark Magenta #93019F
Tints of Dark Magenta #93019F
RGB
CMYK
RGB Variations
Color information
#93019F (or 0x93019F) is known color: Dark Magenta. HEX triplet: 93, 01 and 9F. RGB value is (147,1,159). Sum of RGB (Red+Green+Blue) = 147+1+159=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #93019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93019F is #6CFE60. Grayscale: #3E3E3E. Windows color (decimal): -7143009 or 10420627. OLE color: 10420627.
HSL color Cylindrical-coordinate representation of color #93019F: hue angle of 295.44º 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 #93019F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 1 | 159 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.38 |
| HSL | 295.44º | 0.99% | 0.31% | - |
| HSV(B) | 295.44º | 0.99% | 0.62% | - |
| XYZ | 18.3 | 8.73 | 33.52 | - |
| YUV | 62.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 159 | 0.08 | 0.99 | 0 | 0.38 | 295.44 | 0.99 | 0.31 |
| Hex | 93 | 1 | 9F | 8 | 63 | 0 | 26 | 127 | 63 | 1F |
| Octal | 223 | 1 | 237 | 10 | 143 | 0 | 46 | 447 | 143 | 37 |
| Binary | 10010011 | 1 | 10011111 | 1000 | 1100011 | 0 | 100110 | 100100111 | 1100011 | 11111 |
Color Harmonies of #93019F
Complementary color
Monochromatic Colors of #93019F
Black with #93019F
Text Example
Text Example
White with #93019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93019F; }
p { color: rgb(147,1,159); }
H1.HeaderClassName
{
color: #93019F;
}
.AnyTagClassName
{
color: #93019F;
}
</style>
background-color css
<style>
a { background-color: #93019F; }
a { background-color: rgb(147,1,159); }
div.DivClassName
{
background-color: #93019F;
}
.BgClassName
{
background-color: #93019F;
}
</style>
border-color css
<style>
span { border-color: #93019F; }
span { border-color: rgb(147,1,159); }
td.TdClassName
{
border-color: #93019F;
}
.TagClassName
{
border-color: #93019F;
}
</style>