Shades of Amethyst #9B59D6
Tints of Amethyst #9B59D6
RGB
CMYK
RGB Variations
Color information
#9B59D6 (or 0x9B59D6) is known color: Amethyst. HEX triplet: 9B, 59 and D6. RGB value is (155,89,214). Sum of RGB (Red+Green+Blue) = 155+89+214=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B59D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59D6 is #64A629. Grayscale: #7A7A7A. Windows color (decimal): -6596138 or 14047643. OLE color: 14047643.
HSL color Cylindrical-coordinate representation of color #9B59D6: hue angle of 271.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B59D6 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 89 | 214 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.16 |
| HSL | 271.68º | 0.6% | 0.59% | - |
| HSV(B) | 271.68º | 0.58% | 0.84% | - |
| XYZ | 29.23 | 18.97 | 65.74 | - |
| YUV | 122.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 214 | 0.28 | 0.58 | 0 | 0.16 | 271.68 | 0.6 | 0.59 |
| Hex | 9B | 59 | D6 | 1C | 3A | 0 | 10 | 110 | 3C | 3B |
| Octal | 233 | 131 | 326 | 34 | 72 | 0 | 20 | 420 | 74 | 73 |
| Binary | 10011011 | 1011001 | 11010110 | 11100 | 111010 | 0 | 10000 | 100010000 | 111100 | 111011 |
Color Harmonies of #9B59D6
Complementary color
Monochromatic Colors of #9B59D6
Black with #9B59D6
Text Example
Text Example
White with #9B59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B59D6; }
p { color: rgb(155,89,214); }
H1.HeaderClassName
{
color: #9B59D6;
}
.AnyTagClassName
{
color: #9B59D6;
}
</style>
background-color css
<style>
a { background-color: #9B59D6; }
a { background-color: rgb(155,89,214); }
div.DivClassName
{
background-color: #9B59D6;
}
.BgClassName
{
background-color: #9B59D6;
}
</style>
border-color css
<style>
span { border-color: #9B59D6; }
span { border-color: rgb(155,89,214); }
td.TdClassName
{
border-color: #9B59D6;
}
.TagClassName
{
border-color: #9B59D6;
}
</style>