Shades of Amethyst #996CCD
Tints of Amethyst #996CCD
RGB
CMYK
RGB Variations
Color information
#996CCD (or 0x996CCD) is known color: Amethyst. HEX triplet: 99, 6C and CD. RGB value is (153,108,205). Sum of RGB (Red+Green+Blue) = 153+108+205=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #996CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CCD is #669332. Grayscale: #848484. Windows color (decimal): -6722355 or 13462681. OLE color: 13462681.
HSL color Cylindrical-coordinate representation of color #996CCD: hue angle of 267.84º degrees, saturation: 0.49, 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 #996CCD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 108 | 205 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.20 |
| HSL | 267.84º | 0.49% | 0.61% | - |
| HSV(B) | 267.84º | 0.47% | 0.8% | - |
| XYZ | 29.52 | 21.91 | 60.43 | - |
| YUV | 132.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 205 | 0.25 | 0.47 | 0 | 0.20 | 267.84 | 0.49 | 0.61 |
| Hex | 99 | 6C | CD | 19 | 2F | 0 | 14 | 10C | 31 | 3D |
| Octal | 231 | 154 | 315 | 31 | 57 | 0 | 24 | 414 | 61 | 75 |
| Binary | 10011001 | 1101100 | 11001101 | 11001 | 101111 | 0 | 10100 | 100001100 | 110001 | 111101 |
Color Harmonies of #996CCD
Complementary color
Monochromatic Colors of #996CCD
Black with #996CCD
Text Example
Text Example
White with #996CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CCD; }
p { color: rgb(153,108,205); }
H1.HeaderClassName
{
color: #996CCD;
}
.AnyTagClassName
{
color: #996CCD;
}
</style>
background-color css
<style>
a { background-color: #996CCD; }
a { background-color: rgb(153,108,205); }
div.DivClassName
{
background-color: #996CCD;
}
.BgClassName
{
background-color: #996CCD;
}
</style>
border-color css
<style>
span { border-color: #996CCD; }
span { border-color: rgb(153,108,205); }
td.TdClassName
{
border-color: #996CCD;
}
.TagClassName
{
border-color: #996CCD;
}
</style>