Shades of Amethyst #9659D5
Tints of Amethyst #9659D5
RGB
CMYK
RGB Variations
Color information
#9659D5 (or 0x9659D5) is known color: Amethyst. HEX triplet: 96, 59 and D5. RGB value is (150,89,213). Sum of RGB (Red+Green+Blue) = 150+89+213=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #9659D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659D5 is #69A62A. Grayscale: #787878. Windows color (decimal): -6923819 or 13982102. OLE color: 13982102.
HSL color Cylindrical-coordinate representation of color #9659D5: hue angle of 269.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9659D5 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 89 | 213 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.16 |
| HSL | 269.52º | 0.6% | 0.59% | - |
| HSV(B) | 269.52º | 0.58% | 0.84% | - |
| XYZ | 28.16 | 18.43 | 65.02 | - |
| YUV | 121.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 213 | 0.30 | 0.58 | 0 | 0.16 | 269.52 | 0.6 | 0.59 |
| Hex | 96 | 59 | D5 | 1E | 3A | 0 | 10 | 10E | 3C | 3B |
| Octal | 226 | 131 | 325 | 36 | 72 | 0 | 20 | 416 | 74 | 73 |
| Binary | 10010110 | 1011001 | 11010101 | 11110 | 111010 | 0 | 10000 | 100001110 | 111100 | 111011 |
Color Harmonies of #9659D5
Complementary color
Monochromatic Colors of #9659D5
Black with #9659D5
Text Example
Text Example
White with #9659D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659D5; }
p { color: rgb(150,89,213); }
H1.HeaderClassName
{
color: #9659D5;
}
.AnyTagClassName
{
color: #9659D5;
}
</style>
background-color css
<style>
a { background-color: #9659D5; }
a { background-color: rgb(150,89,213); }
div.DivClassName
{
background-color: #9659D5;
}
.BgClassName
{
background-color: #9659D5;
}
</style>
border-color css
<style>
span { border-color: #9659D5; }
span { border-color: rgb(150,89,213); }
td.TdClassName
{
border-color: #9659D5;
}
.TagClassName
{
border-color: #9659D5;
}
</style>