Shades of Amethyst #9858CA
Tints of Amethyst #9858CA
RGB
CMYK
RGB Variations
Color information
#9858CA (or 0x9858CA) is known color: Amethyst. HEX triplet: 98, 58 and CA. RGB value is (152,88,202). Sum of RGB (Red+Green+Blue) = 152+88+202=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9858CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858CA is #67A735. Grayscale: #777777. Windows color (decimal): -6793014 or 13260952. OLE color: 13260952.
HSL color Cylindrical-coordinate representation of color #9858CA: hue angle of 273.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9858CA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 88 | 202 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.21 |
| HSL | 273.68º | 0.52% | 0.57% | - |
| HSV(B) | 273.68º | 0.56% | 0.79% | - |
| XYZ | 27.1 | 17.92 | 57.91 | - |
| YUV | 120.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 202 | 0.25 | 0.56 | 0 | 0.21 | 273.68 | 0.52 | 0.57 |
| Hex | 98 | 58 | CA | 19 | 38 | 0 | 15 | 112 | 34 | 39 |
| Octal | 230 | 130 | 312 | 31 | 70 | 0 | 25 | 422 | 64 | 71 |
| Binary | 10011000 | 1011000 | 11001010 | 11001 | 111000 | 0 | 10101 | 100010010 | 110100 | 111001 |
Color Harmonies of #9858CA
Complementary color
Monochromatic Colors of #9858CA
Black with #9858CA
Text Example
Text Example
White with #9858CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858CA; }
p { color: rgb(152,88,202); }
H1.HeaderClassName
{
color: #9858CA;
}
.AnyTagClassName
{
color: #9858CA;
}
</style>
background-color css
<style>
a { background-color: #9858CA; }
a { background-color: rgb(152,88,202); }
div.DivClassName
{
background-color: #9858CA;
}
.BgClassName
{
background-color: #9858CA;
}
</style>
border-color css
<style>
span { border-color: #9858CA; }
span { border-color: rgb(152,88,202); }
td.TdClassName
{
border-color: #9858CA;
}
.TagClassName
{
border-color: #9858CA;
}
</style>