Shades of Amethyst #9F4EEE
Tints of Amethyst #9F4EEE
RGB
CMYK
RGB Variations
Color information
#9F4EEE (or 0x9F4EEE) is known color: Amethyst. HEX triplet: 9F, 4E and EE. RGB value is (159,78,238). Sum of RGB (Red+Green+Blue) = 159+78+238=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4EEE is #60B111. Grayscale: #777777. Windows color (decimal): -6336786 or 15617695. OLE color: 15617695.
HSL color Cylindrical-coordinate representation of color #9F4EEE: hue angle of 270.38º degrees, saturation: 0.82, 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 #9F4EEE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 78 | 238 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.07 |
| HSL | 270.38º | 0.82% | 0.62% | - |
| HSV(B) | 270.38º | 0.67% | 0.93% | - |
| XYZ | 32.46 | 18.99 | 82.84 | - |
| YUV | 120.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 238 | 0.33 | 0.67 | 0 | 0.07 | 270.38 | 0.82 | 0.62 |
| Hex | 9F | 4E | EE | 21 | 43 | 0 | 7 | 10E | 52 | 3E |
| Octal | 237 | 116 | 356 | 41 | 103 | 0 | 7 | 416 | 122 | 76 |
| Binary | 10011111 | 1001110 | 11101110 | 100001 | 1000011 | 0 | 111 | 100001110 | 1010010 | 111110 |
Color Harmonies of #9F4EEE
Complementary color
Monochromatic Colors of #9F4EEE
Black with #9F4EEE
Text Example
Text Example
White with #9F4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EEE; }
p { color: rgb(159,78,238); }
H1.HeaderClassName
{
color: #9F4EEE;
}
.AnyTagClassName
{
color: #9F4EEE;
}
</style>
background-color css
<style>
a { background-color: #9F4EEE; }
a { background-color: rgb(159,78,238); }
div.DivClassName
{
background-color: #9F4EEE;
}
.BgClassName
{
background-color: #9F4EEE;
}
</style>
border-color css
<style>
span { border-color: #9F4EEE; }
span { border-color: rgb(159,78,238); }
td.TdClassName
{
border-color: #9F4EEE;
}
.TagClassName
{
border-color: #9F4EEE;
}
</style>