Shades of Amethyst #9654D5
Tints of Amethyst #9654D5
RGB
CMYK
RGB Variations
Color information
#9654D5 (or 0x9654D5) is known color: Amethyst. HEX triplet: 96, 54 and D5. RGB value is (150,84,213). Sum of RGB (Red+Green+Blue) = 150+84+213=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #9654D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654D5 is #69AB2A. Grayscale: #757575. Windows color (decimal): -6925099 or 13980822. OLE color: 13980822.
HSL color Cylindrical-coordinate representation of color #9654D5: hue angle of 270.7º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9654D5 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 84 | 213 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.16 |
| HSL | 270.7º | 0.61% | 0.58% | - |
| HSV(B) | 270.7º | 0.61% | 0.84% | - |
| XYZ | 27.76 | 17.63 | 64.89 | - |
| YUV | 118.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 213 | 0.30 | 0.61 | 0 | 0.16 | 270.7 | 0.61 | 0.58 |
| Hex | 96 | 54 | D5 | 1E | 3D | 0 | 10 | 10F | 3D | 3A |
| Octal | 226 | 124 | 325 | 36 | 75 | 0 | 20 | 417 | 75 | 72 |
| Binary | 10010110 | 1010100 | 11010101 | 11110 | 111101 | 0 | 10000 | 100001111 | 111101 | 111010 |
Color Harmonies of #9654D5
Complementary color
Monochromatic Colors of #9654D5
Black with #9654D5
Text Example
Text Example
White with #9654D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654D5; }
p { color: rgb(150,84,213); }
H1.HeaderClassName
{
color: #9654D5;
}
.AnyTagClassName
{
color: #9654D5;
}
</style>
background-color css
<style>
a { background-color: #9654D5; }
a { background-color: rgb(150,84,213); }
div.DivClassName
{
background-color: #9654D5;
}
.BgClassName
{
background-color: #9654D5;
}
</style>
border-color css
<style>
span { border-color: #9654D5; }
span { border-color: rgb(150,84,213); }
td.TdClassName
{
border-color: #9654D5;
}
.TagClassName
{
border-color: #9654D5;
}
</style>