Shades of Amethyst #9959DE
Tints of Amethyst #9959DE
RGB
CMYK
RGB Variations
Color information
#9959DE (or 0x9959DE) is known color: Amethyst. HEX triplet: 99, 59 and DE. RGB value is (153,89,222). Sum of RGB (Red+Green+Blue) = 153+89+222=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #9959DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DE is #66A621. Grayscale: #7A7A7A. Windows color (decimal): -6727202 or 14571929. OLE color: 14571929.
HSL color Cylindrical-coordinate representation of color #9959DE: hue angle of 268.87º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9959DE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 89 | 222 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.13 |
| HSL | 268.87º | 0.67% | 0.61% | - |
| HSV(B) | 268.87º | 0.6% | 0.87% | - |
| XYZ | 29.89 | 19.19 | 71.24 | - |
| YUV | 123.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 222 | 0.31 | 0.60 | 0 | 0.13 | 268.87 | 0.67 | 0.61 |
| Hex | 99 | 59 | DE | 1F | 3C | 0 | D | 10D | 43 | 3D |
| Octal | 231 | 131 | 336 | 37 | 74 | 0 | 15 | 415 | 103 | 75 |
| Binary | 10011001 | 1011001 | 11011110 | 11111 | 111100 | 0 | 1101 | 100001101 | 1000011 | 111101 |
Color Harmonies of #9959DE
Complementary color
Monochromatic Colors of #9959DE
Black with #9959DE
Text Example
Text Example
White with #9959DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959DE; }
p { color: rgb(153,89,222); }
H1.HeaderClassName
{
color: #9959DE;
}
.AnyTagClassName
{
color: #9959DE;
}
</style>
background-color css
<style>
a { background-color: #9959DE; }
a { background-color: rgb(153,89,222); }
div.DivClassName
{
background-color: #9959DE;
}
.BgClassName
{
background-color: #9959DE;
}
</style>
border-color css
<style>
span { border-color: #9959DE; }
span { border-color: rgb(153,89,222); }
td.TdClassName
{
border-color: #9959DE;
}
.TagClassName
{
border-color: #9959DE;
}
</style>