Shades of Amethyst #9C5AD7
Tints of Amethyst #9C5AD7
RGB
CMYK
RGB Variations
Color information
#9C5AD7 (or 0x9C5AD7) is known color: Amethyst. HEX triplet: 9C, 5A and D7. RGB value is (156,90,215). Sum of RGB (Red+Green+Blue) = 156+90+215=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C5AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5AD7 is #63A528. Grayscale: #7B7B7B. Windows color (decimal): -6530345 or 14113436. OLE color: 14113436.
HSL color Cylindrical-coordinate representation of color #9C5AD7: hue angle of 271.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C5AD7 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 90 | 215 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.16 |
| HSL | 271.68º | 0.61% | 0.6% | - |
| HSV(B) | 271.68º | 0.58% | 0.84% | - |
| XYZ | 29.63 | 19.29 | 66.45 | - |
| YUV | 123.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 215 | 0.27 | 0.58 | 0 | 0.16 | 271.68 | 0.61 | 0.6 |
| Hex | 9C | 5A | D7 | 1B | 3A | 0 | 10 | 110 | 3D | 3C |
| Octal | 234 | 132 | 327 | 33 | 72 | 0 | 20 | 420 | 75 | 74 |
| Binary | 10011100 | 1011010 | 11010111 | 11011 | 111010 | 0 | 10000 | 100010000 | 111101 | 111100 |
Color Harmonies of #9C5AD7
Complementary color
Monochromatic Colors of #9C5AD7
Black with #9C5AD7
Text Example
Text Example
White with #9C5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AD7; }
p { color: rgb(156,90,215); }
H1.HeaderClassName
{
color: #9C5AD7;
}
.AnyTagClassName
{
color: #9C5AD7;
}
</style>
background-color css
<style>
a { background-color: #9C5AD7; }
a { background-color: rgb(156,90,215); }
div.DivClassName
{
background-color: #9C5AD7;
}
.BgClassName
{
background-color: #9C5AD7;
}
</style>
border-color css
<style>
span { border-color: #9C5AD7; }
span { border-color: rgb(156,90,215); }
td.TdClassName
{
border-color: #9C5AD7;
}
.TagClassName
{
border-color: #9C5AD7;
}
</style>