Shades of Amethyst #9F5BCE
Tints of Amethyst #9F5BCE
RGB
CMYK
RGB Variations
Color information
#9F5BCE (or 0x9F5BCE) is known color: Amethyst. HEX triplet: 9F, 5B and CE. RGB value is (159,91,206). Sum of RGB (Red+Green+Blue) = 159+91+206=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BCE is #60A431. Grayscale: #7C7C7C. Windows color (decimal): -6333490 or 13523871. OLE color: 13523871.
HSL color Cylindrical-coordinate representation of color #9F5BCE: hue angle of 275.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5BCE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 91 | 206 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.19 |
| HSL | 275.48º | 0.54% | 0.58% | - |
| HSV(B) | 275.48º | 0.56% | 0.81% | - |
| XYZ | 29.18 | 19.31 | 60.58 | - |
| YUV | 124.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 206 | 0.23 | 0.56 | 0 | 0.19 | 275.48 | 0.54 | 0.58 |
| Hex | 9F | 5B | CE | 17 | 38 | 0 | 13 | 113 | 36 | 3A |
| Octal | 237 | 133 | 316 | 27 | 70 | 0 | 23 | 423 | 66 | 72 |
| Binary | 10011111 | 1011011 | 11001110 | 10111 | 111000 | 0 | 10011 | 100010011 | 110110 | 111010 |
Color Harmonies of #9F5BCE
Complementary color
Monochromatic Colors of #9F5BCE
Black with #9F5BCE
Text Example
Text Example
White with #9F5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BCE; }
p { color: rgb(159,91,206); }
H1.HeaderClassName
{
color: #9F5BCE;
}
.AnyTagClassName
{
color: #9F5BCE;
}
</style>
background-color css
<style>
a { background-color: #9F5BCE; }
a { background-color: rgb(159,91,206); }
div.DivClassName
{
background-color: #9F5BCE;
}
.BgClassName
{
background-color: #9F5BCE;
}
</style>
border-color css
<style>
span { border-color: #9F5BCE; }
span { border-color: rgb(159,91,206); }
td.TdClassName
{
border-color: #9F5BCE;
}
.TagClassName
{
border-color: #9F5BCE;
}
</style>