Shades of Amethyst #996ACD
Tints of Amethyst #996ACD
RGB
CMYK
RGB Variations
Color information
#996ACD (or 0x996ACD) is known color: Amethyst. HEX triplet: 99, 6A and CD. RGB value is (153,106,205). Sum of RGB (Red+Green+Blue) = 153+106+205=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #996ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ACD is #669532. Grayscale: #828282. Windows color (decimal): -6722867 or 13462169. OLE color: 13462169.
HSL color Cylindrical-coordinate representation of color #996ACD: hue angle of 268.48º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996ACD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 106 | 205 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.20 |
| HSL | 268.48º | 0.5% | 0.61% | - |
| HSV(B) | 268.48º | 0.48% | 0.8% | - |
| XYZ | 29.31 | 21.49 | 60.36 | - |
| YUV | 131.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 205 | 0.25 | 0.48 | 0 | 0.20 | 268.48 | 0.5 | 0.61 |
| Hex | 99 | 6A | CD | 19 | 30 | 0 | 14 | 10C | 32 | 3D |
| Octal | 231 | 152 | 315 | 31 | 60 | 0 | 24 | 414 | 62 | 75 |
| Binary | 10011001 | 1101010 | 11001101 | 11001 | 110000 | 0 | 10100 | 100001100 | 110010 | 111101 |
Color Harmonies of #996ACD
Complementary color
Monochromatic Colors of #996ACD
Black with #996ACD
Text Example
Text Example
White with #996ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ACD; }
p { color: rgb(153,106,205); }
H1.HeaderClassName
{
color: #996ACD;
}
.AnyTagClassName
{
color: #996ACD;
}
</style>
background-color css
<style>
a { background-color: #996ACD; }
a { background-color: rgb(153,106,205); }
div.DivClassName
{
background-color: #996ACD;
}
.BgClassName
{
background-color: #996ACD;
}
</style>
border-color css
<style>
span { border-color: #996ACD; }
span { border-color: rgb(153,106,205); }
td.TdClassName
{
border-color: #996ACD;
}
.TagClassName
{
border-color: #996ACD;
}
</style>