Shades of Amethyst #9651DF
Tints of Amethyst #9651DF
RGB
CMYK
RGB Variations
Color information
#9651DF (or 0x9651DF) is known color: Amethyst. HEX triplet: 96, 51 and DF. RGB value is (150,81,223). Sum of RGB (Red+Green+Blue) = 150+81+223=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #9651DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651DF is #69AE20. Grayscale: #757575. Windows color (decimal): -6925857 or 14635414. OLE color: 14635414.
HSL color Cylindrical-coordinate representation of color #9651DF: hue angle of 269.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9651DF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 81 | 223 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.13 |
| HSL | 269.15º | 0.69% | 0.6% | - |
| HSV(B) | 269.15º | 0.64% | 0.87% | - |
| XYZ | 28.84 | 17.7 | 71.71 | - |
| YUV | 117.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 223 | 0.33 | 0.64 | 0 | 0.13 | 269.15 | 0.69 | 0.6 |
| Hex | 96 | 51 | DF | 21 | 40 | 0 | D | 10D | 45 | 3C |
| Octal | 226 | 121 | 337 | 41 | 100 | 0 | 15 | 415 | 105 | 74 |
| Binary | 10010110 | 1010001 | 11011111 | 100001 | 1000000 | 0 | 1101 | 100001101 | 1000101 | 111100 |
Color Harmonies of #9651DF
Complementary color
Monochromatic Colors of #9651DF
Black with #9651DF
Text Example
Text Example
White with #9651DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9651DF; }
p { color: rgb(150,81,223); }
H1.HeaderClassName
{
color: #9651DF;
}
.AnyTagClassName
{
color: #9651DF;
}
</style>
background-color css
<style>
a { background-color: #9651DF; }
a { background-color: rgb(150,81,223); }
div.DivClassName
{
background-color: #9651DF;
}
.BgClassName
{
background-color: #9651DF;
}
</style>
border-color css
<style>
span { border-color: #9651DF; }
span { border-color: rgb(150,81,223); }
td.TdClassName
{
border-color: #9651DF;
}
.TagClassName
{
border-color: #9651DF;
}
</style>