Shades of Amethyst #9C64DB
Tints of Amethyst #9C64DB
RGB
CMYK
RGB Variations
Color information
#9C64DB (or 0x9C64DB) is known color: Amethyst. HEX triplet: 9C, 64 and DB. RGB value is (156,100,219). Sum of RGB (Red+Green+Blue) = 156+100+219=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64DB is #639B24. Grayscale: #818181. Windows color (decimal): -6527781 or 14378140. OLE color: 14378140.
HSL color Cylindrical-coordinate representation of color #9C64DB: hue angle of 268.24º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C64DB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 100 | 219 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.14 |
| HSL | 268.24º | 0.62% | 0.63% | - |
| HSV(B) | 268.24º | 0.54% | 0.86% | - |
| XYZ | 31.05 | 21.3 | 69.49 | - |
| YUV | 130.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 219 | 0.29 | 0.54 | 0 | 0.14 | 268.24 | 0.62 | 0.63 |
| Hex | 9C | 64 | DB | 1D | 36 | 0 | E | 10C | 3E | 3F |
| Octal | 234 | 144 | 333 | 35 | 66 | 0 | 16 | 414 | 76 | 77 |
| Binary | 10011100 | 1100100 | 11011011 | 11101 | 110110 | 0 | 1110 | 100001100 | 111110 | 111111 |
Color Harmonies of #9C64DB
Complementary color
Monochromatic Colors of #9C64DB
Black with #9C64DB
Text Example
Text Example
White with #9C64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64DB; }
p { color: rgb(156,100,219); }
H1.HeaderClassName
{
color: #9C64DB;
}
.AnyTagClassName
{
color: #9C64DB;
}
</style>
background-color css
<style>
a { background-color: #9C64DB; }
a { background-color: rgb(156,100,219); }
div.DivClassName
{
background-color: #9C64DB;
}
.BgClassName
{
background-color: #9C64DB;
}
</style>
border-color css
<style>
span { border-color: #9C64DB; }
span { border-color: rgb(156,100,219); }
td.TdClassName
{
border-color: #9C64DB;
}
.TagClassName
{
border-color: #9C64DB;
}
</style>