Shades of Amethyst #9353D7
Tints of Amethyst #9353D7
RGB
CMYK
RGB Variations
Color information
#9353D7 (or 0x9353D7) is known color: Amethyst. HEX triplet: 93, 53 and D7. RGB value is (147,83,215). Sum of RGB (Red+Green+Blue) = 147+83+215=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #9353D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353D7 is #6CAC28. Grayscale: #747474. Windows color (decimal): -7121961 or 14111635. OLE color: 14111635.
HSL color Cylindrical-coordinate representation of color #9353D7: hue angle of 269.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9353D7 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 83 | 215 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.16 |
| HSL | 269.09º | 0.62% | 0.58% | - |
| HSV(B) | 269.09º | 0.61% | 0.84% | - |
| XYZ | 27.39 | 17.3 | 66.18 | - |
| YUV | 117.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 215 | 0.32 | 0.61 | 0 | 0.16 | 269.09 | 0.62 | 0.58 |
| Hex | 93 | 53 | D7 | 20 | 3D | 0 | 10 | 10D | 3E | 3A |
| Octal | 223 | 123 | 327 | 40 | 75 | 0 | 20 | 415 | 76 | 72 |
| Binary | 10010011 | 1010011 | 11010111 | 100000 | 111101 | 0 | 10000 | 100001101 | 111110 | 111010 |
Color Harmonies of #9353D7
Complementary color
Monochromatic Colors of #9353D7
Black with #9353D7
Text Example
Text Example
White with #9353D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353D7; }
p { color: rgb(147,83,215); }
H1.HeaderClassName
{
color: #9353D7;
}
.AnyTagClassName
{
color: #9353D7;
}
</style>
background-color css
<style>
a { background-color: #9353D7; }
a { background-color: rgb(147,83,215); }
div.DivClassName
{
background-color: #9353D7;
}
.BgClassName
{
background-color: #9353D7;
}
</style>
border-color css
<style>
span { border-color: #9353D7; }
span { border-color: rgb(147,83,215); }
td.TdClassName
{
border-color: #9353D7;
}
.TagClassName
{
border-color: #9353D7;
}
</style>