Shades of Amethyst #996DC9
Tints of Amethyst #996DC9
RGB
CMYK
RGB Variations
Color information
#996DC9 (or 0x996DC9) is known color: Amethyst. HEX triplet: 99, 6D and C9. RGB value is (153,109,201). Sum of RGB (Red+Green+Blue) = 153+109+201=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #996DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DC9 is #669236. Grayscale: #848484. Windows color (decimal): -6722103 or 13200793. OLE color: 13200793.
HSL color Cylindrical-coordinate representation of color #996DC9: hue angle of 268.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996DC9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 109 | 201 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.21 |
| HSL | 268.7º | 0.46% | 0.61% | - |
| HSV(B) | 268.7º | 0.46% | 0.79% | - |
| XYZ | 29.15 | 21.93 | 57.95 | - |
| YUV | 132.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 201 | 0.24 | 0.46 | 0 | 0.21 | 268.7 | 0.46 | 0.61 |
| Hex | 99 | 6D | C9 | 18 | 2E | 0 | 15 | 10D | 2E | 3D |
| Octal | 231 | 155 | 311 | 30 | 56 | 0 | 25 | 415 | 56 | 75 |
| Binary | 10011001 | 1101101 | 11001001 | 11000 | 101110 | 0 | 10101 | 100001101 | 101110 | 111101 |
Color Harmonies of #996DC9
Complementary color
Monochromatic Colors of #996DC9
Black with #996DC9
Text Example
Text Example
White with #996DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DC9; }
p { color: rgb(153,109,201); }
H1.HeaderClassName
{
color: #996DC9;
}
.AnyTagClassName
{
color: #996DC9;
}
</style>
background-color css
<style>
a { background-color: #996DC9; }
a { background-color: rgb(153,109,201); }
div.DivClassName
{
background-color: #996DC9;
}
.BgClassName
{
background-color: #996DC9;
}
</style>
border-color css
<style>
span { border-color: #996DC9; }
span { border-color: rgb(153,109,201); }
td.TdClassName
{
border-color: #996DC9;
}
.TagClassName
{
border-color: #996DC9;
}
</style>