Shades of Amethyst #9C5ECE
Tints of Amethyst #9C5ECE
RGB
CMYK
RGB Variations
Color information
#9C5ECE (or 0x9C5ECE) is known color: Amethyst. HEX triplet: 9C, 5E and CE. RGB value is (156,94,206). Sum of RGB (Red+Green+Blue) = 156+94+206=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ECE is #63A131. Grayscale: #7C7C7C. Windows color (decimal): -6529330 or 13524636. OLE color: 13524636.
HSL color Cylindrical-coordinate representation of color #9C5ECE: hue angle of 273.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5ECE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 94 | 206 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.19 |
| HSL | 273.21º | 0.53% | 0.59% | - |
| HSV(B) | 273.21º | 0.54% | 0.81% | - |
| XYZ | 28.85 | 19.53 | 60.64 | - |
| YUV | 125.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 206 | 0.24 | 0.54 | 0 | 0.19 | 273.21 | 0.53 | 0.59 |
| Hex | 9C | 5E | CE | 18 | 36 | 0 | 13 | 111 | 35 | 3B |
| Octal | 234 | 136 | 316 | 30 | 66 | 0 | 23 | 421 | 65 | 73 |
| Binary | 10011100 | 1011110 | 11001110 | 11000 | 110110 | 0 | 10011 | 100010001 | 110101 | 111011 |
Color Harmonies of #9C5ECE
Complementary color
Monochromatic Colors of #9C5ECE
Black with #9C5ECE
Text Example
Text Example
White with #9C5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5ECE; }
p { color: rgb(156,94,206); }
H1.HeaderClassName
{
color: #9C5ECE;
}
.AnyTagClassName
{
color: #9C5ECE;
}
</style>
background-color css
<style>
a { background-color: #9C5ECE; }
a { background-color: rgb(156,94,206); }
div.DivClassName
{
background-color: #9C5ECE;
}
.BgClassName
{
background-color: #9C5ECE;
}
</style>
border-color css
<style>
span { border-color: #9C5ECE; }
span { border-color: rgb(156,94,206); }
td.TdClassName
{
border-color: #9C5ECE;
}
.TagClassName
{
border-color: #9C5ECE;
}
</style>