Shades of Dark Magenta #93019B
Tints of Dark Magenta #93019B
RGB
CMYK
RGB Variations
Color information
#93019B (or 0x93019B) is known color: Dark Magenta. HEX triplet: 93, 01 and 9B. RGB value is (147,1,155). Sum of RGB (Red+Green+Blue) = 147+1+155=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #93019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93019B is #6CFE64. Grayscale: #3D3D3D. Windows color (decimal): -7143013 or 10158483. OLE color: 10158483.
HSL color Cylindrical-coordinate representation of color #93019B: hue angle of 296.88º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93019B is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 1 | 155 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.39 |
| HSL | 296.88º | 0.99% | 0.31% | - |
| HSV(B) | 296.88º | 0.99% | 0.61% | - |
| XYZ | 17.96 | 8.59 | 31.72 | - |
| YUV | 62.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 155 | 0.05 | 0.99 | 0 | 0.39 | 296.88 | 0.99 | 0.31 |
| Hex | 93 | 1 | 9B | 5 | 63 | 0 | 27 | 129 | 63 | 1F |
| Octal | 223 | 1 | 233 | 5 | 143 | 0 | 47 | 451 | 143 | 37 |
| Binary | 10010011 | 1 | 10011011 | 101 | 1100011 | 0 | 100111 | 100101001 | 1100011 | 11111 |
Color Harmonies of #93019B
Complementary color
Monochromatic Colors of #93019B
Black with #93019B
Text Example
Text Example
White with #93019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93019B; }
p { color: rgb(147,1,155); }
H1.HeaderClassName
{
color: #93019B;
}
.AnyTagClassName
{
color: #93019B;
}
</style>
background-color css
<style>
a { background-color: #93019B; }
a { background-color: rgb(147,1,155); }
div.DivClassName
{
background-color: #93019B;
}
.BgClassName
{
background-color: #93019B;
}
</style>
border-color css
<style>
span { border-color: #93019B; }
span { border-color: rgb(147,1,155); }
td.TdClassName
{
border-color: #93019B;
}
.TagClassName
{
border-color: #93019B;
}
</style>