Shades of Amethyst #996AD6
Tints of Amethyst #996AD6
RGB
CMYK
RGB Variations
Color information
#996AD6 (or 0x996AD6) is known color: Amethyst. HEX triplet: 99, 6A and D6. RGB value is (153,106,214). Sum of RGB (Red+Green+Blue) = 153+106+214=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #996AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD6 is #669529. Grayscale: #838383. Windows color (decimal): -6722858 or 14051993. OLE color: 14051993.
HSL color Cylindrical-coordinate representation of color #996AD6: hue angle of 266.11º degrees, saturation: 0.57, 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 #996AD6 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 106 | 214 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.16 |
| HSL | 266.11º | 0.57% | 0.63% | - |
| HSV(B) | 266.11º | 0.5% | 0.84% | - |
| XYZ | 30.43 | 21.94 | 66.25 | - |
| YUV | 132.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 214 | 0.29 | 0.50 | 0 | 0.16 | 266.11 | 0.57 | 0.63 |
| Hex | 99 | 6A | D6 | 1D | 32 | 0 | 10 | 10A | 39 | 3F |
| Octal | 231 | 152 | 326 | 35 | 62 | 0 | 20 | 412 | 71 | 77 |
| Binary | 10011001 | 1101010 | 11010110 | 11101 | 110010 | 0 | 10000 | 100001010 | 111001 | 111111 |
Color Harmonies of #996AD6
Complementary color
Monochromatic Colors of #996AD6
Black with #996AD6
Text Example
Text Example
White with #996AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AD6; }
p { color: rgb(153,106,214); }
H1.HeaderClassName
{
color: #996AD6;
}
.AnyTagClassName
{
color: #996AD6;
}
</style>
background-color css
<style>
a { background-color: #996AD6; }
a { background-color: rgb(153,106,214); }
div.DivClassName
{
background-color: #996AD6;
}
.BgClassName
{
background-color: #996AD6;
}
</style>
border-color css
<style>
span { border-color: #996AD6; }
span { border-color: rgb(153,106,214); }
td.TdClassName
{
border-color: #996AD6;
}
.TagClassName
{
border-color: #996AD6;
}
</style>