Shades of Amethyst #9853DF
Tints of Amethyst #9853DF
RGB
CMYK
RGB Variations
Color information
#9853DF (or 0x9853DF) is known color: Amethyst. HEX triplet: 98, 53 and DF. RGB value is (152,83,223). Sum of RGB (Red+Green+Blue) = 152+83+223=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #9853DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9853DF is #67AC20. Grayscale: #777777. Windows color (decimal): -6794273 or 14635928. OLE color: 14635928.
HSL color Cylindrical-coordinate representation of color #9853DF: hue angle of 269.57º 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 #9853DF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 83 | 223 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.13 |
| HSL | 269.57º | 0.69% | 0.6% | - |
| HSV(B) | 269.57º | 0.63% | 0.87% | - |
| XYZ | 29.36 | 18.19 | 71.78 | - |
| YUV | 119.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 223 | 0.32 | 0.63 | 0 | 0.13 | 269.57 | 0.69 | 0.6 |
| Hex | 98 | 53 | DF | 20 | 3F | 0 | D | 10E | 45 | 3C |
| Octal | 230 | 123 | 337 | 40 | 77 | 0 | 15 | 416 | 105 | 74 |
| Binary | 10011000 | 1010011 | 11011111 | 100000 | 111111 | 0 | 1101 | 100001110 | 1000101 | 111100 |
Color Harmonies of #9853DF
Complementary color
Monochromatic Colors of #9853DF
Black with #9853DF
Text Example
Text Example
White with #9853DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9853DF; }
p { color: rgb(152,83,223); }
H1.HeaderClassName
{
color: #9853DF;
}
.AnyTagClassName
{
color: #9853DF;
}
</style>
background-color css
<style>
a { background-color: #9853DF; }
a { background-color: rgb(152,83,223); }
div.DivClassName
{
background-color: #9853DF;
}
.BgClassName
{
background-color: #9853DF;
}
</style>
border-color css
<style>
span { border-color: #9853DF; }
span { border-color: rgb(152,83,223); }
td.TdClassName
{
border-color: #9853DF;
}
.TagClassName
{
border-color: #9853DF;
}
</style>