Shades of Amethyst #9859CD
Tints of Amethyst #9859CD
RGB
CMYK
RGB Variations
Color information
#9859CD (or 0x9859CD) is known color: Amethyst. HEX triplet: 98, 59 and CD. RGB value is (152,89,205). Sum of RGB (Red+Green+Blue) = 152+89+205=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #9859CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CD is #67A632. Grayscale: #787878. Windows color (decimal): -6792755 or 13457816. OLE color: 13457816.
HSL color Cylindrical-coordinate representation of color #9859CD: hue angle of 272.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9859CD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 89 | 205 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.20 |
| HSL | 272.59º | 0.54% | 0.58% | - |
| HSV(B) | 272.59º | 0.57% | 0.8% | - |
| XYZ | 27.54 | 18.23 | 59.82 | - |
| YUV | 121.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 205 | 0.26 | 0.57 | 0 | 0.20 | 272.59 | 0.54 | 0.58 |
| Hex | 98 | 59 | CD | 1A | 39 | 0 | 14 | 111 | 36 | 3A |
| Octal | 230 | 131 | 315 | 32 | 71 | 0 | 24 | 421 | 66 | 72 |
| Binary | 10011000 | 1011001 | 11001101 | 11010 | 111001 | 0 | 10100 | 100010001 | 110110 | 111010 |
Color Harmonies of #9859CD
Complementary color
Monochromatic Colors of #9859CD
Black with #9859CD
Text Example
Text Example
White with #9859CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859CD; }
p { color: rgb(152,89,205); }
H1.HeaderClassName
{
color: #9859CD;
}
.AnyTagClassName
{
color: #9859CD;
}
</style>
background-color css
<style>
a { background-color: #9859CD; }
a { background-color: rgb(152,89,205); }
div.DivClassName
{
background-color: #9859CD;
}
.BgClassName
{
background-color: #9859CD;
}
</style>
border-color css
<style>
span { border-color: #9859CD; }
span { border-color: rgb(152,89,205); }
td.TdClassName
{
border-color: #9859CD;
}
.TagClassName
{
border-color: #9859CD;
}
</style>