Shades of Dark Magenta #93087B
Tints of Dark Magenta #93087B
RGB
CMYK
RGB Variations
Color information
#93087B (or 0x93087B) is known color: Dark Magenta. HEX triplet: 93, 08 and 7B. RGB value is (147,8,123). Sum of RGB (Red+Green+Blue) = 147+8+123=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93087B is #6CF784. Grayscale: #3E3E3E. Windows color (decimal): -7141253 or 8063123. OLE color: 8063123.
HSL color Cylindrical-coordinate representation of color #93087B: hue angle of 310.36º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93087B is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 123 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.42 |
| HSL | 310.36º | 0.9% | 0.3% | - |
| HSV(B) | 310.36º | 0.95% | 0.58% | - |
| XYZ | 15.69 | 7.81 | 19.42 | - |
| YUV | 62.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 123 | 0 | 0.95 | 0.16 | 0.42 | 310.36 | 0.9 | 0.3 |
| Hex | 93 | 8 | 7B | 0 | 5F | 10 | 2A | 136 | 5A | 1E |
| Octal | 223 | 10 | 173 | 0 | 137 | 20 | 52 | 466 | 132 | 36 |
| Binary | 10010011 | 1000 | 1111011 | 0 | 1011111 | 10000 | 101010 | 100110110 | 1011010 | 11110 |
Color Harmonies of #93087B
Complementary color
Monochromatic Colors of #93087B
Black with #93087B
Text Example
Text Example
White with #93087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93087B; }
p { color: rgb(147,8,123); }
H1.HeaderClassName
{
color: #93087B;
}
.AnyTagClassName
{
color: #93087B;
}
</style>
background-color css
<style>
a { background-color: #93087B; }
a { background-color: rgb(147,8,123); }
div.DivClassName
{
background-color: #93087B;
}
.BgClassName
{
background-color: #93087B;
}
</style>
border-color css
<style>
span { border-color: #93087B; }
span { border-color: rgb(147,8,123); }
td.TdClassName
{
border-color: #93087B;
}
.TagClassName
{
border-color: #93087B;
}
</style>