Shades of Amethyst #996FCD
Tints of Amethyst #996FCD
RGB
CMYK
RGB Variations
Color information
#996FCD (or 0x996FCD) is known color: Amethyst. HEX triplet: 99, 6F and CD. RGB value is (153,111,205). Sum of RGB (Red+Green+Blue) = 153+111+205=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #996FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCD is #669032. Grayscale: #858585. Windows color (decimal): -6721587 or 13463449. OLE color: 13463449.
HSL color Cylindrical-coordinate representation of color #996FCD: hue angle of 266.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996FCD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 111 | 205 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.20 |
| HSL | 266.81º | 0.48% | 0.62% | - |
| HSV(B) | 266.81º | 0.46% | 0.8% | - |
| XYZ | 29.84 | 22.55 | 60.54 | - |
| YUV | 134.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 205 | 0.25 | 0.46 | 0 | 0.20 | 266.81 | 0.48 | 0.62 |
| Hex | 99 | 6F | CD | 19 | 2E | 0 | 14 | 10B | 30 | 3E |
| Octal | 231 | 157 | 315 | 31 | 56 | 0 | 24 | 413 | 60 | 76 |
| Binary | 10011001 | 1101111 | 11001101 | 11001 | 101110 | 0 | 10100 | 100001011 | 110000 | 111110 |
Color Harmonies of #996FCD
Complementary color
Monochromatic Colors of #996FCD
Black with #996FCD
Text Example
Text Example
White with #996FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FCD; }
p { color: rgb(153,111,205); }
H1.HeaderClassName
{
color: #996FCD;
}
.AnyTagClassName
{
color: #996FCD;
}
</style>
background-color css
<style>
a { background-color: #996FCD; }
a { background-color: rgb(153,111,205); }
div.DivClassName
{
background-color: #996FCD;
}
.BgClassName
{
background-color: #996FCD;
}
</style>
border-color css
<style>
span { border-color: #996FCD; }
span { border-color: rgb(153,111,205); }
td.TdClassName
{
border-color: #996FCD;
}
.TagClassName
{
border-color: #996FCD;
}
</style>