Shades of Amethyst #9C4FD4
Tints of Amethyst #9C4FD4
RGB
CMYK
RGB Variations
Color information
#9C4FD4 (or 0x9C4FD4) is known color: Amethyst. HEX triplet: 9C, 4F and D4. RGB value is (156,79,212). Sum of RGB (Red+Green+Blue) = 156+79+212=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C4FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FD4 is #63B02B. Grayscale: #747474. Windows color (decimal): -6533164 or 13914012. OLE color: 13914012.
HSL color Cylindrical-coordinate representation of color #9C4FD4: hue angle of 274.74º 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 #9C4FD4 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 79 | 212 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.17 |
| HSL | 274.74º | 0.61% | 0.57% | - |
| HSV(B) | 274.74º | 0.63% | 0.83% | - |
| XYZ | 28.39 | 17.41 | 64.15 | - |
| YUV | 117.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 212 | 0.26 | 0.63 | 0 | 0.17 | 274.74 | 0.61 | 0.57 |
| Hex | 9C | 4F | D4 | 1A | 3F | 0 | 11 | 113 | 3D | 39 |
| Octal | 234 | 117 | 324 | 32 | 77 | 0 | 21 | 423 | 75 | 71 |
| Binary | 10011100 | 1001111 | 11010100 | 11010 | 111111 | 0 | 10001 | 100010011 | 111101 | 111001 |
Color Harmonies of #9C4FD4
Complementary color
Monochromatic Colors of #9C4FD4
Black with #9C4FD4
Text Example
Text Example
White with #9C4FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4FD4; }
p { color: rgb(156,79,212); }
H1.HeaderClassName
{
color: #9C4FD4;
}
.AnyTagClassName
{
color: #9C4FD4;
}
</style>
background-color css
<style>
a { background-color: #9C4FD4; }
a { background-color: rgb(156,79,212); }
div.DivClassName
{
background-color: #9C4FD4;
}
.BgClassName
{
background-color: #9C4FD4;
}
</style>
border-color css
<style>
span { border-color: #9C4FD4; }
span { border-color: rgb(156,79,212); }
td.TdClassName
{
border-color: #9C4FD4;
}
.TagClassName
{
border-color: #9C4FD4;
}
</style>