Shades of Amethyst #9859CE
Tints of Amethyst #9859CE
RGB
CMYK
RGB Variations
Color information
#9859CE (or 0x9859CE) is known color: Amethyst. HEX triplet: 98, 59 and CE. RGB value is (152,89,206). Sum of RGB (Red+Green+Blue) = 152+89+206=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #9859CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CE is #67A631. Grayscale: #787878. Windows color (decimal): -6792754 or 13523352. OLE color: 13523352.
HSL color Cylindrical-coordinate representation of color #9859CE: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9859CE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 89 | 206 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.19 |
| HSL | 272.31º | 0.54% | 0.58% | - |
| HSV(B) | 272.31º | 0.57% | 0.81% | - |
| XYZ | 27.66 | 18.28 | 60.46 | - |
| YUV | 121.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 206 | 0.26 | 0.57 | 0 | 0.19 | 272.31 | 0.54 | 0.58 |
| Hex | 98 | 59 | CE | 1A | 39 | 0 | 13 | 110 | 36 | 3A |
| Octal | 230 | 131 | 316 | 32 | 71 | 0 | 23 | 420 | 66 | 72 |
| Binary | 10011000 | 1011001 | 11001110 | 11010 | 111001 | 0 | 10011 | 100010000 | 110110 | 111010 |
Color Harmonies of #9859CE
Complementary color
Monochromatic Colors of #9859CE
Black with #9859CE
Text Example
Text Example
White with #9859CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859CE; }
p { color: rgb(152,89,206); }
H1.HeaderClassName
{
color: #9859CE;
}
.AnyTagClassName
{
color: #9859CE;
}
</style>
background-color css
<style>
a { background-color: #9859CE; }
a { background-color: rgb(152,89,206); }
div.DivClassName
{
background-color: #9859CE;
}
.BgClassName
{
background-color: #9859CE;
}
</style>
border-color css
<style>
span { border-color: #9859CE; }
span { border-color: rgb(152,89,206); }
td.TdClassName
{
border-color: #9859CE;
}
.TagClassName
{
border-color: #9859CE;
}
</style>