Shades of Amethyst #9F5FCD
Tints of Amethyst #9F5FCD
RGB
CMYK
RGB Variations
Color information
#9F5FCD (or 0x9F5FCD) is known color: Amethyst. HEX triplet: 9F, 5F and CD. RGB value is (159,95,205). Sum of RGB (Red+Green+Blue) = 159+95+205=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FCD is #60A032. Grayscale: #7E7E7E. Windows color (decimal): -6332467 or 13459359. OLE color: 13459359.
HSL color Cylindrical-coordinate representation of color #9F5FCD: hue angle of 274.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5FCD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 95 | 205 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.20 |
| HSL | 274.91º | 0.52% | 0.59% | - |
| HSV(B) | 274.91º | 0.54% | 0.8% | - |
| XYZ | 29.41 | 19.96 | 60.06 | - |
| YUV | 126.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 205 | 0.22 | 0.54 | 0 | 0.20 | 274.91 | 0.52 | 0.59 |
| Hex | 9F | 5F | CD | 16 | 36 | 0 | 14 | 113 | 34 | 3B |
| Octal | 237 | 137 | 315 | 26 | 66 | 0 | 24 | 423 | 64 | 73 |
| Binary | 10011111 | 1011111 | 11001101 | 10110 | 110110 | 0 | 10100 | 100010011 | 110100 | 111011 |
Color Harmonies of #9F5FCD
Complementary color
Monochromatic Colors of #9F5FCD
Black with #9F5FCD
Text Example
Text Example
White with #9F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FCD; }
p { color: rgb(159,95,205); }
H1.HeaderClassName
{
color: #9F5FCD;
}
.AnyTagClassName
{
color: #9F5FCD;
}
</style>
background-color css
<style>
a { background-color: #9F5FCD; }
a { background-color: rgb(159,95,205); }
div.DivClassName
{
background-color: #9F5FCD;
}
.BgClassName
{
background-color: #9F5FCD;
}
</style>
border-color css
<style>
span { border-color: #9F5FCD; }
span { border-color: rgb(159,95,205); }
td.TdClassName
{
border-color: #9F5FCD;
}
.TagClassName
{
border-color: #9F5FCD;
}
</style>