Shades of Amethyst #9852DF
Tints of Amethyst #9852DF
RGB
CMYK
RGB Variations
Color information
#9852DF (or 0x9852DF) is known color: Amethyst. HEX triplet: 98, 52 and DF. RGB value is (152,82,223). Sum of RGB (Red+Green+Blue) = 152+82+223=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9852DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DF is #67AD20. Grayscale: #767676. Windows color (decimal): -6794529 or 14635672. OLE color: 14635672.
HSL color Cylindrical-coordinate representation of color #9852DF: hue angle of 269.79º 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 #9852DF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 82 | 223 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.13 |
| HSL | 269.79º | 0.69% | 0.6% | - |
| HSV(B) | 269.79º | 0.63% | 0.87% | - |
| XYZ | 29.29 | 18.04 | 71.75 | - |
| YUV | 119 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 223 | 0.32 | 0.63 | 0 | 0.13 | 269.79 | 0.69 | 0.6 |
| Hex | 98 | 52 | DF | 20 | 3F | 0 | D | 10E | 45 | 3C |
| Octal | 230 | 122 | 337 | 40 | 77 | 0 | 15 | 416 | 105 | 74 |
| Binary | 10011000 | 1010010 | 11011111 | 100000 | 111111 | 0 | 1101 | 100001110 | 1000101 | 111100 |
Color Harmonies of #9852DF
Complementary color
Monochromatic Colors of #9852DF
Black with #9852DF
Text Example
Text Example
White with #9852DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852DF; }
p { color: rgb(152,82,223); }
H1.HeaderClassName
{
color: #9852DF;
}
.AnyTagClassName
{
color: #9852DF;
}
</style>
background-color css
<style>
a { background-color: #9852DF; }
a { background-color: rgb(152,82,223); }
div.DivClassName
{
background-color: #9852DF;
}
.BgClassName
{
background-color: #9852DF;
}
</style>
border-color css
<style>
span { border-color: #9852DF; }
span { border-color: rgb(152,82,223); }
td.TdClassName
{
border-color: #9852DF;
}
.TagClassName
{
border-color: #9852DF;
}
</style>