Shades of Amethyst #9F4FEC
Tints of Amethyst #9F4FEC
RGB
CMYK
RGB Variations
Color information
#9F4FEC (or 0x9F4FEC) is known color: Amethyst. HEX triplet: 9F, 4F and EC. RGB value is (159,79,236). Sum of RGB (Red+Green+Blue) = 159+79+236=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4FEC is #60B013. Grayscale: #787878. Windows color (decimal): -6336532 or 15486879. OLE color: 15486879.
HSL color Cylindrical-coordinate representation of color #9F4FEC: hue angle of 270.57º degrees, saturation: 0.81, 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 #9F4FEC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 79 | 236 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.07 |
| HSL | 270.57º | 0.81% | 0.62% | - |
| HSV(B) | 270.57º | 0.67% | 0.93% | - |
| XYZ | 32.23 | 19.02 | 81.33 | - |
| YUV | 120.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 236 | 0.33 | 0.67 | 0 | 0.07 | 270.57 | 0.81 | 0.62 |
| Hex | 9F | 4F | EC | 21 | 43 | 0 | 7 | 10F | 51 | 3E |
| Octal | 237 | 117 | 354 | 41 | 103 | 0 | 7 | 417 | 121 | 76 |
| Binary | 10011111 | 1001111 | 11101100 | 100001 | 1000011 | 0 | 111 | 100001111 | 1010001 | 111110 |
Color Harmonies of #9F4FEC
Complementary color
Monochromatic Colors of #9F4FEC
Black with #9F4FEC
Text Example
Text Example
White with #9F4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FEC; }
p { color: rgb(159,79,236); }
H1.HeaderClassName
{
color: #9F4FEC;
}
.AnyTagClassName
{
color: #9F4FEC;
}
</style>
background-color css
<style>
a { background-color: #9F4FEC; }
a { background-color: rgb(159,79,236); }
div.DivClassName
{
background-color: #9F4FEC;
}
.BgClassName
{
background-color: #9F4FEC;
}
</style>
border-color css
<style>
span { border-color: #9F4FEC; }
span { border-color: rgb(159,79,236); }
td.TdClassName
{
border-color: #9F4FEC;
}
.TagClassName
{
border-color: #9F4FEC;
}
</style>