Shades of Amethyst #9661D8
Tints of Amethyst #9661D8
RGB
CMYK
RGB Variations
Color information
#9661D8 (or 0x9661D8) is known color: Amethyst. HEX triplet: 96, 61 and D8. RGB value is (150,97,216). Sum of RGB (Red+Green+Blue) = 150+97+216=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #9661D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661D8 is #699E27. Grayscale: #7D7D7D. Windows color (decimal): -6921768 or 14180758. OLE color: 14180758.
HSL color Cylindrical-coordinate representation of color #9661D8: hue angle of 266.72º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9661D8 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 97 | 216 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.15 |
| HSL | 266.72º | 0.6% | 0.61% | - |
| HSV(B) | 266.72º | 0.55% | 0.85% | - |
| XYZ | 29.25 | 19.99 | 67.28 | - |
| YUV | 126.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 216 | 0.31 | 0.55 | 0 | 0.15 | 266.72 | 0.6 | 0.61 |
| Hex | 96 | 61 | D8 | 1F | 37 | 0 | F | 10B | 3C | 3D |
| Octal | 226 | 141 | 330 | 37 | 67 | 0 | 17 | 413 | 74 | 75 |
| Binary | 10010110 | 1100001 | 11011000 | 11111 | 110111 | 0 | 1111 | 100001011 | 111100 | 111101 |
Color Harmonies of #9661D8
Complementary color
Monochromatic Colors of #9661D8
Black with #9661D8
Text Example
Text Example
White with #9661D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661D8; }
p { color: rgb(150,97,216); }
H1.HeaderClassName
{
color: #9661D8;
}
.AnyTagClassName
{
color: #9661D8;
}
</style>
background-color css
<style>
a { background-color: #9661D8; }
a { background-color: rgb(150,97,216); }
div.DivClassName
{
background-color: #9661D8;
}
.BgClassName
{
background-color: #9661D8;
}
</style>
border-color css
<style>
span { border-color: #9661D8; }
span { border-color: rgb(150,97,216); }
td.TdClassName
{
border-color: #9661D8;
}
.TagClassName
{
border-color: #9661D8;
}
</style>