Shades of Amethyst #9666CE
Tints of Amethyst #9666CE
RGB
CMYK
RGB Variations
Color information
#9666CE (or 0x9666CE) is known color: Amethyst. HEX triplet: 96, 66 and CE. RGB value is (150,102,206). Sum of RGB (Red+Green+Blue) = 150+102+206=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9666CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666CE is #699931. Grayscale: #7F7F7F. Windows color (decimal): -6920498 or 13526678. OLE color: 13526678.
HSL color Cylindrical-coordinate representation of color #9666CE: hue angle of 267.69º 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 #9666CE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 102 | 206 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.19 |
| HSL | 267.69º | 0.51% | 0.6% | - |
| HSV(B) | 267.69º | 0.5% | 0.81% | - |
| XYZ | 28.47 | 20.44 | 60.84 | - |
| YUV | 128.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 206 | 0.27 | 0.50 | 0 | 0.19 | 267.69 | 0.51 | 0.6 |
| Hex | 96 | 66 | CE | 1B | 32 | 0 | 13 | 10C | 33 | 3C |
| Octal | 226 | 146 | 316 | 33 | 62 | 0 | 23 | 414 | 63 | 74 |
| Binary | 10010110 | 1100110 | 11001110 | 11011 | 110010 | 0 | 10011 | 100001100 | 110011 | 111100 |
Color Harmonies of #9666CE
Complementary color
Monochromatic Colors of #9666CE
Black with #9666CE
Text Example
Text Example
White with #9666CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666CE; }
p { color: rgb(150,102,206); }
H1.HeaderClassName
{
color: #9666CE;
}
.AnyTagClassName
{
color: #9666CE;
}
</style>
background-color css
<style>
a { background-color: #9666CE; }
a { background-color: rgb(150,102,206); }
div.DivClassName
{
background-color: #9666CE;
}
.BgClassName
{
background-color: #9666CE;
}
</style>
border-color css
<style>
span { border-color: #9666CE; }
span { border-color: rgb(150,102,206); }
td.TdClassName
{
border-color: #9666CE;
}
.TagClassName
{
border-color: #9666CE;
}
</style>