Shades of Amethyst #9966CE
Tints of Amethyst #9966CE
RGB
CMYK
RGB Variations
Color information
#9966CE (or 0x9966CE) is known color: Amethyst. HEX triplet: 99, 66 and CE. RGB value is (153,102,206). Sum of RGB (Red+Green+Blue) = 153+102+206=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9966CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966CE is #669931. Grayscale: #808080. Windows color (decimal): -6723890 or 13526681. OLE color: 13526681.
HSL color Cylindrical-coordinate representation of color #9966CE: hue angle of 269.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9966CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 102 | 206 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.19 |
| HSL | 269.42º | 0.51% | 0.6% | - |
| HSV(B) | 269.42º | 0.5% | 0.81% | - |
| XYZ | 29.03 | 20.73 | 60.86 | - |
| YUV | 129.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 206 | 0.26 | 0.50 | 0 | 0.19 | 269.42 | 0.51 | 0.6 |
| Hex | 99 | 66 | CE | 1A | 32 | 0 | 13 | 10D | 33 | 3C |
| Octal | 231 | 146 | 316 | 32 | 62 | 0 | 23 | 415 | 63 | 74 |
| Binary | 10011001 | 1100110 | 11001110 | 11010 | 110010 | 0 | 10011 | 100001101 | 110011 | 111100 |
Color Harmonies of #9966CE
Complementary color
Monochromatic Colors of #9966CE
Black with #9966CE
Text Example
Text Example
White with #9966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966CE; }
p { color: rgb(153,102,206); }
H1.HeaderClassName
{
color: #9966CE;
}
.AnyTagClassName
{
color: #9966CE;
}
</style>
background-color css
<style>
a { background-color: #9966CE; }
a { background-color: rgb(153,102,206); }
div.DivClassName
{
background-color: #9966CE;
}
.BgClassName
{
background-color: #9966CE;
}
</style>
border-color css
<style>
span { border-color: #9966CE; }
span { border-color: rgb(153,102,206); }
td.TdClassName
{
border-color: #9966CE;
}
.TagClassName
{
border-color: #9966CE;
}
</style>