Shades of Amethyst #996CC6
Tints of Amethyst #996CC6
RGB
CMYK
RGB Variations
Color information
#996CC6 (or 0x996CC6) is known color: Amethyst. HEX triplet: 99, 6C and C6. RGB value is (153,108,198). Sum of RGB (Red+Green+Blue) = 153+108+198=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #996CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CC6 is #669339. Grayscale: #838383. Windows color (decimal): -6722362 or 13003929. OLE color: 13003929.
HSL color Cylindrical-coordinate representation of color #996CC6: hue angle of 270º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996CC6 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 108 | 198 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.22 |
| HSL | 270º | 0.44% | 0.6% | - |
| HSV(B) | 270º | 0.45% | 0.78% | - |
| XYZ | 28.69 | 21.57 | 56.08 | - |
| YUV | 131.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 198 | 0.23 | 0.45 | 0 | 0.22 | 270 | 0.44 | 0.6 |
| Hex | 99 | 6C | C6 | 17 | 2D | 0 | 16 | 10E | 2C | 3C |
| Octal | 231 | 154 | 306 | 27 | 55 | 0 | 26 | 416 | 54 | 74 |
| Binary | 10011001 | 1101100 | 11000110 | 10111 | 101101 | 0 | 10110 | 100001110 | 101100 | 111100 |
Color Harmonies of #996CC6
Complementary color
Monochromatic Colors of #996CC6
Black with #996CC6
Text Example
Text Example
White with #996CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CC6; }
p { color: rgb(153,108,198); }
H1.HeaderClassName
{
color: #996CC6;
}
.AnyTagClassName
{
color: #996CC6;
}
</style>
background-color css
<style>
a { background-color: #996CC6; }
a { background-color: rgb(153,108,198); }
div.DivClassName
{
background-color: #996CC6;
}
.BgClassName
{
background-color: #996CC6;
}
</style>
border-color css
<style>
span { border-color: #996CC6; }
span { border-color: rgb(153,108,198); }
td.TdClassName
{
border-color: #996CC6;
}
.TagClassName
{
border-color: #996CC6;
}
</style>