Shades of Amethyst #996DCD
Tints of Amethyst #996DCD
RGB
CMYK
RGB Variations
Color information
#996DCD (or 0x996DCD) is known color: Amethyst. HEX triplet: 99, 6D and CD. RGB value is (153,109,205). Sum of RGB (Red+Green+Blue) = 153+109+205=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #996DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DCD is #669232. Grayscale: #848484. Windows color (decimal): -6722099 or 13462937. OLE color: 13462937.
HSL color Cylindrical-coordinate representation of color #996DCD: hue angle of 267.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996DCD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 109 | 205 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.20 |
| HSL | 267.5º | 0.49% | 0.62% | - |
| HSV(B) | 267.5º | 0.47% | 0.8% | - |
| XYZ | 29.62 | 22.12 | 60.47 | - |
| YUV | 133.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 205 | 0.25 | 0.47 | 0 | 0.20 | 267.5 | 0.49 | 0.62 |
| Hex | 99 | 6D | CD | 19 | 2F | 0 | 14 | 10C | 31 | 3E |
| Octal | 231 | 155 | 315 | 31 | 57 | 0 | 24 | 414 | 61 | 76 |
| Binary | 10011001 | 1101101 | 11001101 | 11001 | 101111 | 0 | 10100 | 100001100 | 110001 | 111110 |
Color Harmonies of #996DCD
Complementary color
Monochromatic Colors of #996DCD
Black with #996DCD
Text Example
Text Example
White with #996DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DCD; }
p { color: rgb(153,109,205); }
H1.HeaderClassName
{
color: #996DCD;
}
.AnyTagClassName
{
color: #996DCD;
}
</style>
background-color css
<style>
a { background-color: #996DCD; }
a { background-color: rgb(153,109,205); }
div.DivClassName
{
background-color: #996DCD;
}
.BgClassName
{
background-color: #996DCD;
}
</style>
border-color css
<style>
span { border-color: #996DCD; }
span { border-color: rgb(153,109,205); }
td.TdClassName
{
border-color: #996DCD;
}
.TagClassName
{
border-color: #996DCD;
}
</style>