Shades of Amethyst #9659CE
Tints of Amethyst #9659CE
RGB
CMYK
RGB Variations
Color information
#9659CE (or 0x9659CE) is known color: Amethyst. HEX triplet: 96, 59 and CE. RGB value is (150,89,206). Sum of RGB (Red+Green+Blue) = 150+89+206=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9659CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659CE is #69A631. Grayscale: #787878. Windows color (decimal): -6923826 or 13523350. OLE color: 13523350.
HSL color Cylindrical-coordinate representation of color #9659CE: hue angle of 271.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9659CE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 89 | 206 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.19 |
| HSL | 271.28º | 0.54% | 0.58% | - |
| HSV(B) | 271.28º | 0.57% | 0.81% | - |
| XYZ | 27.29 | 18.09 | 60.44 | - |
| YUV | 120.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 206 | 0.27 | 0.57 | 0 | 0.19 | 271.28 | 0.54 | 0.58 |
| Hex | 96 | 59 | CE | 1B | 39 | 0 | 13 | 10F | 36 | 3A |
| Octal | 226 | 131 | 316 | 33 | 71 | 0 | 23 | 417 | 66 | 72 |
| Binary | 10010110 | 1011001 | 11001110 | 11011 | 111001 | 0 | 10011 | 100001111 | 110110 | 111010 |
Color Harmonies of #9659CE
Complementary color
Monochromatic Colors of #9659CE
Black with #9659CE
Text Example
Text Example
White with #9659CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659CE; }
p { color: rgb(150,89,206); }
H1.HeaderClassName
{
color: #9659CE;
}
.AnyTagClassName
{
color: #9659CE;
}
</style>
background-color css
<style>
a { background-color: #9659CE; }
a { background-color: rgb(150,89,206); }
div.DivClassName
{
background-color: #9659CE;
}
.BgClassName
{
background-color: #9659CE;
}
</style>
border-color css
<style>
span { border-color: #9659CE; }
span { border-color: rgb(150,89,206); }
td.TdClassName
{
border-color: #9659CE;
}
.TagClassName
{
border-color: #9659CE;
}
</style>