Shades of Amethyst #9353CE
Tints of Amethyst #9353CE
RGB
CMYK
RGB Variations
Color information
#9353CE (or 0x9353CE) is known color: Amethyst. HEX triplet: 93, 53 and CE. RGB value is (147,83,206). Sum of RGB (Red+Green+Blue) = 147+83+206=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9353CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353CE is #6CAC31. Grayscale: #737373. Windows color (decimal): -7121970 or 13521811. OLE color: 13521811.
HSL color Cylindrical-coordinate representation of color #9353CE: hue angle of 271.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9353CE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 83 | 206 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.19 |
| HSL | 271.22º | 0.56% | 0.57% | - |
| HSV(B) | 271.22º | 0.6% | 0.81% | - |
| XYZ | 26.27 | 16.85 | 60.26 | - |
| YUV | 116.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 206 | 0.29 | 0.60 | 0 | 0.19 | 271.22 | 0.56 | 0.57 |
| Hex | 93 | 53 | CE | 1D | 3C | 0 | 13 | 10F | 38 | 39 |
| Octal | 223 | 123 | 316 | 35 | 74 | 0 | 23 | 417 | 70 | 71 |
| Binary | 10010011 | 1010011 | 11001110 | 11101 | 111100 | 0 | 10011 | 100001111 | 111000 | 111001 |
Color Harmonies of #9353CE
Complementary color
Monochromatic Colors of #9353CE
Black with #9353CE
Text Example
Text Example
White with #9353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353CE; }
p { color: rgb(147,83,206); }
H1.HeaderClassName
{
color: #9353CE;
}
.AnyTagClassName
{
color: #9353CE;
}
</style>
background-color css
<style>
a { background-color: #9353CE; }
a { background-color: rgb(147,83,206); }
div.DivClassName
{
background-color: #9353CE;
}
.BgClassName
{
background-color: #9353CE;
}
</style>
border-color css
<style>
span { border-color: #9353CE; }
span { border-color: rgb(147,83,206); }
td.TdClassName
{
border-color: #9353CE;
}
.TagClassName
{
border-color: #9353CE;
}
</style>