Shades of Amethyst #9664C7
Tints of Amethyst #9664C7
RGB
CMYK
RGB Variations
Color information
#9664C7 (or 0x9664C7) is known color: Amethyst. HEX triplet: 96, 64 and C7. RGB value is (150,100,199). Sum of RGB (Red+Green+Blue) = 150+100+199=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #9664C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664C7 is #699B38. Grayscale: #7D7D7D. Windows color (decimal): -6921017 or 13067414. OLE color: 13067414.
HSL color Cylindrical-coordinate representation of color #9664C7: hue angle of 270.3º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9664C7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 100 | 199 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.22 |
| HSL | 270.3º | 0.47% | 0.59% | - |
| HSV(B) | 270.3º | 0.5% | 0.78% | - |
| XYZ | 27.44 | 19.72 | 56.39 | - |
| YUV | 126.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 199 | 0.25 | 0.50 | 0 | 0.22 | 270.3 | 0.47 | 0.59 |
| Hex | 96 | 64 | C7 | 19 | 32 | 0 | 16 | 10E | 2F | 3B |
| Octal | 226 | 144 | 307 | 31 | 62 | 0 | 26 | 416 | 57 | 73 |
| Binary | 10010110 | 1100100 | 11000111 | 11001 | 110010 | 0 | 10110 | 100001110 | 101111 | 111011 |
Color Harmonies of #9664C7
Complementary color
Monochromatic Colors of #9664C7
Black with #9664C7
Text Example
Text Example
White with #9664C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664C7; }
p { color: rgb(150,100,199); }
H1.HeaderClassName
{
color: #9664C7;
}
.AnyTagClassName
{
color: #9664C7;
}
</style>
background-color css
<style>
a { background-color: #9664C7; }
a { background-color: rgb(150,100,199); }
div.DivClassName
{
background-color: #9664C7;
}
.BgClassName
{
background-color: #9664C7;
}
</style>
border-color css
<style>
span { border-color: #9664C7; }
span { border-color: rgb(150,100,199); }
td.TdClassName
{
border-color: #9664C7;
}
.TagClassName
{
border-color: #9664C7;
}
</style>