Shades of Amethyst #9F55DC
Tints of Amethyst #9F55DC
RGB
CMYK
RGB Variations
Color information
#9F55DC (or 0x9F55DC) is known color: Amethyst. HEX triplet: 9F, 55 and DC. RGB value is (159,85,220). Sum of RGB (Red+Green+Blue) = 159+85+220=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55DC is #60AA23. Grayscale: #7A7A7A. Windows color (decimal): -6335012 or 14439839. OLE color: 14439839.
HSL color Cylindrical-coordinate representation of color #9F55DC: hue angle of 272.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F55DC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 85 | 220 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.14 |
| HSL | 272.89º | 0.66% | 0.6% | - |
| HSV(B) | 272.89º | 0.61% | 0.86% | - |
| XYZ | 30.46 | 19.04 | 69.78 | - |
| YUV | 122.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 220 | 0.28 | 0.61 | 0 | 0.14 | 272.89 | 0.66 | 0.6 |
| Hex | 9F | 55 | DC | 1C | 3D | 0 | E | 111 | 42 | 3C |
| Octal | 237 | 125 | 334 | 34 | 75 | 0 | 16 | 421 | 102 | 74 |
| Binary | 10011111 | 1010101 | 11011100 | 11100 | 111101 | 0 | 1110 | 100010001 | 1000010 | 111100 |
Color Harmonies of #9F55DC
Complementary color
Monochromatic Colors of #9F55DC
Black with #9F55DC
Text Example
Text Example
White with #9F55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55DC; }
p { color: rgb(159,85,220); }
H1.HeaderClassName
{
color: #9F55DC;
}
.AnyTagClassName
{
color: #9F55DC;
}
</style>
background-color css
<style>
a { background-color: #9F55DC; }
a { background-color: rgb(159,85,220); }
div.DivClassName
{
background-color: #9F55DC;
}
.BgClassName
{
background-color: #9F55DC;
}
</style>
border-color css
<style>
span { border-color: #9F55DC; }
span { border-color: rgb(159,85,220); }
td.TdClassName
{
border-color: #9F55DC;
}
.TagClassName
{
border-color: #9F55DC;
}
</style>