Shades of Amethyst #9D51ED
Tints of Amethyst #9D51ED
RGB
CMYK
RGB Variations
Color information
#9D51ED (or 0x9D51ED) is known color: Amethyst. HEX triplet: 9D, 51 and ED. RGB value is (157,81,237). Sum of RGB (Red+Green+Blue) = 157+81+237=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D51ED is #62AE12. Grayscale: #787878. Windows color (decimal): -6467091 or 15552925. OLE color: 15552925.
HSL color Cylindrical-coordinate representation of color #9D51ED: hue angle of 269.23º degrees, saturation: 0.81, 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 #9D51ED is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 81 | 237 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.07 |
| HSL | 269.23º | 0.81% | 0.62% | - |
| HSV(B) | 269.23º | 0.66% | 0.93% | - |
| XYZ | 32.13 | 19.17 | 82.13 | - |
| YUV | 121.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 237 | 0.34 | 0.66 | 0 | 0.07 | 269.23 | 0.81 | 0.62 |
| Hex | 9D | 51 | ED | 22 | 42 | 0 | 7 | 10D | 51 | 3E |
| Octal | 235 | 121 | 355 | 42 | 102 | 0 | 7 | 415 | 121 | 76 |
| Binary | 10011101 | 1010001 | 11101101 | 100010 | 1000010 | 0 | 111 | 100001101 | 1010001 | 111110 |
Color Harmonies of #9D51ED
Complementary color
Monochromatic Colors of #9D51ED
Black with #9D51ED
Text Example
Text Example
White with #9D51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D51ED; }
p { color: rgb(157,81,237); }
H1.HeaderClassName
{
color: #9D51ED;
}
.AnyTagClassName
{
color: #9D51ED;
}
</style>
background-color css
<style>
a { background-color: #9D51ED; }
a { background-color: rgb(157,81,237); }
div.DivClassName
{
background-color: #9D51ED;
}
.BgClassName
{
background-color: #9D51ED;
}
</style>
border-color css
<style>
span { border-color: #9D51ED; }
span { border-color: rgb(157,81,237); }
td.TdClassName
{
border-color: #9D51ED;
}
.TagClassName
{
border-color: #9D51ED;
}
</style>