Shades of Amethyst #9959DD
Tints of Amethyst #9959DD
RGB
CMYK
RGB Variations
Color information
#9959DD (or 0x9959DD) is known color: Amethyst. HEX triplet: 99, 59 and DD. RGB value is (153,89,221). Sum of RGB (Red+Green+Blue) = 153+89+221=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #9959DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DD is #66A622. Grayscale: #7A7A7A. Windows color (decimal): -6727203 or 14506393. OLE color: 14506393.
HSL color Cylindrical-coordinate representation of color #9959DD: hue angle of 269.09º degrees, saturation: 0.66, 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 #9959DD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 89 | 221 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.13 |
| HSL | 269.09º | 0.66% | 0.61% | - |
| HSV(B) | 269.09º | 0.6% | 0.87% | - |
| XYZ | 29.76 | 19.14 | 70.53 | - |
| YUV | 123.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 221 | 0.31 | 0.60 | 0 | 0.13 | 269.09 | 0.66 | 0.61 |
| Hex | 99 | 59 | DD | 1F | 3C | 0 | D | 10D | 42 | 3D |
| Octal | 231 | 131 | 335 | 37 | 74 | 0 | 15 | 415 | 102 | 75 |
| Binary | 10011001 | 1011001 | 11011101 | 11111 | 111100 | 0 | 1101 | 100001101 | 1000010 | 111101 |
Color Harmonies of #9959DD
Complementary color
Monochromatic Colors of #9959DD
Black with #9959DD
Text Example
Text Example
White with #9959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959DD; }
p { color: rgb(153,89,221); }
H1.HeaderClassName
{
color: #9959DD;
}
.AnyTagClassName
{
color: #9959DD;
}
</style>
background-color css
<style>
a { background-color: #9959DD; }
a { background-color: rgb(153,89,221); }
div.DivClassName
{
background-color: #9959DD;
}
.BgClassName
{
background-color: #9959DD;
}
</style>
border-color css
<style>
span { border-color: #9959DD; }
span { border-color: rgb(153,89,221); }
td.TdClassName
{
border-color: #9959DD;
}
.TagClassName
{
border-color: #9959DD;
}
</style>