Shades of Amethyst #9C54D9
Tints of Amethyst #9C54D9
RGB
CMYK
RGB Variations
Color information
#9C54D9 (or 0x9C54D9) is known color: Amethyst. HEX triplet: 9C, 54 and D9. RGB value is (156,84,217). Sum of RGB (Red+Green+Blue) = 156+84+217=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C54D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54D9 is #63AB26. Grayscale: #787878. Windows color (decimal): -6531879 or 14242972. OLE color: 14242972.
HSL color Cylindrical-coordinate representation of color #9C54D9: hue angle of 272.48º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C54D9 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 84 | 217 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.15 |
| HSL | 272.48º | 0.64% | 0.59% | - |
| HSV(B) | 272.48º | 0.61% | 0.85% | - |
| XYZ | 29.41 | 18.42 | 67.65 | - |
| YUV | 120.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 217 | 0.28 | 0.61 | 0 | 0.15 | 272.48 | 0.64 | 0.59 |
| Hex | 9C | 54 | D9 | 1C | 3D | 0 | F | 110 | 40 | 3B |
| Octal | 234 | 124 | 331 | 34 | 75 | 0 | 17 | 420 | 100 | 73 |
| Binary | 10011100 | 1010100 | 11011001 | 11100 | 111101 | 0 | 1111 | 100010000 | 1000000 | 111011 |
Color Harmonies of #9C54D9
Complementary color
Monochromatic Colors of #9C54D9
Black with #9C54D9
Text Example
Text Example
White with #9C54D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54D9; }
p { color: rgb(156,84,217); }
H1.HeaderClassName
{
color: #9C54D9;
}
.AnyTagClassName
{
color: #9C54D9;
}
</style>
background-color css
<style>
a { background-color: #9C54D9; }
a { background-color: rgb(156,84,217); }
div.DivClassName
{
background-color: #9C54D9;
}
.BgClassName
{
background-color: #9C54D9;
}
</style>
border-color css
<style>
span { border-color: #9C54D9; }
span { border-color: rgb(156,84,217); }
td.TdClassName
{
border-color: #9C54D9;
}
.TagClassName
{
border-color: #9C54D9;
}
</style>