Shades of Amethyst #9C5CCA
Tints of Amethyst #9C5CCA
RGB
CMYK
RGB Variations
Color information
#9C5CCA (or 0x9C5CCA) is known color: Amethyst. HEX triplet: 9C, 5C and CA. RGB value is (156,92,202). Sum of RGB (Red+Green+Blue) = 156+92+202=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C5CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CCA is #63A335. Grayscale: #7B7B7B. Windows color (decimal): -6529846 or 13261980. OLE color: 13261980.
HSL color Cylindrical-coordinate representation of color #9C5CCA: hue angle of 274.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5CCA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 92 | 202 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.21 |
| HSL | 274.91º | 0.51% | 0.58% | - |
| HSV(B) | 274.91º | 0.54% | 0.79% | - |
| XYZ | 28.2 | 18.99 | 58.06 | - |
| YUV | 123.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 202 | 0.23 | 0.54 | 0 | 0.21 | 274.91 | 0.51 | 0.58 |
| Hex | 9C | 5C | CA | 17 | 36 | 0 | 15 | 113 | 33 | 3A |
| Octal | 234 | 134 | 312 | 27 | 66 | 0 | 25 | 423 | 63 | 72 |
| Binary | 10011100 | 1011100 | 11001010 | 10111 | 110110 | 0 | 10101 | 100010011 | 110011 | 111010 |
Color Harmonies of #9C5CCA
Complementary color
Monochromatic Colors of #9C5CCA
Black with #9C5CCA
Text Example
Text Example
White with #9C5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CCA; }
p { color: rgb(156,92,202); }
H1.HeaderClassName
{
color: #9C5CCA;
}
.AnyTagClassName
{
color: #9C5CCA;
}
</style>
background-color css
<style>
a { background-color: #9C5CCA; }
a { background-color: rgb(156,92,202); }
div.DivClassName
{
background-color: #9C5CCA;
}
.BgClassName
{
background-color: #9C5CCA;
}
</style>
border-color css
<style>
span { border-color: #9C5CCA; }
span { border-color: rgb(156,92,202); }
td.TdClassName
{
border-color: #9C5CCA;
}
.TagClassName
{
border-color: #9C5CCA;
}
</style>