Shades of Amethyst #9C4DDA
Tints of Amethyst #9C4DDA
RGB
CMYK
RGB Variations
Color information
#9C4DDA (or 0x9C4DDA) is known color: Amethyst. HEX triplet: 9C, 4D and DA. RGB value is (156,77,218). Sum of RGB (Red+Green+Blue) = 156+77+218=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4DDA is #63B225. Grayscale: #747474. Windows color (decimal): -6533670 or 14306716. OLE color: 14306716.
HSL color Cylindrical-coordinate representation of color #9C4DDA: hue angle of 273.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C4DDA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 77 | 218 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.15 |
| HSL | 273.62º | 0.66% | 0.58% | - |
| HSV(B) | 273.62º | 0.65% | 0.85% | - |
| XYZ | 29.02 | 17.44 | 68.17 | - |
| YUV | 116.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 218 | 0.28 | 0.65 | 0 | 0.15 | 273.62 | 0.66 | 0.58 |
| Hex | 9C | 4D | DA | 1C | 41 | 0 | F | 112 | 42 | 3A |
| Octal | 234 | 115 | 332 | 34 | 101 | 0 | 17 | 422 | 102 | 72 |
| Binary | 10011100 | 1001101 | 11011010 | 11100 | 1000001 | 0 | 1111 | 100010010 | 1000010 | 111010 |
Color Harmonies of #9C4DDA
Complementary color
Monochromatic Colors of #9C4DDA
Black with #9C4DDA
Text Example
Text Example
White with #9C4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DDA; }
p { color: rgb(156,77,218); }
H1.HeaderClassName
{
color: #9C4DDA;
}
.AnyTagClassName
{
color: #9C4DDA;
}
</style>
background-color css
<style>
a { background-color: #9C4DDA; }
a { background-color: rgb(156,77,218); }
div.DivClassName
{
background-color: #9C4DDA;
}
.BgClassName
{
background-color: #9C4DDA;
}
</style>
border-color css
<style>
span { border-color: #9C4DDA; }
span { border-color: rgb(156,77,218); }
td.TdClassName
{
border-color: #9C4DDA;
}
.TagClassName
{
border-color: #9C4DDA;
}
</style>