Shades of Amethyst #996BC6
Tints of Amethyst #996BC6
RGB
CMYK
RGB Variations
Color information
#996BC6 (or 0x996BC6) is known color: Amethyst. HEX triplet: 99, 6B and C6. RGB value is (153,107,198). Sum of RGB (Red+Green+Blue) = 153+107+198=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #996BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BC6 is #669439. Grayscale: #828282. Windows color (decimal): -6722618 or 13003673. OLE color: 13003673.
HSL color Cylindrical-coordinate representation of color #996BC6: hue angle of 270.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996BC6 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 107 | 198 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.22 |
| HSL | 270.33º | 0.44% | 0.6% | - |
| HSV(B) | 270.33º | 0.46% | 0.78% | - |
| XYZ | 28.59 | 21.36 | 56.04 | - |
| YUV | 131.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 198 | 0.23 | 0.46 | 0 | 0.22 | 270.33 | 0.44 | 0.6 |
| Hex | 99 | 6B | C6 | 17 | 2E | 0 | 16 | 10E | 2C | 3C |
| Octal | 231 | 153 | 306 | 27 | 56 | 0 | 26 | 416 | 54 | 74 |
| Binary | 10011001 | 1101011 | 11000110 | 10111 | 101110 | 0 | 10110 | 100001110 | 101100 | 111100 |
Color Harmonies of #996BC6
Complementary color
Monochromatic Colors of #996BC6
Black with #996BC6
Text Example
Text Example
White with #996BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BC6; }
p { color: rgb(153,107,198); }
H1.HeaderClassName
{
color: #996BC6;
}
.AnyTagClassName
{
color: #996BC6;
}
</style>
background-color css
<style>
a { background-color: #996BC6; }
a { background-color: rgb(153,107,198); }
div.DivClassName
{
background-color: #996BC6;
}
.BgClassName
{
background-color: #996BC6;
}
</style>
border-color css
<style>
span { border-color: #996BC6; }
span { border-color: rgb(153,107,198); }
td.TdClassName
{
border-color: #996BC6;
}
.TagClassName
{
border-color: #996BC6;
}
</style>