Shades of Dark Magenta #930F9A
Tints of Dark Magenta #930F9A
RGB
CMYK
RGB Variations
Color information
#930F9A (or 0x930F9A) is known color: Dark Magenta. HEX triplet: 93, 0F and 9A. RGB value is (147,15,154). Sum of RGB (Red+Green+Blue) = 147+15+154=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #930F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930F9A is #6CF065. Grayscale: #454545. Windows color (decimal): -7139430 or 10096531. OLE color: 10096531.
HSL color Cylindrical-coordinate representation of color #930F9A: hue angle of 296.98º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F9A is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 15 | 154 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.40 |
| HSL | 296.98º | 0.82% | 0.33% | - |
| HSV(B) | 296.98º | 0.9% | 0.6% | - |
| XYZ | 18.04 | 8.88 | 31.33 | - |
| YUV | 70.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 154 | 0.05 | 0.90 | 0 | 0.40 | 296.98 | 0.82 | 0.33 |
| Hex | 93 | F | 9A | 5 | 5A | 0 | 28 | 129 | 52 | 21 |
| Octal | 223 | 17 | 232 | 5 | 132 | 0 | 50 | 451 | 122 | 41 |
| Binary | 10010011 | 1111 | 10011010 | 101 | 1011010 | 0 | 101000 | 100101001 | 1010010 | 100001 |
Color Harmonies of #930F9A
Complementary color
Monochromatic Colors of #930F9A
Black with #930F9A
Text Example
Text Example
White with #930F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F9A; }
p { color: rgb(147,15,154); }
H1.HeaderClassName
{
color: #930F9A;
}
.AnyTagClassName
{
color: #930F9A;
}
</style>
background-color css
<style>
a { background-color: #930F9A; }
a { background-color: rgb(147,15,154); }
div.DivClassName
{
background-color: #930F9A;
}
.BgClassName
{
background-color: #930F9A;
}
</style>
border-color css
<style>
span { border-color: #930F9A; }
span { border-color: rgb(147,15,154); }
td.TdClassName
{
border-color: #930F9A;
}
.TagClassName
{
border-color: #930F9A;
}
</style>