Shades of Amethyst #9854DF
Tints of Amethyst #9854DF
RGB
CMYK
RGB Variations
Color information
#9854DF (or 0x9854DF) is known color: Amethyst. HEX triplet: 98, 54 and DF. RGB value is (152,84,223). Sum of RGB (Red+Green+Blue) = 152+84+223=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9854DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854DF is #67AB20. Grayscale: #777777. Windows color (decimal): -6794017 or 14636184. OLE color: 14636184.
HSL color Cylindrical-coordinate representation of color #9854DF: hue angle of 269.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9854DF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 84 | 223 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.13 |
| HSL | 269.35º | 0.68% | 0.6% | - |
| HSV(B) | 269.35º | 0.62% | 0.87% | - |
| XYZ | 29.44 | 18.34 | 71.8 | - |
| YUV | 120.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 223 | 0.32 | 0.62 | 0 | 0.13 | 269.35 | 0.68 | 0.6 |
| Hex | 98 | 54 | DF | 20 | 3E | 0 | D | 10D | 44 | 3C |
| Octal | 230 | 124 | 337 | 40 | 76 | 0 | 15 | 415 | 104 | 74 |
| Binary | 10011000 | 1010100 | 11011111 | 100000 | 111110 | 0 | 1101 | 100001101 | 1000100 | 111100 |
Color Harmonies of #9854DF
Complementary color
Monochromatic Colors of #9854DF
Black with #9854DF
Text Example
Text Example
White with #9854DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9854DF; }
p { color: rgb(152,84,223); }
H1.HeaderClassName
{
color: #9854DF;
}
.AnyTagClassName
{
color: #9854DF;
}
</style>
background-color css
<style>
a { background-color: #9854DF; }
a { background-color: rgb(152,84,223); }
div.DivClassName
{
background-color: #9854DF;
}
.BgClassName
{
background-color: #9854DF;
}
</style>
border-color css
<style>
span { border-color: #9854DF; }
span { border-color: rgb(152,84,223); }
td.TdClassName
{
border-color: #9854DF;
}
.TagClassName
{
border-color: #9854DF;
}
</style>