Shades of Amethyst #9F5FDF
Tints of Amethyst #9F5FDF
RGB
CMYK
RGB Variations
Color information
#9F5FDF (or 0x9F5FDF) is known color: Amethyst. HEX triplet: 9F, 5F and DF. RGB value is (159,95,223). Sum of RGB (Red+Green+Blue) = 159+95+223=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FDF is #60A020. Grayscale: #808080. Windows color (decimal): -6332449 or 14639007. OLE color: 14639007.
HSL color Cylindrical-coordinate representation of color #9F5FDF: hue angle of 270º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5FDF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 95 | 223 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.13 |
| HSL | 270º | 0.67% | 0.62% | - |
| HSV(B) | 270º | 0.57% | 0.87% | - |
| XYZ | 31.71 | 20.88 | 72.17 | - |
| YUV | 128.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 223 | 0.29 | 0.57 | 0 | 0.13 | 270 | 0.67 | 0.62 |
| Hex | 9F | 5F | DF | 1D | 39 | 0 | D | 10E | 43 | 3E |
| Octal | 237 | 137 | 337 | 35 | 71 | 0 | 15 | 416 | 103 | 76 |
| Binary | 10011111 | 1011111 | 11011111 | 11101 | 111001 | 0 | 1101 | 100001110 | 1000011 | 111110 |
Color Harmonies of #9F5FDF
Complementary color
Monochromatic Colors of #9F5FDF
Black with #9F5FDF
Text Example
Text Example
White with #9F5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FDF; }
p { color: rgb(159,95,223); }
H1.HeaderClassName
{
color: #9F5FDF;
}
.AnyTagClassName
{
color: #9F5FDF;
}
</style>
background-color css
<style>
a { background-color: #9F5FDF; }
a { background-color: rgb(159,95,223); }
div.DivClassName
{
background-color: #9F5FDF;
}
.BgClassName
{
background-color: #9F5FDF;
}
</style>
border-color css
<style>
span { border-color: #9F5FDF; }
span { border-color: rgb(159,95,223); }
td.TdClassName
{
border-color: #9F5FDF;
}
.TagClassName
{
border-color: #9F5FDF;
}
</style>