Shades of Dark Magenta #93009E
Tints of Dark Magenta #93009E
RGB
CMYK
RGB Variations
Color information
#93009E (or 0x93009E) is known color: Dark Magenta. HEX triplet: 93, 00 and 9E. RGB value is (147,0,158). Sum of RGB (Red+Green+Blue) = 147+0+158=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #93009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93009E is #6CFF61. Grayscale: #3D3D3D. Windows color (decimal): -7143266 or 10354835. OLE color: 10354835.
HSL color Cylindrical-coordinate representation of color #93009E: hue angle of 295.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93009E is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 0 | 158 | - |
| CMYK | 0.07 | 1 | 0 | 0.38 |
| HSL | 295.82º | 1% | 0.31% | - |
| HSV(B) | 295.82º | 1% | 0.62% | - |
| XYZ | 18.2 | 8.67 | 33.06 | - |
| YUV | 61.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 158 | 0.07 | 1 | 0 | 0.38 | 295.82 | 1 | 0.31 |
| Hex | 93 | 0 | 9E | 7 | 64 | 0 | 26 | 128 | 64 | 1F |
| Octal | 223 | 0 | 236 | 7 | 144 | 0 | 46 | 450 | 144 | 37 |
| Binary | 10010011 | 0 | 10011110 | 111 | 1100100 | 0 | 100110 | 100101000 | 1100100 | 11111 |
Color Harmonies of #93009E
Complementary color
Monochromatic Colors of #93009E
Black with #93009E
Text Example
Text Example
White with #93009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93009E; }
p { color: rgb(147,0,158); }
H1.HeaderClassName
{
color: #93009E;
}
.AnyTagClassName
{
color: #93009E;
}
</style>
background-color css
<style>
a { background-color: #93009E; }
a { background-color: rgb(147,0,158); }
div.DivClassName
{
background-color: #93009E;
}
.BgClassName
{
background-color: #93009E;
}
</style>
border-color css
<style>
span { border-color: #93009E; }
span { border-color: rgb(147,0,158); }
td.TdClassName
{
border-color: #93009E;
}
.TagClassName
{
border-color: #93009E;
}
</style>