Shades of Amethyst #9352CE
Tints of Amethyst #9352CE
RGB
CMYK
RGB Variations
Color information
#9352CE (or 0x9352CE) is known color: Amethyst. HEX triplet: 93, 52 and CE. RGB value is (147,82,206). Sum of RGB (Red+Green+Blue) = 147+82+206=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #9352CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352CE is #6CAD31. Grayscale: #737373. Windows color (decimal): -7122226 or 13521555. OLE color: 13521555.
HSL color Cylindrical-coordinate representation of color #9352CE: hue angle of 271.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9352CE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 82 | 206 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.19 |
| HSL | 271.45º | 0.56% | 0.56% | - |
| HSV(B) | 271.45º | 0.6% | 0.81% | - |
| XYZ | 26.19 | 16.69 | 60.23 | - |
| YUV | 115.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 206 | 0.29 | 0.60 | 0 | 0.19 | 271.45 | 0.56 | 0.56 |
| Hex | 93 | 52 | CE | 1D | 3C | 0 | 13 | 10F | 38 | 38 |
| Octal | 223 | 122 | 316 | 35 | 74 | 0 | 23 | 417 | 70 | 70 |
| Binary | 10010011 | 1010010 | 11001110 | 11101 | 111100 | 0 | 10011 | 100001111 | 111000 | 111000 |
Color Harmonies of #9352CE
Complementary color
Monochromatic Colors of #9352CE
Black with #9352CE
Text Example
Text Example
White with #9352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352CE; }
p { color: rgb(147,82,206); }
H1.HeaderClassName
{
color: #9352CE;
}
.AnyTagClassName
{
color: #9352CE;
}
</style>
background-color css
<style>
a { background-color: #9352CE; }
a { background-color: rgb(147,82,206); }
div.DivClassName
{
background-color: #9352CE;
}
.BgClassName
{
background-color: #9352CE;
}
</style>
border-color css
<style>
span { border-color: #9352CE; }
span { border-color: rgb(147,82,206); }
td.TdClassName
{
border-color: #9352CE;
}
.TagClassName
{
border-color: #9352CE;
}
</style>