Shades of Amethyst #9C53EB
Tints of Amethyst #9C53EB
RGB
CMYK
RGB Variations
Color information
#9C53EB (or 0x9C53EB) is known color: Amethyst. HEX triplet: 9C, 53 and EB. RGB value is (156,83,235). Sum of RGB (Red+Green+Blue) = 156+83+235=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53EB is #63AC14. Grayscale: #797979. Windows color (decimal): -6532117 or 15422364. OLE color: 15422364.
HSL color Cylindrical-coordinate representation of color #9C53EB: hue angle of 268.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C53EB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 83 | 235 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.08 |
| HSL | 268.82º | 0.79% | 0.62% | - |
| HSV(B) | 268.82º | 0.65% | 0.92% | - |
| XYZ | 31.8 | 19.25 | 80.64 | - |
| YUV | 122.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 235 | 0.34 | 0.65 | 0 | 0.08 | 268.82 | 0.79 | 0.62 |
| Hex | 9C | 53 | EB | 22 | 41 | 0 | 8 | 10D | 4F | 3E |
| Octal | 234 | 123 | 353 | 42 | 101 | 0 | 10 | 415 | 117 | 76 |
| Binary | 10011100 | 1010011 | 11101011 | 100010 | 1000001 | 0 | 1000 | 100001101 | 1001111 | 111110 |
Color Harmonies of #9C53EB
Complementary color
Monochromatic Colors of #9C53EB
Black with #9C53EB
Text Example
Text Example
White with #9C53EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C53EB; }
p { color: rgb(156,83,235); }
H1.HeaderClassName
{
color: #9C53EB;
}
.AnyTagClassName
{
color: #9C53EB;
}
</style>
background-color css
<style>
a { background-color: #9C53EB; }
a { background-color: rgb(156,83,235); }
div.DivClassName
{
background-color: #9C53EB;
}
.BgClassName
{
background-color: #9C53EB;
}
</style>
border-color css
<style>
span { border-color: #9C53EB; }
span { border-color: rgb(156,83,235); }
td.TdClassName
{
border-color: #9C53EB;
}
.TagClassName
{
border-color: #9C53EB;
}
</style>