Shades of Amethyst #9F5BCD
Tints of Amethyst #9F5BCD
RGB
CMYK
RGB Variations
Color information
#9F5BCD (or 0x9F5BCD) is known color: Amethyst. HEX triplet: 9F, 5B and CD. RGB value is (159,91,205). Sum of RGB (Red+Green+Blue) = 159+91+205=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BCD is #60A432. Grayscale: #7B7B7B. Windows color (decimal): -6333491 or 13458335. OLE color: 13458335.
HSL color Cylindrical-coordinate representation of color #9F5BCD: hue angle of 275.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5BCD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 91 | 205 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.20 |
| HSL | 275.79º | 0.53% | 0.58% | - |
| HSV(B) | 275.79º | 0.56% | 0.8% | - |
| XYZ | 29.06 | 19.26 | 59.94 | - |
| YUV | 124.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 205 | 0.22 | 0.56 | 0 | 0.20 | 275.79 | 0.53 | 0.58 |
| Hex | 9F | 5B | CD | 16 | 38 | 0 | 14 | 114 | 35 | 3A |
| Octal | 237 | 133 | 315 | 26 | 70 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10011111 | 1011011 | 11001101 | 10110 | 111000 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #9F5BCD
Complementary color
Monochromatic Colors of #9F5BCD
Black with #9F5BCD
Text Example
Text Example
White with #9F5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BCD; }
p { color: rgb(159,91,205); }
H1.HeaderClassName
{
color: #9F5BCD;
}
.AnyTagClassName
{
color: #9F5BCD;
}
</style>
background-color css
<style>
a { background-color: #9F5BCD; }
a { background-color: rgb(159,91,205); }
div.DivClassName
{
background-color: #9F5BCD;
}
.BgClassName
{
background-color: #9F5BCD;
}
</style>
border-color css
<style>
span { border-color: #9F5BCD; }
span { border-color: rgb(159,91,205); }
td.TdClassName
{
border-color: #9F5BCD;
}
.TagClassName
{
border-color: #9F5BCD;
}
</style>