Shades of Dark Magenta #93097B
Tints of Dark Magenta #93097B
RGB
CMYK
RGB Variations
Color information
#93097B (or 0x93097B) is known color: Dark Magenta. HEX triplet: 93, 09 and 7B. RGB value is (147,9,123). Sum of RGB (Red+Green+Blue) = 147+9+123=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097B is #6CF684. Grayscale: #3E3E3E. Windows color (decimal): -7140997 or 8063379. OLE color: 8063379.
HSL color Cylindrical-coordinate representation of color #93097B: hue angle of 310.43º 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 #93097B is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 123 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.42 |
| HSL | 310.43º | 0.88% | 0.31% | - |
| HSV(B) | 310.43º | 0.94% | 0.58% | - |
| XYZ | 15.71 | 7.83 | 19.42 | - |
| YUV | 63.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 123 | 0 | 0.94 | 0.16 | 0.42 | 310.43 | 0.88 | 0.31 |
| Hex | 93 | 9 | 7B | 0 | 5E | 10 | 2A | 136 | 58 | 1F |
| Octal | 223 | 11 | 173 | 0 | 136 | 20 | 52 | 466 | 130 | 37 |
| Binary | 10010011 | 1001 | 1111011 | 0 | 1011110 | 10000 | 101010 | 100110110 | 1011000 | 11111 |
Color Harmonies of #93097B
Complementary color
Monochromatic Colors of #93097B
Black with #93097B
Text Example
Text Example
White with #93097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93097B; }
p { color: rgb(147,9,123); }
H1.HeaderClassName
{
color: #93097B;
}
.AnyTagClassName
{
color: #93097B;
}
</style>
background-color css
<style>
a { background-color: #93097B; }
a { background-color: rgb(147,9,123); }
div.DivClassName
{
background-color: #93097B;
}
.BgClassName
{
background-color: #93097B;
}
</style>
border-color css
<style>
span { border-color: #93097B; }
span { border-color: rgb(147,9,123); }
td.TdClassName
{
border-color: #93097B;
}
.TagClassName
{
border-color: #93097B;
}
</style>