Shades of Amethyst #9F60DC
Tints of Amethyst #9F60DC
RGB
CMYK
RGB Variations
Color information
#9F60DC (or 0x9F60DC) is known color: Amethyst. HEX triplet: 9F, 60 and DC. RGB value is (159,96,220). Sum of RGB (Red+Green+Blue) = 159+96+220=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60DC is #609F23. Grayscale: #808080. Windows color (decimal): -6332196 or 14442655. OLE color: 14442655.
HSL color Cylindrical-coordinate representation of color #9F60DC: hue angle of 270.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F60DC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 96 | 220 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.14 |
| HSL | 270.48º | 0.64% | 0.62% | - |
| HSV(B) | 270.48º | 0.56% | 0.86% | - |
| XYZ | 31.4 | 20.9 | 70.09 | - |
| YUV | 128.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 220 | 0.28 | 0.56 | 0 | 0.14 | 270.48 | 0.64 | 0.62 |
| Hex | 9F | 60 | DC | 1C | 38 | 0 | E | 10E | 40 | 3E |
| Octal | 237 | 140 | 334 | 34 | 70 | 0 | 16 | 416 | 100 | 76 |
| Binary | 10011111 | 1100000 | 11011100 | 11100 | 111000 | 0 | 1110 | 100001110 | 1000000 | 111110 |
Color Harmonies of #9F60DC
Complementary color
Monochromatic Colors of #9F60DC
Black with #9F60DC
Text Example
Text Example
White with #9F60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60DC; }
p { color: rgb(159,96,220); }
H1.HeaderClassName
{
color: #9F60DC;
}
.AnyTagClassName
{
color: #9F60DC;
}
</style>
background-color css
<style>
a { background-color: #9F60DC; }
a { background-color: rgb(159,96,220); }
div.DivClassName
{
background-color: #9F60DC;
}
.BgClassName
{
background-color: #9F60DC;
}
</style>
border-color css
<style>
span { border-color: #9F60DC; }
span { border-color: rgb(159,96,220); }
td.TdClassName
{
border-color: #9F60DC;
}
.TagClassName
{
border-color: #9F60DC;
}
</style>