Shades of Amethyst #9A66CE
Tints of Amethyst #9A66CE
RGB
CMYK
RGB Variations
Color information
#9A66CE (or 0x9A66CE) is known color: Amethyst. HEX triplet: 9A, 66 and CE. RGB value is (154,102,206). Sum of RGB (Red+Green+Blue) = 154+102+206=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66CE is #659931. Grayscale: #818181. Windows color (decimal): -6658354 or 13526682. OLE color: 13526682.
HSL color Cylindrical-coordinate representation of color #9A66CE: hue angle of 270º 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 #9A66CE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 102 | 206 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.19 |
| HSL | 270º | 0.51% | 0.6% | - |
| HSV(B) | 270º | 0.5% | 0.81% | - |
| XYZ | 29.22 | 20.83 | 60.87 | - |
| YUV | 129.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 206 | 0.25 | 0.50 | 0 | 0.19 | 270 | 0.51 | 0.6 |
| Hex | 9A | 66 | CE | 19 | 32 | 0 | 13 | 10E | 33 | 3C |
| Octal | 232 | 146 | 316 | 31 | 62 | 0 | 23 | 416 | 63 | 74 |
| Binary | 10011010 | 1100110 | 11001110 | 11001 | 110010 | 0 | 10011 | 100001110 | 110011 | 111100 |
Color Harmonies of #9A66CE
Complementary color
Monochromatic Colors of #9A66CE
Black with #9A66CE
Text Example
Text Example
White with #9A66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A66CE; }
p { color: rgb(154,102,206); }
H1.HeaderClassName
{
color: #9A66CE;
}
.AnyTagClassName
{
color: #9A66CE;
}
</style>
background-color css
<style>
a { background-color: #9A66CE; }
a { background-color: rgb(154,102,206); }
div.DivClassName
{
background-color: #9A66CE;
}
.BgClassName
{
background-color: #9A66CE;
}
</style>
border-color css
<style>
span { border-color: #9A66CE; }
span { border-color: rgb(154,102,206); }
td.TdClassName
{
border-color: #9A66CE;
}
.TagClassName
{
border-color: #9A66CE;
}
</style>