Shades of Dark Magenta #93007B
Tints of Dark Magenta #93007B
RGB
CMYK
RGB Variations
Color information
#93007B (or 0x93007B) is known color: Dark Magenta. HEX triplet: 93, 00 and 7B. RGB value is (147,0,123). Sum of RGB (Red+Green+Blue) = 147+0+123=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #93007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007B is #6CFF84. Grayscale: #393939. Windows color (decimal): -7143301 or 8061075. OLE color: 8061075.
HSL color Cylindrical-coordinate representation of color #93007B: hue angle of 309.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93007B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.16 | 0.42 |
| HSL | 309.8º | 1% | 0.29% | - |
| HSV(B) | 309.8º | 1% | 0.58% | - |
| XYZ | 15.61 | 7.63 | 19.39 | - |
| YUV | 57.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 123 | 0 | 1 | 0.16 | 0.42 | 309.8 | 1 | 0.29 |
| Hex | 93 | 0 | 7B | 0 | 64 | 10 | 2A | 136 | 64 | 1D |
| Octal | 223 | 0 | 173 | 0 | 144 | 20 | 52 | 466 | 144 | 35 |
| Binary | 10010011 | 0 | 1111011 | 0 | 1100100 | 10000 | 101010 | 100110110 | 1100100 | 11101 |
Color Harmonies of #93007B
Complementary color
Monochromatic Colors of #93007B
Black with #93007B
Text Example
Text Example
White with #93007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93007B; }
p { color: rgb(147,0,123); }
H1.HeaderClassName
{
color: #93007B;
}
.AnyTagClassName
{
color: #93007B;
}
</style>
background-color css
<style>
a { background-color: #93007B; }
a { background-color: rgb(147,0,123); }
div.DivClassName
{
background-color: #93007B;
}
.BgClassName
{
background-color: #93007B;
}
</style>
border-color css
<style>
span { border-color: #93007B; }
span { border-color: rgb(147,0,123); }
td.TdClassName
{
border-color: #93007B;
}
.TagClassName
{
border-color: #93007B;
}
</style>