Shades of Amethyst #9F51DE
Tints of Amethyst #9F51DE
RGB
CMYK
RGB Variations
Color information
#9F51DE (or 0x9F51DE) is known color: Amethyst. HEX triplet: 9F, 51 and DE. RGB value is (159,81,222). Sum of RGB (Red+Green+Blue) = 159+81+222=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F51DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51DE is #60AE21. Grayscale: #777777. Windows color (decimal): -6336034 or 14569887. OLE color: 14569887.
HSL color Cylindrical-coordinate representation of color #9F51DE: hue angle of 273.19º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F51DE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 81 | 222 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.13 |
| HSL | 273.19º | 0.68% | 0.59% | - |
| HSV(B) | 273.19º | 0.64% | 0.87% | - |
| XYZ | 30.43 | 18.53 | 71.08 | - |
| YUV | 120.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 222 | 0.28 | 0.64 | 0 | 0.13 | 273.19 | 0.68 | 0.59 |
| Hex | 9F | 51 | DE | 1C | 40 | 0 | D | 111 | 44 | 3B |
| Octal | 237 | 121 | 336 | 34 | 100 | 0 | 15 | 421 | 104 | 73 |
| Binary | 10011111 | 1010001 | 11011110 | 11100 | 1000000 | 0 | 1101 | 100010001 | 1000100 | 111011 |
Color Harmonies of #9F51DE
Complementary color
Monochromatic Colors of #9F51DE
Black with #9F51DE
Text Example
Text Example
White with #9F51DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51DE; }
p { color: rgb(159,81,222); }
H1.HeaderClassName
{
color: #9F51DE;
}
.AnyTagClassName
{
color: #9F51DE;
}
</style>
background-color css
<style>
a { background-color: #9F51DE; }
a { background-color: rgb(159,81,222); }
div.DivClassName
{
background-color: #9F51DE;
}
.BgClassName
{
background-color: #9F51DE;
}
</style>
border-color css
<style>
span { border-color: #9F51DE; }
span { border-color: rgb(159,81,222); }
td.TdClassName
{
border-color: #9F51DE;
}
.TagClassName
{
border-color: #9F51DE;
}
</style>