Shades of Amethyst #9857E0
Tints of Amethyst #9857E0
RGB
CMYK
RGB Variations
Color information
#9857E0 (or 0x9857E0) is known color: Amethyst. HEX triplet: 98, 57 and E0. RGB value is (152,87,224). Sum of RGB (Red+Green+Blue) = 152+87+224=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #9857E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9857E0 is #67A81F. Grayscale: #797979. Windows color (decimal): -6793248 or 14702488. OLE color: 14702488.
HSL color Cylindrical-coordinate representation of color #9857E0: hue angle of 268.47º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9857E0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 87 | 224 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.12 |
| HSL | 268.47º | 0.69% | 0.61% | - |
| HSV(B) | 268.47º | 0.61% | 0.88% | - |
| XYZ | 29.81 | 18.87 | 72.59 | - |
| YUV | 122.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 224 | 0.32 | 0.61 | 0 | 0.12 | 268.47 | 0.69 | 0.61 |
| Hex | 98 | 57 | E0 | 20 | 3D | 0 | C | 10C | 45 | 3D |
| Octal | 230 | 127 | 340 | 40 | 75 | 0 | 14 | 414 | 105 | 75 |
| Binary | 10011000 | 1010111 | 11100000 | 100000 | 111101 | 0 | 1100 | 100001100 | 1000101 | 111101 |
Color Harmonies of #9857E0
Complementary color
Monochromatic Colors of #9857E0
Black with #9857E0
Text Example
Text Example
White with #9857E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9857E0; }
p { color: rgb(152,87,224); }
H1.HeaderClassName
{
color: #9857E0;
}
.AnyTagClassName
{
color: #9857E0;
}
</style>
background-color css
<style>
a { background-color: #9857E0; }
a { background-color: rgb(152,87,224); }
div.DivClassName
{
background-color: #9857E0;
}
.BgClassName
{
background-color: #9857E0;
}
</style>
border-color css
<style>
span { border-color: #9857E0; }
span { border-color: rgb(152,87,224); }
td.TdClassName
{
border-color: #9857E0;
}
.TagClassName
{
border-color: #9857E0;
}
</style>