Shades of Amethyst #9F5DCB
Tints of Amethyst #9F5DCB
RGB
CMYK
RGB Variations
Color information
#9F5DCB (or 0x9F5DCB) is known color: Amethyst. HEX triplet: 9F, 5D and CB. RGB value is (159,93,203). Sum of RGB (Red+Green+Blue) = 159+93+203=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DCB is #60A234. Grayscale: #7C7C7C. Windows color (decimal): -6332981 or 13327775. OLE color: 13327775.
HSL color Cylindrical-coordinate representation of color #9F5DCB: hue angle of 276º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5DCB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 93 | 203 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.20 |
| HSL | 276º | 0.51% | 0.58% | - |
| HSV(B) | 276º | 0.54% | 0.8% | - |
| XYZ | 28.99 | 19.51 | 58.74 | - |
| YUV | 125.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 203 | 0.22 | 0.54 | 0 | 0.20 | 276 | 0.51 | 0.58 |
| Hex | 9F | 5D | CB | 16 | 36 | 0 | 14 | 114 | 33 | 3A |
| Octal | 237 | 135 | 313 | 26 | 66 | 0 | 24 | 424 | 63 | 72 |
| Binary | 10011111 | 1011101 | 11001011 | 10110 | 110110 | 0 | 10100 | 100010100 | 110011 | 111010 |
Color Harmonies of #9F5DCB
Complementary color
Monochromatic Colors of #9F5DCB
Black with #9F5DCB
Text Example
Text Example
White with #9F5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DCB; }
p { color: rgb(159,93,203); }
H1.HeaderClassName
{
color: #9F5DCB;
}
.AnyTagClassName
{
color: #9F5DCB;
}
</style>
background-color css
<style>
a { background-color: #9F5DCB; }
a { background-color: rgb(159,93,203); }
div.DivClassName
{
background-color: #9F5DCB;
}
.BgClassName
{
background-color: #9F5DCB;
}
</style>
border-color css
<style>
span { border-color: #9F5DCB; }
span { border-color: rgb(159,93,203); }
td.TdClassName
{
border-color: #9F5DCB;
}
.TagClassName
{
border-color: #9F5DCB;
}
</style>