Shades of Amethyst #9653D5
Tints of Amethyst #9653D5
RGB
CMYK
RGB Variations
Color information
#9653D5 (or 0x9653D5) is known color: Amethyst. HEX triplet: 96, 53 and D5. RGB value is (150,83,213). Sum of RGB (Red+Green+Blue) = 150+83+213=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #9653D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653D5 is #69AC2A. Grayscale: #757575. Windows color (decimal): -6925355 or 13980566. OLE color: 13980566.
HSL color Cylindrical-coordinate representation of color #9653D5: hue angle of 270.92º 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 #9653D5 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 83 | 213 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.16 |
| HSL | 270.92º | 0.61% | 0.58% | - |
| HSV(B) | 270.92º | 0.61% | 0.84% | - |
| XYZ | 27.68 | 17.47 | 64.86 | - |
| YUV | 117.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 213 | 0.30 | 0.61 | 0 | 0.16 | 270.92 | 0.61 | 0.58 |
| Hex | 96 | 53 | D5 | 1E | 3D | 0 | 10 | 10F | 3D | 3A |
| Octal | 226 | 123 | 325 | 36 | 75 | 0 | 20 | 417 | 75 | 72 |
| Binary | 10010110 | 1010011 | 11010101 | 11110 | 111101 | 0 | 10000 | 100001111 | 111101 | 111010 |
Color Harmonies of #9653D5
Complementary color
Monochromatic Colors of #9653D5
Black with #9653D5
Text Example
Text Example
White with #9653D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653D5; }
p { color: rgb(150,83,213); }
H1.HeaderClassName
{
color: #9653D5;
}
.AnyTagClassName
{
color: #9653D5;
}
</style>
background-color css
<style>
a { background-color: #9653D5; }
a { background-color: rgb(150,83,213); }
div.DivClassName
{
background-color: #9653D5;
}
.BgClassName
{
background-color: #9653D5;
}
</style>
border-color css
<style>
span { border-color: #9653D5; }
span { border-color: rgb(150,83,213); }
td.TdClassName
{
border-color: #9653D5;
}
.TagClassName
{
border-color: #9653D5;
}
</style>