Shades of Amethyst #9859CB
Tints of Amethyst #9859CB
RGB
CMYK
RGB Variations
Color information
#9859CB (or 0x9859CB) is known color: Amethyst. HEX triplet: 98, 59 and CB. RGB value is (152,89,203). Sum of RGB (Red+Green+Blue) = 152+89+203=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9859CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CB is #67A634. Grayscale: #787878. Windows color (decimal): -6792757 or 13326744. OLE color: 13326744.
HSL color Cylindrical-coordinate representation of color #9859CB: hue angle of 273.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9859CB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 89 | 203 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.20 |
| HSL | 273.16º | 0.52% | 0.57% | - |
| HSV(B) | 273.16º | 0.56% | 0.8% | - |
| XYZ | 27.3 | 18.13 | 58.56 | - |
| YUV | 120.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 203 | 0.25 | 0.56 | 0 | 0.20 | 273.16 | 0.52 | 0.57 |
| Hex | 98 | 59 | CB | 19 | 38 | 0 | 14 | 111 | 34 | 39 |
| Octal | 230 | 131 | 313 | 31 | 70 | 0 | 24 | 421 | 64 | 71 |
| Binary | 10011000 | 1011001 | 11001011 | 11001 | 111000 | 0 | 10100 | 100010001 | 110100 | 111001 |
Color Harmonies of #9859CB
Complementary color
Monochromatic Colors of #9859CB
Black with #9859CB
Text Example
Text Example
White with #9859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859CB; }
p { color: rgb(152,89,203); }
H1.HeaderClassName
{
color: #9859CB;
}
.AnyTagClassName
{
color: #9859CB;
}
</style>
background-color css
<style>
a { background-color: #9859CB; }
a { background-color: rgb(152,89,203); }
div.DivClassName
{
background-color: #9859CB;
}
.BgClassName
{
background-color: #9859CB;
}
</style>
border-color css
<style>
span { border-color: #9859CB; }
span { border-color: rgb(152,89,203); }
td.TdClassName
{
border-color: #9859CB;
}
.TagClassName
{
border-color: #9859CB;
}
</style>