Shades of Amethyst #9959CE
Tints of Amethyst #9959CE
RGB
CMYK
RGB Variations
Color information
#9959CE (or 0x9959CE) is known color: Amethyst. HEX triplet: 99, 59 and CE. RGB value is (153,89,206). Sum of RGB (Red+Green+Blue) = 153+89+206=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9959CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959CE is #66A631. Grayscale: #797979. Windows color (decimal): -6727218 or 13523353. OLE color: 13523353.
HSL color Cylindrical-coordinate representation of color #9959CE: hue angle of 272.82º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9959CE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 89 | 206 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.19 |
| HSL | 272.82º | 0.54% | 0.58% | - |
| HSV(B) | 272.82º | 0.57% | 0.81% | - |
| XYZ | 27.85 | 18.37 | 60.47 | - |
| YUV | 121.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 206 | 0.26 | 0.57 | 0 | 0.19 | 272.82 | 0.54 | 0.58 |
| Hex | 99 | 59 | CE | 1A | 39 | 0 | 13 | 111 | 36 | 3A |
| Octal | 231 | 131 | 316 | 32 | 71 | 0 | 23 | 421 | 66 | 72 |
| Binary | 10011001 | 1011001 | 11001110 | 11010 | 111001 | 0 | 10011 | 100010001 | 110110 | 111010 |
Color Harmonies of #9959CE
Complementary color
Monochromatic Colors of #9959CE
Black with #9959CE
Text Example
Text Example
White with #9959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959CE; }
p { color: rgb(153,89,206); }
H1.HeaderClassName
{
color: #9959CE;
}
.AnyTagClassName
{
color: #9959CE;
}
</style>
background-color css
<style>
a { background-color: #9959CE; }
a { background-color: rgb(153,89,206); }
div.DivClassName
{
background-color: #9959CE;
}
.BgClassName
{
background-color: #9959CE;
}
</style>
border-color css
<style>
span { border-color: #9959CE; }
span { border-color: rgb(153,89,206); }
td.TdClassName
{
border-color: #9959CE;
}
.TagClassName
{
border-color: #9959CE;
}
</style>