Shades of Amethyst #9964CF
Tints of Amethyst #9964CF
RGB
CMYK
RGB Variations
Color information
#9964CF (or 0x9964CF) is known color: Amethyst. HEX triplet: 99, 64 and CF. RGB value is (153,100,207). Sum of RGB (Red+Green+Blue) = 153+100+207=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9964CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964CF is #669B30. Grayscale: #7F7F7F. Windows color (decimal): -6724401 or 13591705. OLE color: 13591705.
HSL color Cylindrical-coordinate representation of color #9964CF: hue angle of 269.72º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9964CF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 100 | 207 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.19 |
| HSL | 269.72º | 0.53% | 0.6% | - |
| HSV(B) | 269.72º | 0.52% | 0.81% | - |
| XYZ | 28.96 | 20.39 | 61.44 | - |
| YUV | 128.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 207 | 0.26 | 0.52 | 0 | 0.19 | 269.72 | 0.53 | 0.6 |
| Hex | 99 | 64 | CF | 1A | 34 | 0 | 13 | 10E | 35 | 3C |
| Octal | 231 | 144 | 317 | 32 | 64 | 0 | 23 | 416 | 65 | 74 |
| Binary | 10011001 | 1100100 | 11001111 | 11010 | 110100 | 0 | 10011 | 100001110 | 110101 | 111100 |
Color Harmonies of #9964CF
Complementary color
Monochromatic Colors of #9964CF
Black with #9964CF
Text Example
Text Example
White with #9964CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9964CF; }
p { color: rgb(153,100,207); }
H1.HeaderClassName
{
color: #9964CF;
}
.AnyTagClassName
{
color: #9964CF;
}
</style>
background-color css
<style>
a { background-color: #9964CF; }
a { background-color: rgb(153,100,207); }
div.DivClassName
{
background-color: #9964CF;
}
.BgClassName
{
background-color: #9964CF;
}
</style>
border-color css
<style>
span { border-color: #9964CF; }
span { border-color: rgb(153,100,207); }
td.TdClassName
{
border-color: #9964CF;
}
.TagClassName
{
border-color: #9964CF;
}
</style>