Shades of Amethyst #9C4ED4
Tints of Amethyst #9C4ED4
RGB
CMYK
RGB Variations
Color information
#9C4ED4 (or 0x9C4ED4) is known color: Amethyst. HEX triplet: 9C, 4E and D4. RGB value is (156,78,212). Sum of RGB (Red+Green+Blue) = 156+78+212=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C4ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4ED4 is #63B12B. Grayscale: #747474. Windows color (decimal): -6533420 or 13913756. OLE color: 13913756.
HSL color Cylindrical-coordinate representation of color #9C4ED4: hue angle of 274.93º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C4ED4 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 78 | 212 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.17 |
| HSL | 274.93º | 0.61% | 0.57% | - |
| HSV(B) | 274.93º | 0.63% | 0.83% | - |
| XYZ | 28.32 | 17.27 | 64.13 | - |
| YUV | 116.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 212 | 0.26 | 0.63 | 0 | 0.17 | 274.93 | 0.61 | 0.57 |
| Hex | 9C | 4E | D4 | 1A | 3F | 0 | 11 | 113 | 3D | 39 |
| Octal | 234 | 116 | 324 | 32 | 77 | 0 | 21 | 423 | 75 | 71 |
| Binary | 10011100 | 1001110 | 11010100 | 11010 | 111111 | 0 | 10001 | 100010011 | 111101 | 111001 |
Color Harmonies of #9C4ED4
Complementary color
Monochromatic Colors of #9C4ED4
Black with #9C4ED4
Text Example
Text Example
White with #9C4ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4ED4; }
p { color: rgb(156,78,212); }
H1.HeaderClassName
{
color: #9C4ED4;
}
.AnyTagClassName
{
color: #9C4ED4;
}
</style>
background-color css
<style>
a { background-color: #9C4ED4; }
a { background-color: rgb(156,78,212); }
div.DivClassName
{
background-color: #9C4ED4;
}
.BgClassName
{
background-color: #9C4ED4;
}
</style>
border-color css
<style>
span { border-color: #9C4ED4; }
span { border-color: rgb(156,78,212); }
td.TdClassName
{
border-color: #9C4ED4;
}
.TagClassName
{
border-color: #9C4ED4;
}
</style>