Shades of Dark Magenta #930AAA
Tints of Dark Magenta #930AAA
RGB
CMYK
RGB Variations
Color information
#930AAA (or 0x930AAA) is known color: Dark Magenta. HEX triplet: 93, 0A and AA. RGB value is (147,10,170). Sum of RGB (Red+Green+Blue) = 147+10+170=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #930AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930AAA is #6CF555. Grayscale: #444444. Windows color (decimal): -7140694 or 11143827. OLE color: 11143827.
HSL color Cylindrical-coordinate representation of color #930AAA: hue angle of 291.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930AAA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 10 | 170 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.33 |
| HSL | 291.38º | 0.89% | 0.35% | - |
| HSV(B) | 291.38º | 0.94% | 0.67% | - |
| XYZ | 19.4 | 9.32 | 38.81 | - |
| YUV | 69.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 170 | 0.14 | 0.94 | 0 | 0.33 | 291.38 | 0.89 | 0.35 |
| Hex | 93 | A | AA | E | 5E | 0 | 21 | 123 | 59 | 23 |
| Octal | 223 | 12 | 252 | 16 | 136 | 0 | 41 | 443 | 131 | 43 |
| Binary | 10010011 | 1010 | 10101010 | 1110 | 1011110 | 0 | 100001 | 100100011 | 1011001 | 100011 |
Color Harmonies of #930AAA
Complementary color
Monochromatic Colors of #930AAA
Black with #930AAA
Text Example
Text Example
White with #930AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930AAA; }
p { color: rgb(147,10,170); }
H1.HeaderClassName
{
color: #930AAA;
}
.AnyTagClassName
{
color: #930AAA;
}
</style>
background-color css
<style>
a { background-color: #930AAA; }
a { background-color: rgb(147,10,170); }
div.DivClassName
{
background-color: #930AAA;
}
.BgClassName
{
background-color: #930AAA;
}
</style>
border-color css
<style>
span { border-color: #930AAA; }
span { border-color: rgb(147,10,170); }
td.TdClassName
{
border-color: #930AAA;
}
.TagClassName
{
border-color: #930AAA;
}
</style>