Shades of Amethyst #996FD0
Tints of Amethyst #996FD0
RGB
CMYK
RGB Variations
Color information
#996FD0 (or 0x996FD0) is known color: Amethyst. HEX triplet: 99, 6F and D0. RGB value is (153,111,208). Sum of RGB (Red+Green+Blue) = 153+111+208=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #996FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FD0 is #66902F. Grayscale: #868686. Windows color (decimal): -6721584 or 13660057. OLE color: 13660057.
HSL color Cylindrical-coordinate representation of color #996FD0: hue angle of 265.98º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996FD0 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 111 | 208 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.18 |
| HSL | 265.98º | 0.51% | 0.63% | - |
| HSV(B) | 265.98º | 0.47% | 0.82% | - |
| XYZ | 30.21 | 22.7 | 62.46 | - |
| YUV | 134.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 208 | 0.26 | 0.47 | 0 | 0.18 | 265.98 | 0.51 | 0.63 |
| Hex | 99 | 6F | D0 | 1A | 2F | 0 | 12 | 10A | 33 | 3F |
| Octal | 231 | 157 | 320 | 32 | 57 | 0 | 22 | 412 | 63 | 77 |
| Binary | 10011001 | 1101111 | 11010000 | 11010 | 101111 | 0 | 10010 | 100001010 | 110011 | 111111 |
Color Harmonies of #996FD0
Complementary color
Monochromatic Colors of #996FD0
Black with #996FD0
Text Example
Text Example
White with #996FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FD0; }
p { color: rgb(153,111,208); }
H1.HeaderClassName
{
color: #996FD0;
}
.AnyTagClassName
{
color: #996FD0;
}
</style>
background-color css
<style>
a { background-color: #996FD0; }
a { background-color: rgb(153,111,208); }
div.DivClassName
{
background-color: #996FD0;
}
.BgClassName
{
background-color: #996FD0;
}
</style>
border-color css
<style>
span { border-color: #996FD0; }
span { border-color: rgb(153,111,208); }
td.TdClassName
{
border-color: #996FD0;
}
.TagClassName
{
border-color: #996FD0;
}
</style>