Shades of Amethyst #9964CE
Tints of Amethyst #9964CE
RGB
CMYK
RGB Variations
Color information
#9964CE (or 0x9964CE) is known color: Amethyst. HEX triplet: 99, 64 and CE. RGB value is (153,100,206). Sum of RGB (Red+Green+Blue) = 153+100+206=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9964CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964CE is #669B31. Grayscale: #7F7F7F. Windows color (decimal): -6724402 or 13526169. OLE color: 13526169.
HSL color Cylindrical-coordinate representation of color #9964CE: hue angle of 270º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9964CE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 100 | 206 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.19 |
| HSL | 270º | 0.52% | 0.6% | - |
| HSV(B) | 270º | 0.51% | 0.81% | - |
| XYZ | 28.83 | 20.34 | 60.8 | - |
| YUV | 127.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 206 | 0.26 | 0.51 | 0 | 0.19 | 270 | 0.52 | 0.6 |
| Hex | 99 | 64 | CE | 1A | 33 | 0 | 13 | 10E | 34 | 3C |
| Octal | 231 | 144 | 316 | 32 | 63 | 0 | 23 | 416 | 64 | 74 |
| Binary | 10011001 | 1100100 | 11001110 | 11010 | 110011 | 0 | 10011 | 100001110 | 110100 | 111100 |
Color Harmonies of #9964CE
Complementary color
Monochromatic Colors of #9964CE
Black with #9964CE
Text Example
Text Example
White with #9964CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9964CE; }
p { color: rgb(153,100,206); }
H1.HeaderClassName
{
color: #9964CE;
}
.AnyTagClassName
{
color: #9964CE;
}
</style>
background-color css
<style>
a { background-color: #9964CE; }
a { background-color: rgb(153,100,206); }
div.DivClassName
{
background-color: #9964CE;
}
.BgClassName
{
background-color: #9964CE;
}
</style>
border-color css
<style>
span { border-color: #9964CE; }
span { border-color: rgb(153,100,206); }
td.TdClassName
{
border-color: #9964CE;
}
.TagClassName
{
border-color: #9964CE;
}
</style>