Shades of Amethyst #9C5ACB
Tints of Amethyst #9C5ACB
RGB
CMYK
RGB Variations
Color information
#9C5ACB (or 0x9C5ACB) is known color: Amethyst. HEX triplet: 9C, 5A and CB. RGB value is (156,90,203). Sum of RGB (Red+Green+Blue) = 156+90+203=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ACB is #63A534. Grayscale: #7A7A7A. Windows color (decimal): -6530357 or 13327004. OLE color: 13327004.
HSL color Cylindrical-coordinate representation of color #9C5ACB: hue angle of 275.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5ACB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 90 | 203 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.20 |
| HSL | 275.04º | 0.52% | 0.57% | - |
| HSV(B) | 275.04º | 0.56% | 0.8% | - |
| XYZ | 28.15 | 18.69 | 58.62 | - |
| YUV | 122.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 203 | 0.23 | 0.56 | 0 | 0.20 | 275.04 | 0.52 | 0.57 |
| Hex | 9C | 5A | CB | 17 | 38 | 0 | 14 | 113 | 34 | 39 |
| Octal | 234 | 132 | 313 | 27 | 70 | 0 | 24 | 423 | 64 | 71 |
| Binary | 10011100 | 1011010 | 11001011 | 10111 | 111000 | 0 | 10100 | 100010011 | 110100 | 111001 |
Color Harmonies of #9C5ACB
Complementary color
Monochromatic Colors of #9C5ACB
Black with #9C5ACB
Text Example
Text Example
White with #9C5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5ACB; }
p { color: rgb(156,90,203); }
H1.HeaderClassName
{
color: #9C5ACB;
}
.AnyTagClassName
{
color: #9C5ACB;
}
</style>
background-color css
<style>
a { background-color: #9C5ACB; }
a { background-color: rgb(156,90,203); }
div.DivClassName
{
background-color: #9C5ACB;
}
.BgClassName
{
background-color: #9C5ACB;
}
</style>
border-color css
<style>
span { border-color: #9C5ACB; }
span { border-color: rgb(156,90,203); }
td.TdClassName
{
border-color: #9C5ACB;
}
.TagClassName
{
border-color: #9C5ACB;
}
</style>