Shades of Amethyst #9B5ACE
Tints of Amethyst #9B5ACE
RGB
CMYK
RGB Variations
Color information
#9B5ACE (or 0x9B5ACE) is known color: Amethyst. HEX triplet: 9B, 5A and CE. RGB value is (155,90,206). Sum of RGB (Red+Green+Blue) = 155+90+206=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ACE is #64A531. Grayscale: #7A7A7A. Windows color (decimal): -6595890 or 13523611. OLE color: 13523611.
HSL color Cylindrical-coordinate representation of color #9B5ACE: hue angle of 273.62º 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 #9B5ACE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 90 | 206 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.19 |
| HSL | 273.62º | 0.54% | 0.58% | - |
| HSV(B) | 273.62º | 0.56% | 0.81% | - |
| XYZ | 28.31 | 18.74 | 60.52 | - |
| YUV | 122.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 206 | 0.25 | 0.56 | 0 | 0.19 | 273.62 | 0.54 | 0.58 |
| Hex | 9B | 5A | CE | 19 | 38 | 0 | 13 | 112 | 36 | 3A |
| Octal | 233 | 132 | 316 | 31 | 70 | 0 | 23 | 422 | 66 | 72 |
| Binary | 10011011 | 1011010 | 11001110 | 11001 | 111000 | 0 | 10011 | 100010010 | 110110 | 111010 |
Color Harmonies of #9B5ACE
Complementary color
Monochromatic Colors of #9B5ACE
Black with #9B5ACE
Text Example
Text Example
White with #9B5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5ACE; }
p { color: rgb(155,90,206); }
H1.HeaderClassName
{
color: #9B5ACE;
}
.AnyTagClassName
{
color: #9B5ACE;
}
</style>
background-color css
<style>
a { background-color: #9B5ACE; }
a { background-color: rgb(155,90,206); }
div.DivClassName
{
background-color: #9B5ACE;
}
.BgClassName
{
background-color: #9B5ACE;
}
</style>
border-color css
<style>
span { border-color: #9B5ACE; }
span { border-color: rgb(155,90,206); }
td.TdClassName
{
border-color: #9B5ACE;
}
.TagClassName
{
border-color: #9B5ACE;
}
</style>