Shades of Amethyst #9A64CD
Tints of Amethyst #9A64CD
RGB
CMYK
RGB Variations
Color information
#9A64CD (or 0x9A64CD) is known color: Amethyst. HEX triplet: 9A, 64 and CD. RGB value is (154,100,205). Sum of RGB (Red+Green+Blue) = 154+100+205=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64CD is #659B32. Grayscale: #7F7F7F. Windows color (decimal): -6658867 or 13460634. OLE color: 13460634.
HSL color Cylindrical-coordinate representation of color #9A64CD: hue angle of 270.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A64CD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 100 | 205 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.20 |
| HSL | 270.86º | 0.51% | 0.6% | - |
| HSV(B) | 270.86º | 0.51% | 0.8% | - |
| XYZ | 28.9 | 20.39 | 60.17 | - |
| YUV | 128.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 205 | 0.25 | 0.51 | 0 | 0.20 | 270.86 | 0.51 | 0.6 |
| Hex | 9A | 64 | CD | 19 | 33 | 0 | 14 | 10F | 33 | 3C |
| Octal | 232 | 144 | 315 | 31 | 63 | 0 | 24 | 417 | 63 | 74 |
| Binary | 10011010 | 1100100 | 11001101 | 11001 | 110011 | 0 | 10100 | 100001111 | 110011 | 111100 |
Color Harmonies of #9A64CD
Complementary color
Monochromatic Colors of #9A64CD
Black with #9A64CD
Text Example
Text Example
White with #9A64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A64CD; }
p { color: rgb(154,100,205); }
H1.HeaderClassName
{
color: #9A64CD;
}
.AnyTagClassName
{
color: #9A64CD;
}
</style>
background-color css
<style>
a { background-color: #9A64CD; }
a { background-color: rgb(154,100,205); }
div.DivClassName
{
background-color: #9A64CD;
}
.BgClassName
{
background-color: #9A64CD;
}
</style>
border-color css
<style>
span { border-color: #9A64CD; }
span { border-color: rgb(154,100,205); }
td.TdClassName
{
border-color: #9A64CD;
}
.TagClassName
{
border-color: #9A64CD;
}
</style>