Shades of Dark Magenta #9302AB
Tints of Dark Magenta #9302AB
RGB
CMYK
RGB Variations
Color information
#9302AB (or 0x9302AB) is known color: Dark Magenta. HEX triplet: 93, 02 and AB. RGB value is (147,2,171). Sum of RGB (Red+Green+Blue) = 147+2+171=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #9302AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302AB is #6CFD54. Grayscale: #404040. Windows color (decimal): -7142741 or 11207315. OLE color: 11207315.
HSL color Cylindrical-coordinate representation of color #9302AB: hue angle of 291.48º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302AB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 2 | 171 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.33 |
| HSL | 291.48º | 0.98% | 0.34% | - |
| HSV(B) | 291.48º | 0.99% | 0.67% | - |
| XYZ | 19.41 | 9.19 | 39.28 | - |
| YUV | 64.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 171 | 0.14 | 0.99 | 0 | 0.33 | 291.48 | 0.98 | 0.34 |
| Hex | 93 | 2 | AB | E | 63 | 0 | 21 | 123 | 62 | 22 |
| Octal | 223 | 2 | 253 | 16 | 143 | 0 | 41 | 443 | 142 | 42 |
| Binary | 10010011 | 10 | 10101011 | 1110 | 1100011 | 0 | 100001 | 100100011 | 1100010 | 100010 |
Color Harmonies of #9302AB
Complementary color
Monochromatic Colors of #9302AB
Black with #9302AB
Text Example
Text Example
White with #9302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302AB; }
p { color: rgb(147,2,171); }
H1.HeaderClassName
{
color: #9302AB;
}
.AnyTagClassName
{
color: #9302AB;
}
</style>
background-color css
<style>
a { background-color: #9302AB; }
a { background-color: rgb(147,2,171); }
div.DivClassName
{
background-color: #9302AB;
}
.BgClassName
{
background-color: #9302AB;
}
</style>
border-color css
<style>
span { border-color: #9302AB; }
span { border-color: rgb(147,2,171); }
td.TdClassName
{
border-color: #9302AB;
}
.TagClassName
{
border-color: #9302AB;
}
</style>