Shades of Amethyst #9F66CE
Tints of Amethyst #9F66CE
RGB
CMYK
RGB Variations
Color information
#9F66CE (or 0x9F66CE) is known color: Amethyst. HEX triplet: 9F, 66 and CE. RGB value is (159,102,206). Sum of RGB (Red+Green+Blue) = 159+102+206=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66CE is #609931. Grayscale: #828282. Windows color (decimal): -6330674 or 13526687. OLE color: 13526687.
HSL color Cylindrical-coordinate representation of color #9F66CE: hue angle of 272.88º 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 #9F66CE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 102 | 206 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.19 |
| HSL | 272.88º | 0.51% | 0.6% | - |
| HSV(B) | 272.88º | 0.5% | 0.81% | - |
| XYZ | 30.19 | 21.33 | 60.92 | - |
| YUV | 130.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 206 | 0.23 | 0.50 | 0 | 0.19 | 272.88 | 0.51 | 0.6 |
| Hex | 9F | 66 | CE | 17 | 32 | 0 | 13 | 111 | 33 | 3C |
| Octal | 237 | 146 | 316 | 27 | 62 | 0 | 23 | 421 | 63 | 74 |
| Binary | 10011111 | 1100110 | 11001110 | 10111 | 110010 | 0 | 10011 | 100010001 | 110011 | 111100 |
Color Harmonies of #9F66CE
Complementary color
Monochromatic Colors of #9F66CE
Black with #9F66CE
Text Example
Text Example
White with #9F66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F66CE; }
p { color: rgb(159,102,206); }
H1.HeaderClassName
{
color: #9F66CE;
}
.AnyTagClassName
{
color: #9F66CE;
}
</style>
background-color css
<style>
a { background-color: #9F66CE; }
a { background-color: rgb(159,102,206); }
div.DivClassName
{
background-color: #9F66CE;
}
.BgClassName
{
background-color: #9F66CE;
}
</style>
border-color css
<style>
span { border-color: #9F66CE; }
span { border-color: rgb(159,102,206); }
td.TdClassName
{
border-color: #9F66CE;
}
.TagClassName
{
border-color: #9F66CE;
}
</style>