Shades of Amethyst #9F53DB
Tints of Amethyst #9F53DB
RGB
CMYK
RGB Variations
Color information
#9F53DB (or 0x9F53DB) is known color: Amethyst. HEX triplet: 9F, 53 and DB. RGB value is (159,83,219). Sum of RGB (Red+Green+Blue) = 159+83+219=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F53DB is #60AC24. Grayscale: #787878. Windows color (decimal): -6335525 or 14373791. OLE color: 14373791.
HSL color Cylindrical-coordinate representation of color #9F53DB: hue angle of 273.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F53DB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 83 | 219 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.14 |
| HSL | 273.53º | 0.65% | 0.59% | - |
| HSV(B) | 273.53º | 0.62% | 0.86% | - |
| XYZ | 30.18 | 18.67 | 69.03 | - |
| YUV | 121.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 219 | 0.27 | 0.62 | 0 | 0.14 | 273.53 | 0.65 | 0.59 |
| Hex | 9F | 53 | DB | 1B | 3E | 0 | E | 112 | 41 | 3B |
| Octal | 237 | 123 | 333 | 33 | 76 | 0 | 16 | 422 | 101 | 73 |
| Binary | 10011111 | 1010011 | 11011011 | 11011 | 111110 | 0 | 1110 | 100010010 | 1000001 | 111011 |
Color Harmonies of #9F53DB
Complementary color
Monochromatic Colors of #9F53DB
Black with #9F53DB
Text Example
Text Example
White with #9F53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53DB; }
p { color: rgb(159,83,219); }
H1.HeaderClassName
{
color: #9F53DB;
}
.AnyTagClassName
{
color: #9F53DB;
}
</style>
background-color css
<style>
a { background-color: #9F53DB; }
a { background-color: rgb(159,83,219); }
div.DivClassName
{
background-color: #9F53DB;
}
.BgClassName
{
background-color: #9F53DB;
}
</style>
border-color css
<style>
span { border-color: #9F53DB; }
span { border-color: rgb(159,83,219); }
td.TdClassName
{
border-color: #9F53DB;
}
.TagClassName
{
border-color: #9F53DB;
}
</style>