Shades of Amethyst #996BC5
Tints of Amethyst #996BC5
RGB
CMYK
RGB Variations
Color information
#996BC5 (or 0x996BC5) is known color: Amethyst. HEX triplet: 99, 6B and C5. RGB value is (153,107,197). Sum of RGB (Red+Green+Blue) = 153+107+197=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #996BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BC5 is #66943A. Grayscale: #828282. Windows color (decimal): -6722619 or 12938137. OLE color: 12938137.
HSL color Cylindrical-coordinate representation of color #996BC5: hue angle of 270.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996BC5 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 107 | 197 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.23 |
| HSL | 270.67º | 0.44% | 0.6% | - |
| HSV(B) | 270.67º | 0.46% | 0.77% | - |
| XYZ | 28.47 | 21.32 | 55.44 | - |
| YUV | 131.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 197 | 0.22 | 0.46 | 0 | 0.23 | 270.67 | 0.44 | 0.6 |
| Hex | 99 | 6B | C5 | 16 | 2E | 0 | 17 | 10F | 2C | 3C |
| Octal | 231 | 153 | 305 | 26 | 56 | 0 | 27 | 417 | 54 | 74 |
| Binary | 10011001 | 1101011 | 11000101 | 10110 | 101110 | 0 | 10111 | 100001111 | 101100 | 111100 |
Color Harmonies of #996BC5
Complementary color
Monochromatic Colors of #996BC5
Black with #996BC5
Text Example
Text Example
White with #996BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BC5; }
p { color: rgb(153,107,197); }
H1.HeaderClassName
{
color: #996BC5;
}
.AnyTagClassName
{
color: #996BC5;
}
</style>
background-color css
<style>
a { background-color: #996BC5; }
a { background-color: rgb(153,107,197); }
div.DivClassName
{
background-color: #996BC5;
}
.BgClassName
{
background-color: #996BC5;
}
</style>
border-color css
<style>
span { border-color: #996BC5; }
span { border-color: rgb(153,107,197); }
td.TdClassName
{
border-color: #996BC5;
}
.TagClassName
{
border-color: #996BC5;
}
</style>