Shades of Amethyst #996CCC
Tints of Amethyst #996CCC
RGB
CMYK
RGB Variations
Color information
#996CCC (or 0x996CCC) is known color: Amethyst. HEX triplet: 99, 6C and CC. RGB value is (153,108,204). Sum of RGB (Red+Green+Blue) = 153+108+204=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #996CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CCC is #669333. Grayscale: #848484. Windows color (decimal): -6722356 or 13397145. OLE color: 13397145.
HSL color Cylindrical-coordinate representation of color #996CCC: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996CCC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 108 | 204 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.2 |
| HSL | 268.13º | 0.48% | 0.61% | - |
| HSV(B) | 268.13º | 0.47% | 0.8% | - |
| XYZ | 29.4 | 21.86 | 59.8 | - |
| YUV | 132.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 204 | 0.25 | 0.47 | 0 | 0.2 | 268.13 | 0.48 | 0.61 |
| Hex | 99 | 6C | CC | 19 | 2F | 0 | 14 | 10C | 30 | 3D |
| Octal | 231 | 154 | 314 | 31 | 57 | 0 | 24 | 414 | 60 | 75 |
| Binary | 10011001 | 1101100 | 11001100 | 11001 | 101111 | 0 | 10100 | 100001100 | 110000 | 111101 |
Color Harmonies of #996CCC
Complementary color
Monochromatic Colors of #996CCC
Black with #996CCC
Text Example
Text Example
White with #996CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CCC; }
p { color: rgb(153,108,204); }
H1.HeaderClassName
{
color: #996CCC;
}
.AnyTagClassName
{
color: #996CCC;
}
</style>
background-color css
<style>
a { background-color: #996CCC; }
a { background-color: rgb(153,108,204); }
div.DivClassName
{
background-color: #996CCC;
}
.BgClassName
{
background-color: #996CCC;
}
</style>
border-color css
<style>
span { border-color: #996CCC; }
span { border-color: rgb(153,108,204); }
td.TdClassName
{
border-color: #996CCC;
}
.TagClassName
{
border-color: #996CCC;
}
</style>