Shades of Amethyst #9964C6
Tints of Amethyst #9964C6
RGB
CMYK
RGB Variations
Color information
#9964C6 (or 0x9964C6) is known color: Amethyst. HEX triplet: 99, 64 and C6. RGB value is (153,100,198). Sum of RGB (Red+Green+Blue) = 153+100+198=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #9964C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964C6 is #669B39. Grayscale: #7E7E7E. Windows color (decimal): -6724410 or 13001881. OLE color: 13001881.
HSL color Cylindrical-coordinate representation of color #9964C6: hue angle of 272.45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9964C6 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 100 | 198 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.22 |
| HSL | 272.45º | 0.46% | 0.58% | - |
| HSV(B) | 272.45º | 0.49% | 0.78% | - |
| XYZ | 27.89 | 19.96 | 55.81 | - |
| YUV | 127.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 198 | 0.23 | 0.49 | 0 | 0.22 | 272.45 | 0.46 | 0.58 |
| Hex | 99 | 64 | C6 | 17 | 31 | 0 | 16 | 110 | 2E | 3A |
| Octal | 231 | 144 | 306 | 27 | 61 | 0 | 26 | 420 | 56 | 72 |
| Binary | 10011001 | 1100100 | 11000110 | 10111 | 110001 | 0 | 10110 | 100010000 | 101110 | 111010 |
Color Harmonies of #9964C6
Complementary color
Monochromatic Colors of #9964C6
Black with #9964C6
Text Example
Text Example
White with #9964C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9964C6; }
p { color: rgb(153,100,198); }
H1.HeaderClassName
{
color: #9964C6;
}
.AnyTagClassName
{
color: #9964C6;
}
</style>
background-color css
<style>
a { background-color: #9964C6; }
a { background-color: rgb(153,100,198); }
div.DivClassName
{
background-color: #9964C6;
}
.BgClassName
{
background-color: #9964C6;
}
</style>
border-color css
<style>
span { border-color: #9964C6; }
span { border-color: rgb(153,100,198); }
td.TdClassName
{
border-color: #9964C6;
}
.TagClassName
{
border-color: #9964C6;
}
</style>