Shades of Amethyst #9D50EB
Tints of Amethyst #9D50EB
RGB
CMYK
RGB Variations
Color information
#9D50EB (or 0x9D50EB) is known color: Amethyst. HEX triplet: 9D, 50 and EB. RGB value is (157,80,235). Sum of RGB (Red+Green+Blue) = 157+80+235=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D50EB is #62AF14. Grayscale: #787878. Windows color (decimal): -6467349 or 15421597. OLE color: 15421597.
HSL color Cylindrical-coordinate representation of color #9D50EB: hue angle of 269.81º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D50EB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 80 | 235 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.08 |
| HSL | 269.81º | 0.79% | 0.62% | - |
| HSV(B) | 269.81º | 0.66% | 0.92% | - |
| XYZ | 31.77 | 18.9 | 80.57 | - |
| YUV | 120.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 235 | 0.33 | 0.66 | 0 | 0.08 | 269.81 | 0.79 | 0.62 |
| Hex | 9D | 50 | EB | 21 | 42 | 0 | 8 | 10E | 4F | 3E |
| Octal | 235 | 120 | 353 | 41 | 102 | 0 | 10 | 416 | 117 | 76 |
| Binary | 10011101 | 1010000 | 11101011 | 100001 | 1000010 | 0 | 1000 | 100001110 | 1001111 | 111110 |
Color Harmonies of #9D50EB
Complementary color
Monochromatic Colors of #9D50EB
Black with #9D50EB
Text Example
Text Example
White with #9D50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D50EB; }
p { color: rgb(157,80,235); }
H1.HeaderClassName
{
color: #9D50EB;
}
.AnyTagClassName
{
color: #9D50EB;
}
</style>
background-color css
<style>
a { background-color: #9D50EB; }
a { background-color: rgb(157,80,235); }
div.DivClassName
{
background-color: #9D50EB;
}
.BgClassName
{
background-color: #9D50EB;
}
</style>
border-color css
<style>
span { border-color: #9D50EB; }
span { border-color: rgb(157,80,235); }
td.TdClassName
{
border-color: #9D50EB;
}
.TagClassName
{
border-color: #9D50EB;
}
</style>