Shades of Amethyst #9858CB
Tints of Amethyst #9858CB
RGB
CMYK
RGB Variations
Color information
#9858CB (or 0x9858CB) is known color: Amethyst. HEX triplet: 98, 58 and CB. RGB value is (152,88,203). Sum of RGB (Red+Green+Blue) = 152+88+203=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #9858CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858CB is #67A734. Grayscale: #777777. Windows color (decimal): -6793013 or 13326488. OLE color: 13326488.
HSL color Cylindrical-coordinate representation of color #9858CB: hue angle of 273.39º 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 #9858CB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 88 | 203 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.20 |
| HSL | 273.39º | 0.53% | 0.57% | - |
| HSV(B) | 273.39º | 0.57% | 0.8% | - |
| XYZ | 27.22 | 17.97 | 58.53 | - |
| YUV | 120.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 203 | 0.25 | 0.57 | 0 | 0.20 | 273.39 | 0.53 | 0.57 |
| Hex | 98 | 58 | CB | 19 | 39 | 0 | 14 | 111 | 35 | 39 |
| Octal | 230 | 130 | 313 | 31 | 71 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10011000 | 1011000 | 11001011 | 11001 | 111001 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9858CB
Complementary color
Monochromatic Colors of #9858CB
Black with #9858CB
Text Example
Text Example
White with #9858CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858CB; }
p { color: rgb(152,88,203); }
H1.HeaderClassName
{
color: #9858CB;
}
.AnyTagClassName
{
color: #9858CB;
}
</style>
background-color css
<style>
a { background-color: #9858CB; }
a { background-color: rgb(152,88,203); }
div.DivClassName
{
background-color: #9858CB;
}
.BgClassName
{
background-color: #9858CB;
}
</style>
border-color css
<style>
span { border-color: #9858CB; }
span { border-color: rgb(152,88,203); }
td.TdClassName
{
border-color: #9858CB;
}
.TagClassName
{
border-color: #9858CB;
}
</style>