Shades of Amethyst #9F50ED
Tints of Amethyst #9F50ED
RGB
CMYK
RGB Variations
Color information
#9F50ED (or 0x9F50ED) is known color: Amethyst. HEX triplet: 9F, 50 and ED. RGB value is (159,80,237). Sum of RGB (Red+Green+Blue) = 159+80+237=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50ED is #60AF12. Grayscale: #787878. Windows color (decimal): -6336275 or 15552671. OLE color: 15552671.
HSL color Cylindrical-coordinate representation of color #9F50ED: hue angle of 270.19º 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 #9F50ED is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 80 | 237 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.07 |
| HSL | 270.19º | 0.81% | 0.62% | - |
| HSV(B) | 270.19º | 0.66% | 0.93% | - |
| XYZ | 32.45 | 19.22 | 82.12 | - |
| YUV | 121.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 237 | 0.33 | 0.66 | 0 | 0.07 | 270.19 | 0.81 | 0.62 |
| Hex | 9F | 50 | ED | 21 | 42 | 0 | 7 | 10E | 51 | 3E |
| Octal | 237 | 120 | 355 | 41 | 102 | 0 | 7 | 416 | 121 | 76 |
| Binary | 10011111 | 1010000 | 11101101 | 100001 | 1000010 | 0 | 111 | 100001110 | 1010001 | 111110 |
Color Harmonies of #9F50ED
Complementary color
Monochromatic Colors of #9F50ED
Black with #9F50ED
Text Example
Text Example
White with #9F50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50ED; }
p { color: rgb(159,80,237); }
H1.HeaderClassName
{
color: #9F50ED;
}
.AnyTagClassName
{
color: #9F50ED;
}
</style>
background-color css
<style>
a { background-color: #9F50ED; }
a { background-color: rgb(159,80,237); }
div.DivClassName
{
background-color: #9F50ED;
}
.BgClassName
{
background-color: #9F50ED;
}
</style>
border-color css
<style>
span { border-color: #9F50ED; }
span { border-color: rgb(159,80,237); }
td.TdClassName
{
border-color: #9F50ED;
}
.TagClassName
{
border-color: #9F50ED;
}
</style>