Shades of Amethyst #9662CE
Tints of Amethyst #9662CE
RGB
CMYK
RGB Variations
Color information
#9662CE (or 0x9662CE) is known color: Amethyst. HEX triplet: 96, 62 and CE. RGB value is (150,98,206). Sum of RGB (Red+Green+Blue) = 150+98+206=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9662CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CE is #699D31. Grayscale: #7D7D7D. Windows color (decimal): -6921522 or 13525654. OLE color: 13525654.
HSL color Cylindrical-coordinate representation of color #9662CE: hue angle of 268.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9662CE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 98 | 206 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.19 |
| HSL | 268.89º | 0.52% | 0.6% | - |
| HSV(B) | 268.89º | 0.52% | 0.81% | - |
| XYZ | 28.09 | 19.68 | 60.71 | - |
| YUV | 125.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 206 | 0.27 | 0.52 | 0 | 0.19 | 268.89 | 0.52 | 0.6 |
| Hex | 96 | 62 | CE | 1B | 34 | 0 | 13 | 10D | 34 | 3C |
| Octal | 226 | 142 | 316 | 33 | 64 | 0 | 23 | 415 | 64 | 74 |
| Binary | 10010110 | 1100010 | 11001110 | 11011 | 110100 | 0 | 10011 | 100001101 | 110100 | 111100 |
Color Harmonies of #9662CE
Complementary color
Monochromatic Colors of #9662CE
Black with #9662CE
Text Example
Text Example
White with #9662CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662CE; }
p { color: rgb(150,98,206); }
H1.HeaderClassName
{
color: #9662CE;
}
.AnyTagClassName
{
color: #9662CE;
}
</style>
background-color css
<style>
a { background-color: #9662CE; }
a { background-color: rgb(150,98,206); }
div.DivClassName
{
background-color: #9662CE;
}
.BgClassName
{
background-color: #9662CE;
}
</style>
border-color css
<style>
span { border-color: #9662CE; }
span { border-color: rgb(150,98,206); }
td.TdClassName
{
border-color: #9662CE;
}
.TagClassName
{
border-color: #9662CE;
}
</style>