Shades of Amethyst #9652DF
Tints of Amethyst #9652DF
RGB
CMYK
RGB Variations
Color information
#9652DF (or 0x9652DF) is known color: Amethyst. HEX triplet: 96, 52 and DF. RGB value is (150,82,223). Sum of RGB (Red+Green+Blue) = 150+82+223=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #9652DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DF is #69AD20. Grayscale: #757575. Windows color (decimal): -6925601 or 14635670. OLE color: 14635670.
HSL color Cylindrical-coordinate representation of color #9652DF: hue angle of 268.94º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9652DF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 82 | 223 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.13 |
| HSL | 268.94º | 0.69% | 0.6% | - |
| HSV(B) | 268.94º | 0.63% | 0.87% | - |
| XYZ | 28.91 | 17.85 | 71.73 | - |
| YUV | 118.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 223 | 0.33 | 0.63 | 0 | 0.13 | 268.94 | 0.69 | 0.6 |
| Hex | 96 | 52 | DF | 21 | 3F | 0 | D | 10D | 45 | 3C |
| Octal | 226 | 122 | 337 | 41 | 77 | 0 | 15 | 415 | 105 | 74 |
| Binary | 10010110 | 1010010 | 11011111 | 100001 | 111111 | 0 | 1101 | 100001101 | 1000101 | 111100 |
Color Harmonies of #9652DF
Complementary color
Monochromatic Colors of #9652DF
Black with #9652DF
Text Example
Text Example
White with #9652DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652DF; }
p { color: rgb(150,82,223); }
H1.HeaderClassName
{
color: #9652DF;
}
.AnyTagClassName
{
color: #9652DF;
}
</style>
background-color css
<style>
a { background-color: #9652DF; }
a { background-color: rgb(150,82,223); }
div.DivClassName
{
background-color: #9652DF;
}
.BgClassName
{
background-color: #9652DF;
}
</style>
border-color css
<style>
span { border-color: #9652DF; }
span { border-color: rgb(150,82,223); }
td.TdClassName
{
border-color: #9652DF;
}
.TagClassName
{
border-color: #9652DF;
}
</style>