Shades of Amethyst #996AD0
Tints of Amethyst #996AD0
RGB
CMYK
RGB Variations
Color information
#996AD0 (or 0x996AD0) is known color: Amethyst. HEX triplet: 99, 6A and D0. RGB value is (153,106,208). Sum of RGB (Red+Green+Blue) = 153+106+208=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #996AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD0 is #66952F. Grayscale: #838383. Windows color (decimal): -6722864 or 13658777. OLE color: 13658777.
HSL color Cylindrical-coordinate representation of color #996AD0: hue angle of 267.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996AD0 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 106 | 208 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.18 |
| HSL | 267.65º | 0.52% | 0.62% | - |
| HSV(B) | 267.65º | 0.49% | 0.82% | - |
| XYZ | 29.68 | 21.63 | 62.29 | - |
| YUV | 131.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 208 | 0.26 | 0.49 | 0 | 0.18 | 267.65 | 0.52 | 0.62 |
| Hex | 99 | 6A | D0 | 1A | 31 | 0 | 12 | 10C | 34 | 3E |
| Octal | 231 | 152 | 320 | 32 | 61 | 0 | 22 | 414 | 64 | 76 |
| Binary | 10011001 | 1101010 | 11010000 | 11010 | 110001 | 0 | 10010 | 100001100 | 110100 | 111110 |
Color Harmonies of #996AD0
Complementary color
Monochromatic Colors of #996AD0
Black with #996AD0
Text Example
Text Example
White with #996AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AD0; }
p { color: rgb(153,106,208); }
H1.HeaderClassName
{
color: #996AD0;
}
.AnyTagClassName
{
color: #996AD0;
}
</style>
background-color css
<style>
a { background-color: #996AD0; }
a { background-color: rgb(153,106,208); }
div.DivClassName
{
background-color: #996AD0;
}
.BgClassName
{
background-color: #996AD0;
}
</style>
border-color css
<style>
span { border-color: #996AD0; }
span { border-color: rgb(153,106,208); }
td.TdClassName
{
border-color: #996AD0;
}
.TagClassName
{
border-color: #996AD0;
}
</style>