Shades of Amethyst #9F6ED0
Tints of Amethyst #9F6ED0
RGB
CMYK
RGB Variations
Color information
#9F6ED0 (or 0x9F6ED0) is known color: Amethyst. HEX triplet: 9F, 6E and D0. RGB value is (159,110,208). Sum of RGB (Red+Green+Blue) = 159+110+208=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ED0 is #60912F. Grayscale: #878787. Windows color (decimal): -6328624 or 13659807. OLE color: 13659807.
HSL color Cylindrical-coordinate representation of color #9F6ED0: hue angle of 270º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F6ED0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 110 | 208 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.18 |
| HSL | 270º | 0.51% | 0.62% | - |
| HSV(B) | 270º | 0.47% | 0.82% | - |
| XYZ | 31.26 | 23.08 | 62.48 | - |
| YUV | 135.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 208 | 0.24 | 0.47 | 0 | 0.18 | 270 | 0.51 | 0.62 |
| Hex | 9F | 6E | D0 | 18 | 2F | 0 | 12 | 10E | 33 | 3E |
| Octal | 237 | 156 | 320 | 30 | 57 | 0 | 22 | 416 | 63 | 76 |
| Binary | 10011111 | 1101110 | 11010000 | 11000 | 101111 | 0 | 10010 | 100001110 | 110011 | 111110 |
Color Harmonies of #9F6ED0
Complementary color
Monochromatic Colors of #9F6ED0
Black with #9F6ED0
Text Example
Text Example
White with #9F6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6ED0; }
p { color: rgb(159,110,208); }
H1.HeaderClassName
{
color: #9F6ED0;
}
.AnyTagClassName
{
color: #9F6ED0;
}
</style>
background-color css
<style>
a { background-color: #9F6ED0; }
a { background-color: rgb(159,110,208); }
div.DivClassName
{
background-color: #9F6ED0;
}
.BgClassName
{
background-color: #9F6ED0;
}
</style>
border-color css
<style>
span { border-color: #9F6ED0; }
span { border-color: rgb(159,110,208); }
td.TdClassName
{
border-color: #9F6ED0;
}
.TagClassName
{
border-color: #9F6ED0;
}
</style>