Shades of Amethyst #996FD2
Tints of Amethyst #996FD2
RGB
CMYK
RGB Variations
Color information
#996FD2 (or 0x996FD2) is known color: Amethyst. HEX triplet: 99, 6F and D2. RGB value is (153,111,210). Sum of RGB (Red+Green+Blue) = 153+111+210=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #996FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FD2 is #66902D. Grayscale: #868686. Windows color (decimal): -6721582 or 13791129. OLE color: 13791129.
HSL color Cylindrical-coordinate representation of color #996FD2: hue angle of 265.45º degrees, saturation: 0.52, 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 #996FD2 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 111 | 210 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.18 |
| HSL | 265.45º | 0.52% | 0.63% | - |
| HSV(B) | 265.45º | 0.47% | 0.82% | - |
| XYZ | 30.45 | 22.79 | 63.77 | - |
| YUV | 134.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 210 | 0.27 | 0.47 | 0 | 0.18 | 265.45 | 0.52 | 0.63 |
| Hex | 99 | 6F | D2 | 1B | 2F | 0 | 12 | 109 | 34 | 3F |
| Octal | 231 | 157 | 322 | 33 | 57 | 0 | 22 | 411 | 64 | 77 |
| Binary | 10011001 | 1101111 | 11010010 | 11011 | 101111 | 0 | 10010 | 100001001 | 110100 | 111111 |
Color Harmonies of #996FD2
Complementary color
Monochromatic Colors of #996FD2
Black with #996FD2
Text Example
Text Example
White with #996FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FD2; }
p { color: rgb(153,111,210); }
H1.HeaderClassName
{
color: #996FD2;
}
.AnyTagClassName
{
color: #996FD2;
}
</style>
background-color css
<style>
a { background-color: #996FD2; }
a { background-color: rgb(153,111,210); }
div.DivClassName
{
background-color: #996FD2;
}
.BgClassName
{
background-color: #996FD2;
}
</style>
border-color css
<style>
span { border-color: #996FD2; }
span { border-color: rgb(153,111,210); }
td.TdClassName
{
border-color: #996FD2;
}
.TagClassName
{
border-color: #996FD2;
}
</style>