Shades of Amethyst #9F5EDE
Tints of Amethyst #9F5EDE
RGB
CMYK
RGB Variations
Color information
#9F5EDE (or 0x9F5EDE) is known color: Amethyst. HEX triplet: 9F, 5E and DE. RGB value is (159,94,222). Sum of RGB (Red+Green+Blue) = 159+94+222=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EDE is #60A121. Grayscale: #7F7F7F. Windows color (decimal): -6332706 or 14573215. OLE color: 14573215.
HSL color Cylindrical-coordinate representation of color #9F5EDE: hue angle of 270.47º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5EDE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 94 | 222 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.13 |
| HSL | 270.47º | 0.66% | 0.62% | - |
| HSV(B) | 270.47º | 0.58% | 0.87% | - |
| XYZ | 31.49 | 20.65 | 71.43 | - |
| YUV | 128.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 222 | 0.28 | 0.58 | 0 | 0.13 | 270.47 | 0.66 | 0.62 |
| Hex | 9F | 5E | DE | 1C | 3A | 0 | D | 10E | 42 | 3E |
| Octal | 237 | 136 | 336 | 34 | 72 | 0 | 15 | 416 | 102 | 76 |
| Binary | 10011111 | 1011110 | 11011110 | 11100 | 111010 | 0 | 1101 | 100001110 | 1000010 | 111110 |
Color Harmonies of #9F5EDE
Complementary color
Monochromatic Colors of #9F5EDE
Black with #9F5EDE
Text Example
Text Example
White with #9F5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EDE; }
p { color: rgb(159,94,222); }
H1.HeaderClassName
{
color: #9F5EDE;
}
.AnyTagClassName
{
color: #9F5EDE;
}
</style>
background-color css
<style>
a { background-color: #9F5EDE; }
a { background-color: rgb(159,94,222); }
div.DivClassName
{
background-color: #9F5EDE;
}
.BgClassName
{
background-color: #9F5EDE;
}
</style>
border-color css
<style>
span { border-color: #9F5EDE; }
span { border-color: rgb(159,94,222); }
td.TdClassName
{
border-color: #9F5EDE;
}
.TagClassName
{
border-color: #9F5EDE;
}
</style>