Shades of Amethyst #996ACF
Tints of Amethyst #996ACF
RGB
CMYK
RGB Variations
Color information
#996ACF (or 0x996ACF) is known color: Amethyst. HEX triplet: 99, 6A and CF. RGB value is (153,106,207). Sum of RGB (Red+Green+Blue) = 153+106+207=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #996ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ACF is #669530. Grayscale: #838383. Windows color (decimal): -6722865 or 13593241. OLE color: 13593241.
HSL color Cylindrical-coordinate representation of color #996ACF: hue angle of 267.92º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996ACF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 106 | 207 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.19 |
| HSL | 267.92º | 0.51% | 0.61% | - |
| HSV(B) | 267.92º | 0.49% | 0.81% | - |
| XYZ | 29.55 | 21.59 | 61.64 | - |
| YUV | 131.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 207 | 0.26 | 0.49 | 0 | 0.19 | 267.92 | 0.51 | 0.61 |
| Hex | 99 | 6A | CF | 1A | 31 | 0 | 13 | 10C | 33 | 3D |
| Octal | 231 | 152 | 317 | 32 | 61 | 0 | 23 | 414 | 63 | 75 |
| Binary | 10011001 | 1101010 | 11001111 | 11010 | 110001 | 0 | 10011 | 100001100 | 110011 | 111101 |
Color Harmonies of #996ACF
Complementary color
Monochromatic Colors of #996ACF
Black with #996ACF
Text Example
Text Example
White with #996ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ACF; }
p { color: rgb(153,106,207); }
H1.HeaderClassName
{
color: #996ACF;
}
.AnyTagClassName
{
color: #996ACF;
}
</style>
background-color css
<style>
a { background-color: #996ACF; }
a { background-color: rgb(153,106,207); }
div.DivClassName
{
background-color: #996ACF;
}
.BgClassName
{
background-color: #996ACF;
}
</style>
border-color css
<style>
span { border-color: #996ACF; }
span { border-color: rgb(153,106,207); }
td.TdClassName
{
border-color: #996ACF;
}
.TagClassName
{
border-color: #996ACF;
}
</style>