Shades of Amethyst #9F55DB
Tints of Amethyst #9F55DB
RGB
CMYK
RGB Variations
Color information
#9F55DB (or 0x9F55DB) is known color: Amethyst. HEX triplet: 9F, 55 and DB. RGB value is (159,85,219). Sum of RGB (Red+Green+Blue) = 159+85+219=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55DB is #60AA24. Grayscale: #797979. Windows color (decimal): -6335013 or 14374303. OLE color: 14374303.
HSL color Cylindrical-coordinate representation of color #9F55DB: hue angle of 273.13º degrees, saturation: 0.65, 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 #9F55DB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 85 | 219 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.14 |
| HSL | 273.13º | 0.65% | 0.6% | - |
| HSV(B) | 273.13º | 0.61% | 0.86% | - |
| XYZ | 30.33 | 18.98 | 69.08 | - |
| YUV | 122.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 219 | 0.27 | 0.61 | 0 | 0.14 | 273.13 | 0.65 | 0.6 |
| Hex | 9F | 55 | DB | 1B | 3D | 0 | E | 111 | 41 | 3C |
| Octal | 237 | 125 | 333 | 33 | 75 | 0 | 16 | 421 | 101 | 74 |
| Binary | 10011111 | 1010101 | 11011011 | 11011 | 111101 | 0 | 1110 | 100010001 | 1000001 | 111100 |
Color Harmonies of #9F55DB
Complementary color
Monochromatic Colors of #9F55DB
Black with #9F55DB
Text Example
Text Example
White with #9F55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55DB; }
p { color: rgb(159,85,219); }
H1.HeaderClassName
{
color: #9F55DB;
}
.AnyTagClassName
{
color: #9F55DB;
}
</style>
background-color css
<style>
a { background-color: #9F55DB; }
a { background-color: rgb(159,85,219); }
div.DivClassName
{
background-color: #9F55DB;
}
.BgClassName
{
background-color: #9F55DB;
}
</style>
border-color css
<style>
span { border-color: #9F55DB; }
span { border-color: rgb(159,85,219); }
td.TdClassName
{
border-color: #9F55DB;
}
.TagClassName
{
border-color: #9F55DB;
}
</style>