Shades of Amethyst #9F4FEF
Tints of Amethyst #9F4FEF
RGB
CMYK
RGB Variations
Color information
#9F4FEF (or 0x9F4FEF) is known color: Amethyst. HEX triplet: 9F, 4F and EF. RGB value is (159,79,239). Sum of RGB (Red+Green+Blue) = 159+79+239=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F4FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4FEF is #60B010. Grayscale: #787878. Windows color (decimal): -6336529 or 15683487. OLE color: 15683487.
HSL color Cylindrical-coordinate representation of color #9F4FEF: hue angle of 270º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F4FEF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 79 | 239 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270º | 0.83% | 0.62% | - |
| HSV(B) | 270º | 0.67% | 0.94% | - |
| XYZ | 32.67 | 19.19 | 83.64 | - |
| YUV | 121.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 239 | 0.33 | 0.67 | 0 | 0.06 | 270 | 0.83 | 0.62 |
| Hex | 9F | 4F | EF | 21 | 43 | 0 | 6 | 10E | 53 | 3E |
| Octal | 237 | 117 | 357 | 41 | 103 | 0 | 6 | 416 | 123 | 76 |
| Binary | 10011111 | 1001111 | 11101111 | 100001 | 1000011 | 0 | 110 | 100001110 | 1010011 | 111110 |
Color Harmonies of #9F4FEF
Complementary color
Monochromatic Colors of #9F4FEF
Black with #9F4FEF
Text Example
Text Example
White with #9F4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FEF; }
p { color: rgb(159,79,239); }
H1.HeaderClassName
{
color: #9F4FEF;
}
.AnyTagClassName
{
color: #9F4FEF;
}
</style>
background-color css
<style>
a { background-color: #9F4FEF; }
a { background-color: rgb(159,79,239); }
div.DivClassName
{
background-color: #9F4FEF;
}
.BgClassName
{
background-color: #9F4FEF;
}
</style>
border-color css
<style>
span { border-color: #9F4FEF; }
span { border-color: rgb(159,79,239); }
td.TdClassName
{
border-color: #9F4FEF;
}
.TagClassName
{
border-color: #9F4FEF;
}
</style>