Shades of Amethyst #9D52EA
Tints of Amethyst #9D52EA
RGB
CMYK
RGB Variations
Color information
#9D52EA (or 0x9D52EA) is known color: Amethyst. HEX triplet: 9D, 52 and EA. RGB value is (157,82,234). Sum of RGB (Red+Green+Blue) = 157+82+234=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 82 (32.42% from 255 or 17.34% 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 #9D52EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52EA is #62AD15. Grayscale: #797979. Windows color (decimal): -6466838 or 15356573. OLE color: 15356573.
HSL color Cylindrical-coordinate representation of color #9D52EA: hue angle of 269.61º 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 #9D52EA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 82 | 234 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.08 |
| HSL | 269.61º | 0.78% | 0.62% | - |
| HSV(B) | 269.61º | 0.65% | 0.92% | - |
| XYZ | 31.77 | 19.14 | 79.86 | - |
| YUV | 121.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 234 | 0.33 | 0.65 | 0 | 0.08 | 269.61 | 0.78 | 0.62 |
| Hex | 9D | 52 | EA | 21 | 41 | 0 | 8 | 10E | 4E | 3E |
| Octal | 235 | 122 | 352 | 41 | 101 | 0 | 10 | 416 | 116 | 76 |
| Binary | 10011101 | 1010010 | 11101010 | 100001 | 1000001 | 0 | 1000 | 100001110 | 1001110 | 111110 |
Color Harmonies of #9D52EA
Complementary color
Monochromatic Colors of #9D52EA
Black with #9D52EA
Text Example
Text Example
White with #9D52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52EA; }
p { color: rgb(157,82,234); }
H1.HeaderClassName
{
color: #9D52EA;
}
.AnyTagClassName
{
color: #9D52EA;
}
</style>
background-color css
<style>
a { background-color: #9D52EA; }
a { background-color: rgb(157,82,234); }
div.DivClassName
{
background-color: #9D52EA;
}
.BgClassName
{
background-color: #9D52EA;
}
</style>
border-color css
<style>
span { border-color: #9D52EA; }
span { border-color: rgb(157,82,234); }
td.TdClassName
{
border-color: #9D52EA;
}
.TagClassName
{
border-color: #9D52EA;
}
</style>