Shades of Amethyst #9A66CF
Tints of Amethyst #9A66CF
RGB
CMYK
RGB Variations
Color information
#9A66CF (or 0x9A66CF) is known color: Amethyst. HEX triplet: 9A, 66 and CF. RGB value is (154,102,207). Sum of RGB (Red+Green+Blue) = 154+102+207=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66CF is #659930. Grayscale: #818181. Windows color (decimal): -6658353 or 13592218. OLE color: 13592218.
HSL color Cylindrical-coordinate representation of color #9A66CF: hue angle of 269.71º 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 #9A66CF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 102 | 207 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.19 |
| HSL | 269.71º | 0.52% | 0.61% | - |
| HSV(B) | 269.71º | 0.51% | 0.81% | - |
| XYZ | 29.34 | 20.88 | 61.51 | - |
| YUV | 129.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 207 | 0.26 | 0.51 | 0 | 0.19 | 269.71 | 0.52 | 0.61 |
| Hex | 9A | 66 | CF | 1A | 33 | 0 | 13 | 10E | 34 | 3D |
| Octal | 232 | 146 | 317 | 32 | 63 | 0 | 23 | 416 | 64 | 75 |
| Binary | 10011010 | 1100110 | 11001111 | 11010 | 110011 | 0 | 10011 | 100001110 | 110100 | 111101 |
Color Harmonies of #9A66CF
Complementary color
Monochromatic Colors of #9A66CF
Black with #9A66CF
Text Example
Text Example
White with #9A66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A66CF; }
p { color: rgb(154,102,207); }
H1.HeaderClassName
{
color: #9A66CF;
}
.AnyTagClassName
{
color: #9A66CF;
}
</style>
background-color css
<style>
a { background-color: #9A66CF; }
a { background-color: rgb(154,102,207); }
div.DivClassName
{
background-color: #9A66CF;
}
.BgClassName
{
background-color: #9A66CF;
}
</style>
border-color css
<style>
span { border-color: #9A66CF; }
span { border-color: rgb(154,102,207); }
td.TdClassName
{
border-color: #9A66CF;
}
.TagClassName
{
border-color: #9A66CF;
}
</style>