Shades of Amethyst #9C4DE3
Tints of Amethyst #9C4DE3
RGB
CMYK
RGB Variations
Color information
#9C4DE3 (or 0x9C4DE3) is known color: Amethyst. HEX triplet: 9C, 4D and E3. RGB value is (156,77,227). Sum of RGB (Red+Green+Blue) = 156+77+227=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C4DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4DE3 is #63B21C. Grayscale: #757575. Windows color (decimal): -6533661 or 14896540. OLE color: 14896540.
HSL color Cylindrical-coordinate representation of color #9C4DE3: hue angle of 271.6º 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 #9C4DE3 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 77 | 227 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.11 |
| HSL | 271.6º | 0.73% | 0.6% | - |
| HSV(B) | 271.6º | 0.66% | 0.89% | - |
| XYZ | 30.23 | 17.92 | 74.54 | - |
| YUV | 117.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 227 | 0.31 | 0.66 | 0 | 0.11 | 271.6 | 0.73 | 0.6 |
| Hex | 9C | 4D | E3 | 1F | 42 | 0 | B | 110 | 49 | 3C |
| Octal | 234 | 115 | 343 | 37 | 102 | 0 | 13 | 420 | 111 | 74 |
| Binary | 10011100 | 1001101 | 11100011 | 11111 | 1000010 | 0 | 1011 | 100010000 | 1001001 | 111100 |
Color Harmonies of #9C4DE3
Complementary color
Monochromatic Colors of #9C4DE3
Black with #9C4DE3
Text Example
Text Example
White with #9C4DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DE3; }
p { color: rgb(156,77,227); }
H1.HeaderClassName
{
color: #9C4DE3;
}
.AnyTagClassName
{
color: #9C4DE3;
}
</style>
background-color css
<style>
a { background-color: #9C4DE3; }
a { background-color: rgb(156,77,227); }
div.DivClassName
{
background-color: #9C4DE3;
}
.BgClassName
{
background-color: #9C4DE3;
}
</style>
border-color css
<style>
span { border-color: #9C4DE3; }
span { border-color: rgb(156,77,227); }
td.TdClassName
{
border-color: #9C4DE3;
}
.TagClassName
{
border-color: #9C4DE3;
}
</style>