Shades of Amethyst #9654DA
Tints of Amethyst #9654DA
RGB
CMYK
RGB Variations
Color information
#9654DA (or 0x9654DA) is known color: Amethyst. HEX triplet: 96, 54 and DA. RGB value is (150,84,218). Sum of RGB (Red+Green+Blue) = 150+84+218=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #9654DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654DA is #69AB25. Grayscale: #767676. Windows color (decimal): -6925094 or 14308502. OLE color: 14308502.
HSL color Cylindrical-coordinate representation of color #9654DA: hue angle of 269.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9654DA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 84 | 218 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.15 |
| HSL | 269.55º | 0.64% | 0.59% | - |
| HSV(B) | 269.55º | 0.61% | 0.85% | - |
| XYZ | 28.4 | 17.89 | 68.29 | - |
| YUV | 119.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 218 | 0.31 | 0.61 | 0 | 0.15 | 269.55 | 0.64 | 0.59 |
| Hex | 96 | 54 | DA | 1F | 3D | 0 | F | 10E | 40 | 3B |
| Octal | 226 | 124 | 332 | 37 | 75 | 0 | 17 | 416 | 100 | 73 |
| Binary | 10010110 | 1010100 | 11011010 | 11111 | 111101 | 0 | 1111 | 100001110 | 1000000 | 111011 |
Color Harmonies of #9654DA
Complementary color
Monochromatic Colors of #9654DA
Black with #9654DA
Text Example
Text Example
White with #9654DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654DA; }
p { color: rgb(150,84,218); }
H1.HeaderClassName
{
color: #9654DA;
}
.AnyTagClassName
{
color: #9654DA;
}
</style>
background-color css
<style>
a { background-color: #9654DA; }
a { background-color: rgb(150,84,218); }
div.DivClassName
{
background-color: #9654DA;
}
.BgClassName
{
background-color: #9654DA;
}
</style>
border-color css
<style>
span { border-color: #9654DA; }
span { border-color: rgb(150,84,218); }
td.TdClassName
{
border-color: #9654DA;
}
.TagClassName
{
border-color: #9654DA;
}
</style>