Shades of Amethyst #9B51E5
Tints of Amethyst #9B51E5
RGB
CMYK
RGB Variations
Color information
#9B51E5 (or 0x9B51E5) is known color: Amethyst. HEX triplet: 9B, 51 and E5. RGB value is (155,81,229). Sum of RGB (Red+Green+Blue) = 155+81+229=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51E5 is #64AE1A. Grayscale: #777777. Windows color (decimal): -6598171 or 15028635. OLE color: 15028635.
HSL color Cylindrical-coordinate representation of color #9B51E5: hue angle of 270º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B51E5 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 81 | 229 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.10 |
| HSL | 270º | 0.74% | 0.61% | - |
| HSV(B) | 270º | 0.65% | 0.9% | - |
| XYZ | 30.6 | 18.51 | 76.09 | - |
| YUV | 120 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 229 | 0.32 | 0.65 | 0 | 0.10 | 270 | 0.74 | 0.61 |
| Hex | 9B | 51 | E5 | 20 | 41 | 0 | A | 10E | 4A | 3D |
| Octal | 233 | 121 | 345 | 40 | 101 | 0 | 12 | 416 | 112 | 75 |
| Binary | 10011011 | 1010001 | 11100101 | 100000 | 1000001 | 0 | 1010 | 100001110 | 1001010 | 111101 |
Color Harmonies of #9B51E5
Complementary color
Monochromatic Colors of #9B51E5
Black with #9B51E5
Text Example
Text Example
White with #9B51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B51E5; }
p { color: rgb(155,81,229); }
H1.HeaderClassName
{
color: #9B51E5;
}
.AnyTagClassName
{
color: #9B51E5;
}
</style>
background-color css
<style>
a { background-color: #9B51E5; }
a { background-color: rgb(155,81,229); }
div.DivClassName
{
background-color: #9B51E5;
}
.BgClassName
{
background-color: #9B51E5;
}
</style>
border-color css
<style>
span { border-color: #9B51E5; }
span { border-color: rgb(155,81,229); }
td.TdClassName
{
border-color: #9B51E5;
}
.TagClassName
{
border-color: #9B51E5;
}
</style>