Shades of Amethyst #9C64D4
Tints of Amethyst #9C64D4
RGB
CMYK
RGB Variations
Color information
#9C64D4 (or 0x9C64D4) is known color: Amethyst. HEX triplet: 9C, 64 and D4. RGB value is (156,100,212). Sum of RGB (Red+Green+Blue) = 156+100+212=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C64D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64D4 is #639B2B. Grayscale: #818181. Windows color (decimal): -6527788 or 13919388. OLE color: 13919388.
HSL color Cylindrical-coordinate representation of color #9C64D4: hue angle of 270º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C64D4 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 100 | 212 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.17 |
| HSL | 270º | 0.57% | 0.61% | - |
| HSV(B) | 270º | 0.53% | 0.83% | - |
| XYZ | 30.15 | 20.94 | 64.74 | - |
| YUV | 129.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 212 | 0.26 | 0.53 | 0 | 0.17 | 270 | 0.57 | 0.61 |
| Hex | 9C | 64 | D4 | 1A | 35 | 0 | 11 | 10E | 39 | 3D |
| Octal | 234 | 144 | 324 | 32 | 65 | 0 | 21 | 416 | 71 | 75 |
| Binary | 10011100 | 1100100 | 11010100 | 11010 | 110101 | 0 | 10001 | 100001110 | 111001 | 111101 |
Color Harmonies of #9C64D4
Complementary color
Monochromatic Colors of #9C64D4
Black with #9C64D4
Text Example
Text Example
White with #9C64D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64D4; }
p { color: rgb(156,100,212); }
H1.HeaderClassName
{
color: #9C64D4;
}
.AnyTagClassName
{
color: #9C64D4;
}
</style>
background-color css
<style>
a { background-color: #9C64D4; }
a { background-color: rgb(156,100,212); }
div.DivClassName
{
background-color: #9C64D4;
}
.BgClassName
{
background-color: #9C64D4;
}
</style>
border-color css
<style>
span { border-color: #9C64D4; }
span { border-color: rgb(156,100,212); }
td.TdClassName
{
border-color: #9C64D4;
}
.TagClassName
{
border-color: #9C64D4;
}
</style>