Shades of Amethyst #9353DD
Tints of Amethyst #9353DD
RGB
CMYK
RGB Variations
Color information
#9353DD (or 0x9353DD) is known color: Amethyst. HEX triplet: 93, 53 and DD. RGB value is (147,83,221). Sum of RGB (Red+Green+Blue) = 147+83+221=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #9353DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353DD is #6CAC22. Grayscale: #757575. Windows color (decimal): -7121955 or 14504851. OLE color: 14504851.
HSL color Cylindrical-coordinate representation of color #9353DD: hue angle of 267.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9353DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 83 | 221 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.13 |
| HSL | 267.83º | 0.67% | 0.6% | - |
| HSV(B) | 267.83º | 0.62% | 0.87% | - |
| XYZ | 28.18 | 17.61 | 70.32 | - |
| YUV | 117.87 | 186.2 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 221 | 0.33 | 0.62 | 0 | 0.13 | 267.83 | 0.67 | 0.6 |
| Hex | 93 | 53 | DD | 21 | 3E | 0 | D | 10C | 43 | 3C |
| Octal | 223 | 123 | 335 | 41 | 76 | 0 | 15 | 414 | 103 | 74 |
| Binary | 10010011 | 1010011 | 11011101 | 100001 | 111110 | 0 | 1101 | 100001100 | 1000011 | 111100 |
Color Harmonies of #9353DD
Complementary color
Monochromatic Colors of #9353DD
Black with #9353DD
Text Example
Text Example
White with #9353DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353DD; }
p { color: rgb(147,83,221); }
H1.HeaderClassName
{
color: #9353DD;
}
.AnyTagClassName
{
color: #9353DD;
}
</style>
background-color css
<style>
a { background-color: #9353DD; }
a { background-color: rgb(147,83,221); }
div.DivClassName
{
background-color: #9353DD;
}
.BgClassName
{
background-color: #9353DD;
}
</style>
border-color css
<style>
span { border-color: #9353DD; }
span { border-color: rgb(147,83,221); }
td.TdClassName
{
border-color: #9353DD;
}
.TagClassName
{
border-color: #9353DD;
}
</style>