Shades of Amethyst #9F5ACB
Tints of Amethyst #9F5ACB
RGB
CMYK
RGB Variations
Color information
#9F5ACB (or 0x9F5ACB) is known color: Amethyst. HEX triplet: 9F, 5A and CB. RGB value is (159,90,203). Sum of RGB (Red+Green+Blue) = 159+90+203=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACB is #60A534. Grayscale: #7B7B7B. Windows color (decimal): -6333749 or 13327007. OLE color: 13327007.
HSL color Cylindrical-coordinate representation of color #9F5ACB: hue angle of 276.64º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5ACB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 90 | 203 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.20 |
| HSL | 276.64º | 0.52% | 0.57% | - |
| HSV(B) | 276.64º | 0.56% | 0.8% | - |
| XYZ | 28.73 | 19 | 58.65 | - |
| YUV | 123.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 203 | 0.22 | 0.56 | 0 | 0.20 | 276.64 | 0.52 | 0.57 |
| Hex | 9F | 5A | CB | 16 | 38 | 0 | 14 | 115 | 34 | 39 |
| Octal | 237 | 132 | 313 | 26 | 70 | 0 | 24 | 425 | 64 | 71 |
| Binary | 10011111 | 1011010 | 11001011 | 10110 | 111000 | 0 | 10100 | 100010101 | 110100 | 111001 |
Color Harmonies of #9F5ACB
Complementary color
Monochromatic Colors of #9F5ACB
Black with #9F5ACB
Text Example
Text Example
White with #9F5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ACB; }
p { color: rgb(159,90,203); }
H1.HeaderClassName
{
color: #9F5ACB;
}
.AnyTagClassName
{
color: #9F5ACB;
}
</style>
background-color css
<style>
a { background-color: #9F5ACB; }
a { background-color: rgb(159,90,203); }
div.DivClassName
{
background-color: #9F5ACB;
}
.BgClassName
{
background-color: #9F5ACB;
}
</style>
border-color css
<style>
span { border-color: #9F5ACB; }
span { border-color: rgb(159,90,203); }
td.TdClassName
{
border-color: #9F5ACB;
}
.TagClassName
{
border-color: #9F5ACB;
}
</style>