Shades of Amethyst #9858CC
Tints of Amethyst #9858CC
RGB
CMYK
RGB Variations
Color information
#9858CC (or 0x9858CC) is known color: Amethyst. HEX triplet: 98, 58 and CC. RGB value is (152,88,204). Sum of RGB (Red+Green+Blue) = 152+88+204=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #9858CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858CC is #67A733. Grayscale: #777777. Windows color (decimal): -6793012 or 13392024. OLE color: 13392024.
HSL color Cylindrical-coordinate representation of color #9858CC: hue angle of 273.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9858CC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 88 | 204 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.2 |
| HSL | 273.1º | 0.53% | 0.57% | - |
| HSV(B) | 273.1º | 0.57% | 0.8% | - |
| XYZ | 27.34 | 18.01 | 59.16 | - |
| YUV | 120.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 204 | 0.25 | 0.57 | 0 | 0.2 | 273.1 | 0.53 | 0.57 |
| Hex | 98 | 58 | CC | 19 | 39 | 0 | 14 | 111 | 35 | 39 |
| Octal | 230 | 130 | 314 | 31 | 71 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10011000 | 1011000 | 11001100 | 11001 | 111001 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9858CC
Complementary color
Monochromatic Colors of #9858CC
Black with #9858CC
Text Example
Text Example
White with #9858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858CC; }
p { color: rgb(152,88,204); }
H1.HeaderClassName
{
color: #9858CC;
}
.AnyTagClassName
{
color: #9858CC;
}
</style>
background-color css
<style>
a { background-color: #9858CC; }
a { background-color: rgb(152,88,204); }
div.DivClassName
{
background-color: #9858CC;
}
.BgClassName
{
background-color: #9858CC;
}
</style>
border-color css
<style>
span { border-color: #9858CC; }
span { border-color: rgb(152,88,204); }
td.TdClassName
{
border-color: #9858CC;
}
.TagClassName
{
border-color: #9858CC;
}
</style>