Shades of Dark Magenta #9303A1
Tints of Dark Magenta #9303A1
RGB
CMYK
RGB Variations
Color information
#9303A1 (or 0x9303A1) is known color: Dark Magenta. HEX triplet: 93, 03 and A1. RGB value is (147,3,161). Sum of RGB (Red+Green+Blue) = 147+3+161=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 161 (63.28% from 255 or 51.77% from 311); Max value from RGB is 161 - color contains mainly: blue. Hex color #9303A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9303A1 is #6CFC5E. Grayscale: #3F3F3F. Windows color (decimal): -7142495 or 10552211. OLE color: 10552211.
HSL color Cylindrical-coordinate representation of color #9303A1: hue angle of 294.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303A1 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 3 | 161 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.37 |
| HSL | 294.68º | 0.96% | 0.32% | - |
| HSV(B) | 294.68º | 0.98% | 0.63% | - |
| XYZ | 18.5 | 8.84 | 34.45 | - |
| YUV | 64.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 161 | 0.09 | 0.98 | 0 | 0.37 | 294.68 | 0.96 | 0.32 |
| Hex | 93 | 3 | A1 | 9 | 62 | 0 | 25 | 127 | 60 | 20 |
| Octal | 223 | 3 | 241 | 11 | 142 | 0 | 45 | 447 | 140 | 40 |
| Binary | 10010011 | 11 | 10100001 | 1001 | 1100010 | 0 | 100101 | 100100111 | 1100000 | 100000 |
Color Harmonies of #9303A1
Complementary color
Monochromatic Colors of #9303A1
Black with #9303A1
Text Example
Text Example
White with #9303A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303A1; }
p { color: rgb(147,3,161); }
H1.HeaderClassName
{
color: #9303A1;
}
.AnyTagClassName
{
color: #9303A1;
}
</style>
background-color css
<style>
a { background-color: #9303A1; }
a { background-color: rgb(147,3,161); }
div.DivClassName
{
background-color: #9303A1;
}
.BgClassName
{
background-color: #9303A1;
}
</style>
border-color css
<style>
span { border-color: #9303A1; }
span { border-color: rgb(147,3,161); }
td.TdClassName
{
border-color: #9303A1;
}
.TagClassName
{
border-color: #9303A1;
}
</style>