Shades of Amethyst #9C4EE3
Tints of Amethyst #9C4EE3
RGB
CMYK
RGB Variations
Color information
#9C4EE3 (or 0x9C4EE3) is known color: Amethyst. HEX triplet: 9C, 4E and E3. RGB value is (156,78,227). Sum of RGB (Red+Green+Blue) = 156+78+227=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C4EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EE3 is #63B11C. Grayscale: #757575. Windows color (decimal): -6533405 or 14896796. OLE color: 14896796.
HSL color Cylindrical-coordinate representation of color #9C4EE3: hue angle of 271.41º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4EE3 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 78 | 227 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.11 |
| HSL | 271.41º | 0.73% | 0.6% | - |
| HSV(B) | 271.41º | 0.66% | 0.89% | - |
| XYZ | 30.3 | 18.06 | 74.56 | - |
| YUV | 118.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 227 | 0.31 | 0.66 | 0 | 0.11 | 271.41 | 0.73 | 0.6 |
| Hex | 9C | 4E | E3 | 1F | 42 | 0 | B | 10F | 49 | 3C |
| Octal | 234 | 116 | 343 | 37 | 102 | 0 | 13 | 417 | 111 | 74 |
| Binary | 10011100 | 1001110 | 11100011 | 11111 | 1000010 | 0 | 1011 | 100001111 | 1001001 | 111100 |
Color Harmonies of #9C4EE3
Complementary color
Monochromatic Colors of #9C4EE3
Black with #9C4EE3
Text Example
Text Example
White with #9C4EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EE3; }
p { color: rgb(156,78,227); }
H1.HeaderClassName
{
color: #9C4EE3;
}
.AnyTagClassName
{
color: #9C4EE3;
}
</style>
background-color css
<style>
a { background-color: #9C4EE3; }
a { background-color: rgb(156,78,227); }
div.DivClassName
{
background-color: #9C4EE3;
}
.BgClassName
{
background-color: #9C4EE3;
}
</style>
border-color css
<style>
span { border-color: #9C4EE3; }
span { border-color: rgb(156,78,227); }
td.TdClassName
{
border-color: #9C4EE3;
}
.TagClassName
{
border-color: #9C4EE3;
}
</style>