Shades of Amethyst #9858E1
Tints of Amethyst #9858E1
RGB
CMYK
RGB Variations
Color information
#9858E1 (or 0x9858E1) is known color: Amethyst. HEX triplet: 98, 58 and E1. RGB value is (152,88,225). Sum of RGB (Red+Green+Blue) = 152+88+225=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #9858E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858E1 is #67A71E. Grayscale: #7A7A7A. Windows color (decimal): -6792991 or 14768280. OLE color: 14768280.
HSL color Cylindrical-coordinate representation of color #9858E1: hue angle of 268.03º degrees, saturation: 0.7, 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 #9858E1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 88 | 225 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.12 |
| HSL | 268.03º | 0.7% | 0.61% | - |
| HSV(B) | 268.03º | 0.61% | 0.88% | - |
| XYZ | 30.03 | 19.09 | 73.34 | - |
| YUV | 122.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 225 | 0.32 | 0.61 | 0 | 0.12 | 268.03 | 0.7 | 0.61 |
| Hex | 98 | 58 | E1 | 20 | 3D | 0 | C | 10C | 46 | 3D |
| Octal | 230 | 130 | 341 | 40 | 75 | 0 | 14 | 414 | 106 | 75 |
| Binary | 10011000 | 1011000 | 11100001 | 100000 | 111101 | 0 | 1100 | 100001100 | 1000110 | 111101 |
Color Harmonies of #9858E1
Complementary color
Monochromatic Colors of #9858E1
Black with #9858E1
Text Example
Text Example
White with #9858E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858E1; }
p { color: rgb(152,88,225); }
H1.HeaderClassName
{
color: #9858E1;
}
.AnyTagClassName
{
color: #9858E1;
}
</style>
background-color css
<style>
a { background-color: #9858E1; }
a { background-color: rgb(152,88,225); }
div.DivClassName
{
background-color: #9858E1;
}
.BgClassName
{
background-color: #9858E1;
}
</style>
border-color css
<style>
span { border-color: #9858E1; }
span { border-color: rgb(152,88,225); }
td.TdClassName
{
border-color: #9858E1;
}
.TagClassName
{
border-color: #9858E1;
}
</style>