Shades of Amethyst #9C4CE0
Tints of Amethyst #9C4CE0
RGB
CMYK
RGB Variations
Color information
#9C4CE0 (or 0x9C4CE0) is known color: Amethyst. HEX triplet: 9C, 4C and E0. RGB value is (156,76,224). Sum of RGB (Red+Green+Blue) = 156+76+224=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C4CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CE0 is #63B31F. Grayscale: #747474. Windows color (decimal): -6533920 or 14699676. OLE color: 14699676.
HSL color Cylindrical-coordinate representation of color #9C4CE0: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4CE0 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 76 | 224 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.12 |
| HSL | 272.43º | 0.7% | 0.59% | - |
| HSV(B) | 272.43º | 0.66% | 0.88% | - |
| XYZ | 29.75 | 17.62 | 72.35 | - |
| YUV | 116.79 | 188.5 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 224 | 0.30 | 0.66 | 0 | 0.12 | 272.43 | 0.7 | 0.59 |
| Hex | 9C | 4C | E0 | 1E | 42 | 0 | C | 110 | 46 | 3B |
| Octal | 234 | 114 | 340 | 36 | 102 | 0 | 14 | 420 | 106 | 73 |
| Binary | 10011100 | 1001100 | 11100000 | 11110 | 1000010 | 0 | 1100 | 100010000 | 1000110 | 111011 |
Color Harmonies of #9C4CE0
Complementary color
Monochromatic Colors of #9C4CE0
Black with #9C4CE0
Text Example
Text Example
White with #9C4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4CE0; }
p { color: rgb(156,76,224); }
H1.HeaderClassName
{
color: #9C4CE0;
}
.AnyTagClassName
{
color: #9C4CE0;
}
</style>
background-color css
<style>
a { background-color: #9C4CE0; }
a { background-color: rgb(156,76,224); }
div.DivClassName
{
background-color: #9C4CE0;
}
.BgClassName
{
background-color: #9C4CE0;
}
</style>
border-color css
<style>
span { border-color: #9C4CE0; }
span { border-color: rgb(156,76,224); }
td.TdClassName
{
border-color: #9C4CE0;
}
.TagClassName
{
border-color: #9C4CE0;
}
</style>