Shades of Amethyst #9C4CE3
Tints of Amethyst #9C4CE3
RGB
CMYK
RGB Variations
Color information
#9C4CE3 (or 0x9C4CE3) is known color: Amethyst. HEX triplet: 9C, 4C and E3. RGB value is (156,76,227). Sum of RGB (Red+Green+Blue) = 156+76+227=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C4CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CE3 is #63B31C. Grayscale: #747474. Windows color (decimal): -6533917 or 14896284. OLE color: 14896284.
HSL color Cylindrical-coordinate representation of color #9C4CE3: hue angle of 271.79º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C4CE3 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 76 | 227 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.11 |
| HSL | 271.79º | 0.73% | 0.59% | - |
| HSV(B) | 271.79º | 0.67% | 0.89% | - |
| XYZ | 30.16 | 17.78 | 74.52 | - |
| YUV | 117.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 227 | 0.31 | 0.67 | 0 | 0.11 | 271.79 | 0.73 | 0.59 |
| Hex | 9C | 4C | E3 | 1F | 43 | 0 | B | 110 | 49 | 3B |
| Octal | 234 | 114 | 343 | 37 | 103 | 0 | 13 | 420 | 111 | 73 |
| Binary | 10011100 | 1001100 | 11100011 | 11111 | 1000011 | 0 | 1011 | 100010000 | 1001001 | 111011 |
Color Harmonies of #9C4CE3
Complementary color
Monochromatic Colors of #9C4CE3
Black with #9C4CE3
Text Example
Text Example
White with #9C4CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4CE3; }
p { color: rgb(156,76,227); }
H1.HeaderClassName
{
color: #9C4CE3;
}
.AnyTagClassName
{
color: #9C4CE3;
}
</style>
background-color css
<style>
a { background-color: #9C4CE3; }
a { background-color: rgb(156,76,227); }
div.DivClassName
{
background-color: #9C4CE3;
}
.BgClassName
{
background-color: #9C4CE3;
}
</style>
border-color css
<style>
span { border-color: #9C4CE3; }
span { border-color: rgb(156,76,227); }
td.TdClassName
{
border-color: #9C4CE3;
}
.TagClassName
{
border-color: #9C4CE3;
}
</style>