Shades of Amethyst #9C54DD
Tints of Amethyst #9C54DD
RGB
CMYK
RGB Variations
Color information
#9C54DD (or 0x9C54DD) is known color: Amethyst. HEX triplet: 9C, 54 and DD. RGB value is (156,84,221). Sum of RGB (Red+Green+Blue) = 156+84+221=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54DD is #63AB22. Grayscale: #787878. Windows color (decimal): -6531875 or 14505116. OLE color: 14505116.
HSL color Cylindrical-coordinate representation of color #9C54DD: hue angle of 271.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C54DD is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 84 | 221 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.13 |
| HSL | 271.53º | 0.67% | 0.6% | - |
| HSV(B) | 271.53º | 0.62% | 0.87% | - |
| XYZ | 29.93 | 18.63 | 70.42 | - |
| YUV | 121.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 221 | 0.29 | 0.62 | 0 | 0.13 | 271.53 | 0.67 | 0.6 |
| Hex | 9C | 54 | DD | 1D | 3E | 0 | D | 110 | 43 | 3C |
| Octal | 234 | 124 | 335 | 35 | 76 | 0 | 15 | 420 | 103 | 74 |
| Binary | 10011100 | 1010100 | 11011101 | 11101 | 111110 | 0 | 1101 | 100010000 | 1000011 | 111100 |
Color Harmonies of #9C54DD
Complementary color
Monochromatic Colors of #9C54DD
Black with #9C54DD
Text Example
Text Example
White with #9C54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54DD; }
p { color: rgb(156,84,221); }
H1.HeaderClassName
{
color: #9C54DD;
}
.AnyTagClassName
{
color: #9C54DD;
}
</style>
background-color css
<style>
a { background-color: #9C54DD; }
a { background-color: rgb(156,84,221); }
div.DivClassName
{
background-color: #9C54DD;
}
.BgClassName
{
background-color: #9C54DD;
}
</style>
border-color css
<style>
span { border-color: #9C54DD; }
span { border-color: rgb(156,84,221); }
td.TdClassName
{
border-color: #9C54DD;
}
.TagClassName
{
border-color: #9C54DD;
}
</style>