Shades of Amethyst #9966CF
Tints of Amethyst #9966CF
RGB
CMYK
RGB Variations
Color information
#9966CF (or 0x9966CF) is known color: Amethyst. HEX triplet: 99, 66 and CF. RGB value is (153,102,207). Sum of RGB (Red+Green+Blue) = 153+102+207=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9966CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966CF is #669930. Grayscale: #808080. Windows color (decimal): -6723889 or 13592217. OLE color: 13592217.
HSL color Cylindrical-coordinate representation of color #9966CF: hue angle of 269.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9966CF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 102 | 207 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.19 |
| HSL | 269.14º | 0.52% | 0.61% | - |
| HSV(B) | 269.14º | 0.51% | 0.81% | - |
| XYZ | 29.15 | 20.78 | 61.51 | - |
| YUV | 129.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 207 | 0.26 | 0.51 | 0 | 0.19 | 269.14 | 0.52 | 0.61 |
| Hex | 99 | 66 | CF | 1A | 33 | 0 | 13 | 10D | 34 | 3D |
| Octal | 231 | 146 | 317 | 32 | 63 | 0 | 23 | 415 | 64 | 75 |
| Binary | 10011001 | 1100110 | 11001111 | 11010 | 110011 | 0 | 10011 | 100001101 | 110100 | 111101 |
Color Harmonies of #9966CF
Complementary color
Monochromatic Colors of #9966CF
Black with #9966CF
Text Example
Text Example
White with #9966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966CF; }
p { color: rgb(153,102,207); }
H1.HeaderClassName
{
color: #9966CF;
}
.AnyTagClassName
{
color: #9966CF;
}
</style>
background-color css
<style>
a { background-color: #9966CF; }
a { background-color: rgb(153,102,207); }
div.DivClassName
{
background-color: #9966CF;
}
.BgClassName
{
background-color: #9966CF;
}
</style>
border-color css
<style>
span { border-color: #9966CF; }
span { border-color: rgb(153,102,207); }
td.TdClassName
{
border-color: #9966CF;
}
.TagClassName
{
border-color: #9966CF;
}
</style>