Shades of Amethyst #9C5BC9
Tints of Amethyst #9C5BC9
RGB
CMYK
RGB Variations
Color information
#9C5BC9 (or 0x9C5BC9) is known color: Amethyst. HEX triplet: 9C, 5B and C9. RGB value is (156,91,201). Sum of RGB (Red+Green+Blue) = 156+91+201=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C5BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BC9 is #63A436. Grayscale: #7A7A7A. Windows color (decimal): -6530103 or 13196188. OLE color: 13196188.
HSL color Cylindrical-coordinate representation of color #9C5BC9: hue angle of 275.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5BC9 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 91 | 201 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.21 |
| HSL | 275.45º | 0.5% | 0.57% | - |
| HSV(B) | 275.45º | 0.55% | 0.79% | - |
| XYZ | 27.99 | 18.77 | 57.41 | - |
| YUV | 122.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 201 | 0.22 | 0.55 | 0 | 0.21 | 275.45 | 0.5 | 0.57 |
| Hex | 9C | 5B | C9 | 16 | 37 | 0 | 15 | 113 | 32 | 39 |
| Octal | 234 | 133 | 311 | 26 | 67 | 0 | 25 | 423 | 62 | 71 |
| Binary | 10011100 | 1011011 | 11001001 | 10110 | 110111 | 0 | 10101 | 100010011 | 110010 | 111001 |
Color Harmonies of #9C5BC9
Complementary color
Monochromatic Colors of #9C5BC9
Black with #9C5BC9
Text Example
Text Example
White with #9C5BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5BC9; }
p { color: rgb(156,91,201); }
H1.HeaderClassName
{
color: #9C5BC9;
}
.AnyTagClassName
{
color: #9C5BC9;
}
</style>
background-color css
<style>
a { background-color: #9C5BC9; }
a { background-color: rgb(156,91,201); }
div.DivClassName
{
background-color: #9C5BC9;
}
.BgClassName
{
background-color: #9C5BC9;
}
</style>
border-color css
<style>
span { border-color: #9C5BC9; }
span { border-color: rgb(156,91,201); }
td.TdClassName
{
border-color: #9C5BC9;
}
.TagClassName
{
border-color: #9C5BC9;
}
</style>