Shades of Amethyst #9F60DF
Tints of Amethyst #9F60DF
RGB
CMYK
RGB Variations
Color information
#9F60DF (or 0x9F60DF) is known color: Amethyst. HEX triplet: 9F, 60 and DF. RGB value is (159,96,223). Sum of RGB (Red+Green+Blue) = 159+96+223=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60DF is #609F20. Grayscale: #808080. Windows color (decimal): -6332193 or 14639263. OLE color: 14639263.
HSL color Cylindrical-coordinate representation of color #9F60DF: hue angle of 269.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F60DF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 96 | 223 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.13 |
| HSL | 269.76º | 0.66% | 0.63% | - |
| HSV(B) | 269.76º | 0.57% | 0.87% | - |
| XYZ | 31.8 | 21.06 | 72.2 | - |
| YUV | 129.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 223 | 0.29 | 0.57 | 0 | 0.13 | 269.76 | 0.66 | 0.63 |
| Hex | 9F | 60 | DF | 1D | 39 | 0 | D | 10E | 42 | 3F |
| Octal | 237 | 140 | 337 | 35 | 71 | 0 | 15 | 416 | 102 | 77 |
| Binary | 10011111 | 1100000 | 11011111 | 11101 | 111001 | 0 | 1101 | 100001110 | 1000010 | 111111 |
Color Harmonies of #9F60DF
Complementary color
Monochromatic Colors of #9F60DF
Black with #9F60DF
Text Example
Text Example
White with #9F60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60DF; }
p { color: rgb(159,96,223); }
H1.HeaderClassName
{
color: #9F60DF;
}
.AnyTagClassName
{
color: #9F60DF;
}
</style>
background-color css
<style>
a { background-color: #9F60DF; }
a { background-color: rgb(159,96,223); }
div.DivClassName
{
background-color: #9F60DF;
}
.BgClassName
{
background-color: #9F60DF;
}
</style>
border-color css
<style>
span { border-color: #9F60DF; }
span { border-color: rgb(159,96,223); }
td.TdClassName
{
border-color: #9F60DF;
}
.TagClassName
{
border-color: #9F60DF;
}
</style>