Shades of Amethyst #9C5AD0
Tints of Amethyst #9C5AD0
RGB
CMYK
RGB Variations
Color information
#9C5AD0 (or 0x9C5AD0) is known color: Amethyst. HEX triplet: 9C, 5A and D0. RGB value is (156,90,208). Sum of RGB (Red+Green+Blue) = 156+90+208=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C5AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5AD0 is #63A52F. Grayscale: #7A7A7A. Windows color (decimal): -6530352 or 13654684. OLE color: 13654684.
HSL color Cylindrical-coordinate representation of color #9C5AD0: hue angle of 273.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5AD0 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 90 | 208 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.18 |
| HSL | 273.56º | 0.56% | 0.58% | - |
| HSV(B) | 273.56º | 0.57% | 0.82% | - |
| XYZ | 28.75 | 18.93 | 61.81 | - |
| YUV | 123.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 208 | 0.25 | 0.57 | 0 | 0.18 | 273.56 | 0.56 | 0.58 |
| Hex | 9C | 5A | D0 | 19 | 39 | 0 | 12 | 112 | 38 | 3A |
| Octal | 234 | 132 | 320 | 31 | 71 | 0 | 22 | 422 | 70 | 72 |
| Binary | 10011100 | 1011010 | 11010000 | 11001 | 111001 | 0 | 10010 | 100010010 | 111000 | 111010 |
Color Harmonies of #9C5AD0
Complementary color
Monochromatic Colors of #9C5AD0
Black with #9C5AD0
Text Example
Text Example
White with #9C5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AD0; }
p { color: rgb(156,90,208); }
H1.HeaderClassName
{
color: #9C5AD0;
}
.AnyTagClassName
{
color: #9C5AD0;
}
</style>
background-color css
<style>
a { background-color: #9C5AD0; }
a { background-color: rgb(156,90,208); }
div.DivClassName
{
background-color: #9C5AD0;
}
.BgClassName
{
background-color: #9C5AD0;
}
</style>
border-color css
<style>
span { border-color: #9C5AD0; }
span { border-color: rgb(156,90,208); }
td.TdClassName
{
border-color: #9C5AD0;
}
.TagClassName
{
border-color: #9C5AD0;
}
</style>