Shades of Dark Magenta #93098F
Tints of Dark Magenta #93098F
RGB
CMYK
RGB Variations
Color information
#93098F (or 0x93098F) is known color: Dark Magenta. HEX triplet: 93, 09 and 8F. RGB value is (147,9,143). Sum of RGB (Red+Green+Blue) = 147+9+143=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #93098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93098F is #6CF670. Grayscale: #414141. Windows color (decimal): -7140977 or 9374099. OLE color: 9374099.
HSL color Cylindrical-coordinate representation of color #93098F: hue angle of 301.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93098F is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 143 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.42 |
| HSL | 301.74º | 0.88% | 0.31% | - |
| HSV(B) | 301.74º | 0.94% | 0.58% | - |
| XYZ | 17.09 | 8.38 | 26.7 | - |
| YUV | 65.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 143 | 0 | 0.94 | 0.03 | 0.42 | 301.74 | 0.88 | 0.31 |
| Hex | 93 | 9 | 8F | 0 | 5E | 3 | 2A | 12E | 58 | 1F |
| Octal | 223 | 11 | 217 | 0 | 136 | 3 | 52 | 456 | 130 | 37 |
| Binary | 10010011 | 1001 | 10001111 | 0 | 1011110 | 11 | 101010 | 100101110 | 1011000 | 11111 |
Color Harmonies of #93098F
Complementary color
Monochromatic Colors of #93098F
Black with #93098F
Text Example
Text Example
White with #93098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93098F; }
p { color: rgb(147,9,143); }
H1.HeaderClassName
{
color: #93098F;
}
.AnyTagClassName
{
color: #93098F;
}
</style>
background-color css
<style>
a { background-color: #93098F; }
a { background-color: rgb(147,9,143); }
div.DivClassName
{
background-color: #93098F;
}
.BgClassName
{
background-color: #93098F;
}
</style>
border-color css
<style>
span { border-color: #93098F; }
span { border-color: rgb(147,9,143); }
td.TdClassName
{
border-color: #93098F;
}
.TagClassName
{
border-color: #93098F;
}
</style>