Shades of Amethyst #9858D8
Tints of Amethyst #9858D8
RGB
CMYK
RGB Variations
Color information
#9858D8 (or 0x9858D8) is known color: Amethyst. HEX triplet: 98, 58 and D8. RGB value is (152,88,216). Sum of RGB (Red+Green+Blue) = 152+88+216=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #9858D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858D8 is #67A727. Grayscale: #797979. Windows color (decimal): -6793000 or 14178456. OLE color: 14178456.
HSL color Cylindrical-coordinate representation of color #9858D8: hue angle of 270º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9858D8 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 88 | 216 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.15 |
| HSL | 270º | 0.62% | 0.6% | - |
| HSV(B) | 270º | 0.59% | 0.85% | - |
| XYZ | 28.83 | 18.61 | 67.04 | - |
| YUV | 121.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 216 | 0.30 | 0.59 | 0 | 0.15 | 270 | 0.62 | 0.6 |
| Hex | 98 | 58 | D8 | 1E | 3B | 0 | F | 10E | 3E | 3C |
| Octal | 230 | 130 | 330 | 36 | 73 | 0 | 17 | 416 | 76 | 74 |
| Binary | 10011000 | 1011000 | 11011000 | 11110 | 111011 | 0 | 1111 | 100001110 | 111110 | 111100 |
Color Harmonies of #9858D8
Complementary color
Monochromatic Colors of #9858D8
Black with #9858D8
Text Example
Text Example
White with #9858D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858D8; }
p { color: rgb(152,88,216); }
H1.HeaderClassName
{
color: #9858D8;
}
.AnyTagClassName
{
color: #9858D8;
}
</style>
background-color css
<style>
a { background-color: #9858D8; }
a { background-color: rgb(152,88,216); }
div.DivClassName
{
background-color: #9858D8;
}
.BgClassName
{
background-color: #9858D8;
}
</style>
border-color css
<style>
span { border-color: #9858D8; }
span { border-color: rgb(152,88,216); }
td.TdClassName
{
border-color: #9858D8;
}
.TagClassName
{
border-color: #9858D8;
}
</style>