Shades of Amethyst #9F5FDC
Tints of Amethyst #9F5FDC
RGB
CMYK
RGB Variations
Color information
#9F5FDC (or 0x9F5FDC) is known color: Amethyst. HEX triplet: 9F, 5F and DC. RGB value is (159,95,220). Sum of RGB (Red+Green+Blue) = 159+95+220=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FDC is #60A023. Grayscale: #7F7F7F. Windows color (decimal): -6332452 or 14442399. OLE color: 14442399.
HSL color Cylindrical-coordinate representation of color #9F5FDC: hue angle of 270.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5FDC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 95 | 220 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.14 |
| HSL | 270.72º | 0.64% | 0.62% | - |
| HSV(B) | 270.72º | 0.57% | 0.86% | - |
| XYZ | 31.31 | 20.72 | 70.06 | - |
| YUV | 128.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 220 | 0.28 | 0.57 | 0 | 0.14 | 270.72 | 0.64 | 0.62 |
| Hex | 9F | 5F | DC | 1C | 39 | 0 | E | 10F | 40 | 3E |
| Octal | 237 | 137 | 334 | 34 | 71 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10011111 | 1011111 | 11011100 | 11100 | 111001 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #9F5FDC
Complementary color
Monochromatic Colors of #9F5FDC
Black with #9F5FDC
Text Example
Text Example
White with #9F5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FDC; }
p { color: rgb(159,95,220); }
H1.HeaderClassName
{
color: #9F5FDC;
}
.AnyTagClassName
{
color: #9F5FDC;
}
</style>
background-color css
<style>
a { background-color: #9F5FDC; }
a { background-color: rgb(159,95,220); }
div.DivClassName
{
background-color: #9F5FDC;
}
.BgClassName
{
background-color: #9F5FDC;
}
</style>
border-color css
<style>
span { border-color: #9F5FDC; }
span { border-color: rgb(159,95,220); }
td.TdClassName
{
border-color: #9F5FDC;
}
.TagClassName
{
border-color: #9F5FDC;
}
</style>