Shades of Amethyst #9D4EED
Tints of Amethyst #9D4EED
RGB
CMYK
RGB Variations
Color information
#9D4EED (or 0x9D4EED) is known color: Amethyst. HEX triplet: 9D, 4E and ED. RGB value is (157,78,237). Sum of RGB (Red+Green+Blue) = 157+78+237=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4EED is #62B112. Grayscale: #777777. Windows color (decimal): -6467859 or 15552157. OLE color: 15552157.
HSL color Cylindrical-coordinate representation of color #9D4EED: hue angle of 269.81º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4EED is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 78 | 237 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.07 |
| HSL | 269.81º | 0.82% | 0.62% | - |
| HSV(B) | 269.81º | 0.67% | 0.93% | - |
| XYZ | 31.92 | 18.73 | 82.05 | - |
| YUV | 119.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 237 | 0.34 | 0.67 | 0 | 0.07 | 269.81 | 0.82 | 0.62 |
| Hex | 9D | 4E | ED | 22 | 43 | 0 | 7 | 10E | 52 | 3E |
| Octal | 235 | 116 | 355 | 42 | 103 | 0 | 7 | 416 | 122 | 76 |
| Binary | 10011101 | 1001110 | 11101101 | 100010 | 1000011 | 0 | 111 | 100001110 | 1010010 | 111110 |
Color Harmonies of #9D4EED
Complementary color
Monochromatic Colors of #9D4EED
Black with #9D4EED
Text Example
Text Example
White with #9D4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4EED; }
p { color: rgb(157,78,237); }
H1.HeaderClassName
{
color: #9D4EED;
}
.AnyTagClassName
{
color: #9D4EED;
}
</style>
background-color css
<style>
a { background-color: #9D4EED; }
a { background-color: rgb(157,78,237); }
div.DivClassName
{
background-color: #9D4EED;
}
.BgClassName
{
background-color: #9D4EED;
}
</style>
border-color css
<style>
span { border-color: #9D4EED; }
span { border-color: rgb(157,78,237); }
td.TdClassName
{
border-color: #9D4EED;
}
.TagClassName
{
border-color: #9D4EED;
}
</style>