Shades of Amethyst #9C5CCB
Tints of Amethyst #9C5CCB
RGB
CMYK
RGB Variations
Color information
#9C5CCB (or 0x9C5CCB) is known color: Amethyst. HEX triplet: 9C, 5C and CB. RGB value is (156,92,203). Sum of RGB (Red+Green+Blue) = 156+92+203=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CCB is #63A334. Grayscale: #7B7B7B. Windows color (decimal): -6529845 or 13327516. OLE color: 13327516.
HSL color Cylindrical-coordinate representation of color #9C5CCB: hue angle of 274.59º degrees, saturation: 0.52, 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 #9C5CCB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 92 | 203 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.20 |
| HSL | 274.59º | 0.52% | 0.58% | - |
| HSV(B) | 274.59º | 0.55% | 0.8% | - |
| XYZ | 28.32 | 19.03 | 58.68 | - |
| YUV | 123.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 203 | 0.23 | 0.55 | 0 | 0.20 | 274.59 | 0.52 | 0.58 |
| Hex | 9C | 5C | CB | 17 | 37 | 0 | 14 | 113 | 34 | 3A |
| Octal | 234 | 134 | 313 | 27 | 67 | 0 | 24 | 423 | 64 | 72 |
| Binary | 10011100 | 1011100 | 11001011 | 10111 | 110111 | 0 | 10100 | 100010011 | 110100 | 111010 |
Color Harmonies of #9C5CCB
Complementary color
Monochromatic Colors of #9C5CCB
Black with #9C5CCB
Text Example
Text Example
White with #9C5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CCB; }
p { color: rgb(156,92,203); }
H1.HeaderClassName
{
color: #9C5CCB;
}
.AnyTagClassName
{
color: #9C5CCB;
}
</style>
background-color css
<style>
a { background-color: #9C5CCB; }
a { background-color: rgb(156,92,203); }
div.DivClassName
{
background-color: #9C5CCB;
}
.BgClassName
{
background-color: #9C5CCB;
}
</style>
border-color css
<style>
span { border-color: #9C5CCB; }
span { border-color: rgb(156,92,203); }
td.TdClassName
{
border-color: #9C5CCB;
}
.TagClassName
{
border-color: #9C5CCB;
}
</style>