Shades of Amethyst #9B54CE
Tints of Amethyst #9B54CE
RGB
CMYK
RGB Variations
Color information
#9B54CE (or 0x9B54CE) is known color: Amethyst. HEX triplet: 9B, 54 and CE. RGB value is (155,84,206). Sum of RGB (Red+Green+Blue) = 155+84+206=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B54CE is #64AB31. Grayscale: #767676. Windows color (decimal): -6597426 or 13522075. OLE color: 13522075.
HSL color Cylindrical-coordinate representation of color #9B54CE: hue angle of 274.92º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B54CE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 84 | 206 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.19 |
| HSL | 274.92º | 0.55% | 0.57% | - |
| HSV(B) | 274.92º | 0.59% | 0.81% | - |
| XYZ | 27.83 | 17.77 | 60.35 | - |
| YUV | 119.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 206 | 0.25 | 0.59 | 0 | 0.19 | 274.92 | 0.55 | 0.57 |
| Hex | 9B | 54 | CE | 19 | 3B | 0 | 13 | 113 | 37 | 39 |
| Octal | 233 | 124 | 316 | 31 | 73 | 0 | 23 | 423 | 67 | 71 |
| Binary | 10011011 | 1010100 | 11001110 | 11001 | 111011 | 0 | 10011 | 100010011 | 110111 | 111001 |
Color Harmonies of #9B54CE
Complementary color
Monochromatic Colors of #9B54CE
Black with #9B54CE
Text Example
Text Example
White with #9B54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B54CE; }
p { color: rgb(155,84,206); }
H1.HeaderClassName
{
color: #9B54CE;
}
.AnyTagClassName
{
color: #9B54CE;
}
</style>
background-color css
<style>
a { background-color: #9B54CE; }
a { background-color: rgb(155,84,206); }
div.DivClassName
{
background-color: #9B54CE;
}
.BgClassName
{
background-color: #9B54CE;
}
</style>
border-color css
<style>
span { border-color: #9B54CE; }
span { border-color: rgb(155,84,206); }
td.TdClassName
{
border-color: #9B54CE;
}
.TagClassName
{
border-color: #9B54CE;
}
</style>