Shades of Amethyst #996AD5
Tints of Amethyst #996AD5
RGB
CMYK
RGB Variations
Color information
#996AD5 (or 0x996AD5) is known color: Amethyst. HEX triplet: 99, 6A and D5. RGB value is (153,106,213). Sum of RGB (Red+Green+Blue) = 153+106+213=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #996AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD5 is #66952A. Grayscale: #838383. Windows color (decimal): -6722859 or 13986457. OLE color: 13986457.
HSL color Cylindrical-coordinate representation of color #996AD5: hue angle of 266.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996AD5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 106 | 213 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.16 |
| HSL | 266.36º | 0.56% | 0.63% | - |
| HSV(B) | 266.36º | 0.5% | 0.84% | - |
| XYZ | 30.3 | 21.88 | 65.58 | - |
| YUV | 132.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 213 | 0.28 | 0.50 | 0 | 0.16 | 266.36 | 0.56 | 0.63 |
| Hex | 99 | 6A | D5 | 1C | 32 | 0 | 10 | 10A | 38 | 3F |
| Octal | 231 | 152 | 325 | 34 | 62 | 0 | 20 | 412 | 70 | 77 |
| Binary | 10011001 | 1101010 | 11010101 | 11100 | 110010 | 0 | 10000 | 100001010 | 111000 | 111111 |
Color Harmonies of #996AD5
Complementary color
Monochromatic Colors of #996AD5
Black with #996AD5
Text Example
Text Example
White with #996AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AD5; }
p { color: rgb(153,106,213); }
H1.HeaderClassName
{
color: #996AD5;
}
.AnyTagClassName
{
color: #996AD5;
}
</style>
background-color css
<style>
a { background-color: #996AD5; }
a { background-color: rgb(153,106,213); }
div.DivClassName
{
background-color: #996AD5;
}
.BgClassName
{
background-color: #996AD5;
}
</style>
border-color css
<style>
span { border-color: #996AD5; }
span { border-color: rgb(153,106,213); }
td.TdClassName
{
border-color: #996AD5;
}
.TagClassName
{
border-color: #996AD5;
}
</style>