Shades of Amethyst #9C51EC
Tints of Amethyst #9C51EC
RGB
CMYK
RGB Variations
Color information
#9C51EC (or 0x9C51EC) is known color: Amethyst. HEX triplet: 9C, 51 and EC. RGB value is (156,81,236). Sum of RGB (Red+Green+Blue) = 156+81+236=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C51EC is #63AE13. Grayscale: #787878. Windows color (decimal): -6532628 or 15487388. OLE color: 15487388.
HSL color Cylindrical-coordinate representation of color #9C51EC: hue angle of 269.03º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C51EC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 81 | 236 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.07 |
| HSL | 269.03º | 0.8% | 0.62% | - |
| HSV(B) | 269.03º | 0.66% | 0.93% | - |
| XYZ | 31.79 | 19.01 | 81.35 | - |
| YUV | 121.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 236 | 0.34 | 0.66 | 0 | 0.07 | 269.03 | 0.8 | 0.62 |
| Hex | 9C | 51 | EC | 22 | 42 | 0 | 7 | 10D | 50 | 3E |
| Octal | 234 | 121 | 354 | 42 | 102 | 0 | 7 | 415 | 120 | 76 |
| Binary | 10011100 | 1010001 | 11101100 | 100010 | 1000010 | 0 | 111 | 100001101 | 1010000 | 111110 |
Color Harmonies of #9C51EC
Complementary color
Monochromatic Colors of #9C51EC
Black with #9C51EC
Text Example
Text Example
White with #9C51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C51EC; }
p { color: rgb(156,81,236); }
H1.HeaderClassName
{
color: #9C51EC;
}
.AnyTagClassName
{
color: #9C51EC;
}
</style>
background-color css
<style>
a { background-color: #9C51EC; }
a { background-color: rgb(156,81,236); }
div.DivClassName
{
background-color: #9C51EC;
}
.BgClassName
{
background-color: #9C51EC;
}
</style>
border-color css
<style>
span { border-color: #9C51EC; }
span { border-color: rgb(156,81,236); }
td.TdClassName
{
border-color: #9C51EC;
}
.TagClassName
{
border-color: #9C51EC;
}
</style>