Shades of Amethyst #996DCF
Tints of Amethyst #996DCF
RGB
CMYK
RGB Variations
Color information
#996DCF (or 0x996DCF) is known color: Amethyst. HEX triplet: 99, 6D and CF. RGB value is (153,109,207). Sum of RGB (Red+Green+Blue) = 153+109+207=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #996DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DCF is #669230. Grayscale: #848484. Windows color (decimal): -6722097 or 13594009. OLE color: 13594009.
HSL color Cylindrical-coordinate representation of color #996DCF: hue angle of 266.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996DCF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 109 | 207 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.19 |
| HSL | 266.94º | 0.51% | 0.62% | - |
| HSV(B) | 266.94º | 0.47% | 0.81% | - |
| XYZ | 29.87 | 22.21 | 61.75 | - |
| YUV | 133.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 207 | 0.26 | 0.47 | 0 | 0.19 | 266.94 | 0.51 | 0.62 |
| Hex | 99 | 6D | CF | 1A | 2F | 0 | 13 | 10B | 33 | 3E |
| Octal | 231 | 155 | 317 | 32 | 57 | 0 | 23 | 413 | 63 | 76 |
| Binary | 10011001 | 1101101 | 11001111 | 11010 | 101111 | 0 | 10011 | 100001011 | 110011 | 111110 |
Color Harmonies of #996DCF
Complementary color
Monochromatic Colors of #996DCF
Black with #996DCF
Text Example
Text Example
White with #996DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DCF; }
p { color: rgb(153,109,207); }
H1.HeaderClassName
{
color: #996DCF;
}
.AnyTagClassName
{
color: #996DCF;
}
</style>
background-color css
<style>
a { background-color: #996DCF; }
a { background-color: rgb(153,109,207); }
div.DivClassName
{
background-color: #996DCF;
}
.BgClassName
{
background-color: #996DCF;
}
</style>
border-color css
<style>
span { border-color: #996DCF; }
span { border-color: rgb(153,109,207); }
td.TdClassName
{
border-color: #996DCF;
}
.TagClassName
{
border-color: #996DCF;
}
</style>