Shades of Amethyst #9C53EA
Tints of Amethyst #9C53EA
RGB
CMYK
RGB Variations
Color information
#9C53EA (or 0x9C53EA) is known color: Amethyst. HEX triplet: 9C, 53 and EA. RGB value is (156,83,234). Sum of RGB (Red+Green+Blue) = 156+83+234=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53EA is #63AC15. Grayscale: #797979. Windows color (decimal): -6532118 or 15356828. OLE color: 15356828.
HSL color Cylindrical-coordinate representation of color #9C53EA: hue angle of 269.01º degrees, saturation: 0.78, 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 #9C53EA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 83 | 234 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.08 |
| HSL | 269.01º | 0.78% | 0.62% | - |
| HSV(B) | 269.01º | 0.65% | 0.92% | - |
| XYZ | 31.65 | 19.19 | 79.88 | - |
| YUV | 122.04 | 191.18 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 234 | 0.33 | 0.65 | 0 | 0.08 | 269.01 | 0.78 | 0.62 |
| Hex | 9C | 53 | EA | 21 | 41 | 0 | 8 | 10D | 4E | 3E |
| Octal | 234 | 123 | 352 | 41 | 101 | 0 | 10 | 415 | 116 | 76 |
| Binary | 10011100 | 1010011 | 11101010 | 100001 | 1000001 | 0 | 1000 | 100001101 | 1001110 | 111110 |
Color Harmonies of #9C53EA
Complementary color
Monochromatic Colors of #9C53EA
Black with #9C53EA
Text Example
Text Example
White with #9C53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C53EA; }
p { color: rgb(156,83,234); }
H1.HeaderClassName
{
color: #9C53EA;
}
.AnyTagClassName
{
color: #9C53EA;
}
</style>
background-color css
<style>
a { background-color: #9C53EA; }
a { background-color: rgb(156,83,234); }
div.DivClassName
{
background-color: #9C53EA;
}
.BgClassName
{
background-color: #9C53EA;
}
</style>
border-color css
<style>
span { border-color: #9C53EA; }
span { border-color: rgb(156,83,234); }
td.TdClassName
{
border-color: #9C53EA;
}
.TagClassName
{
border-color: #9C53EA;
}
</style>