Shades of Amethyst #9F50EB
Tints of Amethyst #9F50EB
RGB
CMYK
RGB Variations
Color information
#9F50EB (or 0x9F50EB) is known color: Amethyst. HEX triplet: 9F, 50 and EB. RGB value is (159,80,235). Sum of RGB (Red+Green+Blue) = 159+80+235=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50EB is #60AF14. Grayscale: #787878. Windows color (decimal): -6336277 or 15421599. OLE color: 15421599.
HSL color Cylindrical-coordinate representation of color #9F50EB: hue angle of 270.58º 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 #9F50EB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 80 | 235 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.08 |
| HSL | 270.58º | 0.79% | 0.62% | - |
| HSV(B) | 270.58º | 0.66% | 0.92% | - |
| XYZ | 32.16 | 19.11 | 80.59 | - |
| YUV | 121.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 235 | 0.32 | 0.66 | 0 | 0.08 | 270.58 | 0.79 | 0.62 |
| Hex | 9F | 50 | EB | 20 | 42 | 0 | 8 | 10F | 4F | 3E |
| Octal | 237 | 120 | 353 | 40 | 102 | 0 | 10 | 417 | 117 | 76 |
| Binary | 10011111 | 1010000 | 11101011 | 100000 | 1000010 | 0 | 1000 | 100001111 | 1001111 | 111110 |
Color Harmonies of #9F50EB
Complementary color
Monochromatic Colors of #9F50EB
Black with #9F50EB
Text Example
Text Example
White with #9F50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50EB; }
p { color: rgb(159,80,235); }
H1.HeaderClassName
{
color: #9F50EB;
}
.AnyTagClassName
{
color: #9F50EB;
}
</style>
background-color css
<style>
a { background-color: #9F50EB; }
a { background-color: rgb(159,80,235); }
div.DivClassName
{
background-color: #9F50EB;
}
.BgClassName
{
background-color: #9F50EB;
}
</style>
border-color css
<style>
span { border-color: #9F50EB; }
span { border-color: rgb(159,80,235); }
td.TdClassName
{
border-color: #9F50EB;
}
.TagClassName
{
border-color: #9F50EB;
}
</style>