Shades of Amethyst #9C52D6
Tints of Amethyst #9C52D6
RGB
CMYK
RGB Variations
Color information
#9C52D6 (or 0x9C52D6) is known color: Amethyst. HEX triplet: 9C, 52 and D6. RGB value is (156,82,214). Sum of RGB (Red+Green+Blue) = 156+82+214=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C52D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C52D6 is #63AD29. Grayscale: #767676. Windows color (decimal): -6532394 or 14045852. OLE color: 14045852.
HSL color Cylindrical-coordinate representation of color #9C52D6: hue angle of 273.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C52D6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 82 | 214 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.16 |
| HSL | 273.64º | 0.62% | 0.58% | - |
| HSV(B) | 273.64º | 0.62% | 0.84% | - |
| XYZ | 28.87 | 17.96 | 65.56 | - |
| YUV | 119.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 214 | 0.27 | 0.62 | 0 | 0.16 | 273.64 | 0.62 | 0.58 |
| Hex | 9C | 52 | D6 | 1B | 3E | 0 | 10 | 112 | 3E | 3A |
| Octal | 234 | 122 | 326 | 33 | 76 | 0 | 20 | 422 | 76 | 72 |
| Binary | 10011100 | 1010010 | 11010110 | 11011 | 111110 | 0 | 10000 | 100010010 | 111110 | 111010 |
Color Harmonies of #9C52D6
Complementary color
Monochromatic Colors of #9C52D6
Black with #9C52D6
Text Example
Text Example
White with #9C52D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C52D6; }
p { color: rgb(156,82,214); }
H1.HeaderClassName
{
color: #9C52D6;
}
.AnyTagClassName
{
color: #9C52D6;
}
</style>
background-color css
<style>
a { background-color: #9C52D6; }
a { background-color: rgb(156,82,214); }
div.DivClassName
{
background-color: #9C52D6;
}
.BgClassName
{
background-color: #9C52D6;
}
</style>
border-color css
<style>
span { border-color: #9C52D6; }
span { border-color: rgb(156,82,214); }
td.TdClassName
{
border-color: #9C52D6;
}
.TagClassName
{
border-color: #9C52D6;
}
</style>