Shades of Amethyst #9B55E1
Tints of Amethyst #9B55E1
RGB
CMYK
RGB Variations
Color information
#9B55E1 (or 0x9B55E1) is known color: Amethyst. HEX triplet: 9B, 55 and E1. RGB value is (155,85,225). Sum of RGB (Red+Green+Blue) = 155+85+225=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B55E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55E1 is #64AA1E. Grayscale: #797979. Windows color (decimal): -6597151 or 14767515. OLE color: 14767515.
HSL color Cylindrical-coordinate representation of color #9B55E1: hue angle of 270º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B55E1 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 85 | 225 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.12 |
| HSL | 270º | 0.7% | 0.61% | - |
| HSV(B) | 270º | 0.62% | 0.88% | - |
| XYZ | 30.36 | 18.9 | 73.28 | - |
| YUV | 121.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 225 | 0.31 | 0.62 | 0 | 0.12 | 270 | 0.7 | 0.61 |
| Hex | 9B | 55 | E1 | 1F | 3E | 0 | C | 10E | 46 | 3D |
| Octal | 233 | 125 | 341 | 37 | 76 | 0 | 14 | 416 | 106 | 75 |
| Binary | 10011011 | 1010101 | 11100001 | 11111 | 111110 | 0 | 1100 | 100001110 | 1000110 | 111101 |
Color Harmonies of #9B55E1
Complementary color
Monochromatic Colors of #9B55E1
Black with #9B55E1
Text Example
Text Example
White with #9B55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B55E1; }
p { color: rgb(155,85,225); }
H1.HeaderClassName
{
color: #9B55E1;
}
.AnyTagClassName
{
color: #9B55E1;
}
</style>
background-color css
<style>
a { background-color: #9B55E1; }
a { background-color: rgb(155,85,225); }
div.DivClassName
{
background-color: #9B55E1;
}
.BgClassName
{
background-color: #9B55E1;
}
</style>
border-color css
<style>
span { border-color: #9B55E1; }
span { border-color: rgb(155,85,225); }
td.TdClassName
{
border-color: #9B55E1;
}
.TagClassName
{
border-color: #9B55E1;
}
</style>