Shades of Amethyst #9854D7
Tints of Amethyst #9854D7
RGB
CMYK
RGB Variations
Color information
#9854D7 (or 0x9854D7) is known color: Amethyst. HEX triplet: 98, 54 and D7. RGB value is (152,84,215). Sum of RGB (Red+Green+Blue) = 152+84+215=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #9854D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854D7 is #67AB28. Grayscale: #767676. Windows color (decimal): -6794025 or 14111896. OLE color: 14111896.
HSL color Cylindrical-coordinate representation of color #9854D7: hue angle of 271.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9854D7 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 84 | 215 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.16 |
| HSL | 271.15º | 0.62% | 0.59% | - |
| HSV(B) | 271.15º | 0.61% | 0.84% | - |
| XYZ | 28.38 | 17.92 | 66.25 | - |
| YUV | 119.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 215 | 0.29 | 0.61 | 0 | 0.16 | 271.15 | 0.62 | 0.59 |
| Hex | 98 | 54 | D7 | 1D | 3D | 0 | 10 | 10F | 3E | 3B |
| Octal | 230 | 124 | 327 | 35 | 75 | 0 | 20 | 417 | 76 | 73 |
| Binary | 10011000 | 1010100 | 11010111 | 11101 | 111101 | 0 | 10000 | 100001111 | 111110 | 111011 |
Color Harmonies of #9854D7
Complementary color
Monochromatic Colors of #9854D7
Black with #9854D7
Text Example
Text Example
White with #9854D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9854D7; }
p { color: rgb(152,84,215); }
H1.HeaderClassName
{
color: #9854D7;
}
.AnyTagClassName
{
color: #9854D7;
}
</style>
background-color css
<style>
a { background-color: #9854D7; }
a { background-color: rgb(152,84,215); }
div.DivClassName
{
background-color: #9854D7;
}
.BgClassName
{
background-color: #9854D7;
}
</style>
border-color css
<style>
span { border-color: #9854D7; }
span { border-color: rgb(152,84,215); }
td.TdClassName
{
border-color: #9854D7;
}
.TagClassName
{
border-color: #9854D7;
}
</style>