Shades of Amethyst #9C64DC
Tints of Amethyst #9C64DC
RGB
CMYK
RGB Variations
Color information
#9C64DC (or 0x9C64DC) is known color: Amethyst. HEX triplet: 9C, 64 and DC. RGB value is (156,100,220). Sum of RGB (Red+Green+Blue) = 156+100+220=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64DC is #639B23. Grayscale: #828282. Windows color (decimal): -6527780 or 14443676. OLE color: 14443676.
HSL color Cylindrical-coordinate representation of color #9C64DC: hue angle of 268º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C64DC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 100 | 220 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.14 |
| HSL | 268º | 0.63% | 0.63% | - |
| HSV(B) | 268º | 0.55% | 0.86% | - |
| XYZ | 31.19 | 21.35 | 70.19 | - |
| YUV | 130.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 220 | 0.29 | 0.55 | 0 | 0.14 | 268 | 0.63 | 0.63 |
| Hex | 9C | 64 | DC | 1D | 37 | 0 | E | 10C | 3F | 3F |
| Octal | 234 | 144 | 334 | 35 | 67 | 0 | 16 | 414 | 77 | 77 |
| Binary | 10011100 | 1100100 | 11011100 | 11101 | 110111 | 0 | 1110 | 100001100 | 111111 | 111111 |
Color Harmonies of #9C64DC
Complementary color
Monochromatic Colors of #9C64DC
Black with #9C64DC
Text Example
Text Example
White with #9C64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64DC; }
p { color: rgb(156,100,220); }
H1.HeaderClassName
{
color: #9C64DC;
}
.AnyTagClassName
{
color: #9C64DC;
}
</style>
background-color css
<style>
a { background-color: #9C64DC; }
a { background-color: rgb(156,100,220); }
div.DivClassName
{
background-color: #9C64DC;
}
.BgClassName
{
background-color: #9C64DC;
}
</style>
border-color css
<style>
span { border-color: #9C64DC; }
span { border-color: rgb(156,100,220); }
td.TdClassName
{
border-color: #9C64DC;
}
.TagClassName
{
border-color: #9C64DC;
}
</style>