Shades of Dark Magenta #930AAD
Tints of Dark Magenta #930AAD
RGB
CMYK
RGB Variations
Color information
#930AAD (or 0x930AAD) is known color: Dark Magenta. HEX triplet: 93, 0A and AD. RGB value is (147,10,173). Sum of RGB (Red+Green+Blue) = 147+10+173=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #930AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930AAD is #6CF552. Grayscale: #454545. Windows color (decimal): -7140691 or 11340435. OLE color: 11340435.
HSL color Cylindrical-coordinate representation of color #930AAD: hue angle of 290.43º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930AAD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 10 | 173 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.32 |
| HSL | 290.43º | 0.89% | 0.36% | - |
| HSV(B) | 290.43º | 0.94% | 0.68% | - |
| XYZ | 19.68 | 9.44 | 40.32 | - |
| YUV | 69.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 173 | 0.15 | 0.94 | 0 | 0.32 | 290.43 | 0.89 | 0.36 |
| Hex | 93 | A | AD | F | 5E | 0 | 20 | 122 | 59 | 24 |
| Octal | 223 | 12 | 255 | 17 | 136 | 0 | 40 | 442 | 131 | 44 |
| Binary | 10010011 | 1010 | 10101101 | 1111 | 1011110 | 0 | 100000 | 100100010 | 1011001 | 100100 |
Color Harmonies of #930AAD
Complementary color
Monochromatic Colors of #930AAD
Black with #930AAD
Text Example
Text Example
White with #930AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930AAD; }
p { color: rgb(147,10,173); }
H1.HeaderClassName
{
color: #930AAD;
}
.AnyTagClassName
{
color: #930AAD;
}
</style>
background-color css
<style>
a { background-color: #930AAD; }
a { background-color: rgb(147,10,173); }
div.DivClassName
{
background-color: #930AAD;
}
.BgClassName
{
background-color: #930AAD;
}
</style>
border-color css
<style>
span { border-color: #930AAD; }
span { border-color: rgb(147,10,173); }
td.TdClassName
{
border-color: #930AAD;
}
.TagClassName
{
border-color: #930AAD;
}
</style>