Shades of Amethyst #9C5BCC
Tints of Amethyst #9C5BCC
RGB
CMYK
RGB Variations
Color information
#9C5BCC (or 0x9C5BCC) is known color: Amethyst. HEX triplet: 9C, 5B and CC. RGB value is (156,91,204). Sum of RGB (Red+Green+Blue) = 156+91+204=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BCC is #63A433. Grayscale: #7A7A7A. Windows color (decimal): -6530100 or 13392796. OLE color: 13392796.
HSL color Cylindrical-coordinate representation of color #9C5BCC: hue angle of 274.51º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5BCC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 91 | 204 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.2 |
| HSL | 274.51º | 0.53% | 0.58% | - |
| HSV(B) | 274.51º | 0.55% | 0.8% | - |
| XYZ | 28.35 | 18.91 | 59.28 | - |
| YUV | 123.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 204 | 0.24 | 0.55 | 0 | 0.2 | 274.51 | 0.53 | 0.58 |
| Hex | 9C | 5B | CC | 18 | 37 | 0 | 14 | 113 | 35 | 3A |
| Octal | 234 | 133 | 314 | 30 | 67 | 0 | 24 | 423 | 65 | 72 |
| Binary | 10011100 | 1011011 | 11001100 | 11000 | 110111 | 0 | 10100 | 100010011 | 110101 | 111010 |
Color Harmonies of #9C5BCC
Complementary color
Monochromatic Colors of #9C5BCC
Black with #9C5BCC
Text Example
Text Example
White with #9C5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5BCC; }
p { color: rgb(156,91,204); }
H1.HeaderClassName
{
color: #9C5BCC;
}
.AnyTagClassName
{
color: #9C5BCC;
}
</style>
background-color css
<style>
a { background-color: #9C5BCC; }
a { background-color: rgb(156,91,204); }
div.DivClassName
{
background-color: #9C5BCC;
}
.BgClassName
{
background-color: #9C5BCC;
}
</style>
border-color css
<style>
span { border-color: #9C5BCC; }
span { border-color: rgb(156,91,204); }
td.TdClassName
{
border-color: #9C5BCC;
}
.TagClassName
{
border-color: #9C5BCC;
}
</style>