Shades of Amethyst #9B53EA
Tints of Amethyst #9B53EA
RGB
CMYK
RGB Variations
Color information
#9B53EA (or 0x9B53EA) is known color: Amethyst. HEX triplet: 9B, 53 and EA. RGB value is (155,83,234). Sum of RGB (Red+Green+Blue) = 155+83+234=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B53EA is #64AC15. Grayscale: #797979. Windows color (decimal): -6597654 or 15356827. OLE color: 15356827.
HSL color Cylindrical-coordinate representation of color #9B53EA: hue angle of 268.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B53EA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 83 | 234 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.08 |
| HSL | 268.61º | 0.78% | 0.62% | - |
| HSV(B) | 268.61º | 0.65% | 0.92% | - |
| XYZ | 31.46 | 19.1 | 79.87 | - |
| YUV | 121.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 234 | 0.34 | 0.65 | 0 | 0.08 | 268.61 | 0.78 | 0.62 |
| Hex | 9B | 53 | EA | 22 | 41 | 0 | 8 | 10D | 4E | 3E |
| Octal | 233 | 123 | 352 | 42 | 101 | 0 | 10 | 415 | 116 | 76 |
| Binary | 10011011 | 1010011 | 11101010 | 100010 | 1000001 | 0 | 1000 | 100001101 | 1001110 | 111110 |
Color Harmonies of #9B53EA
Complementary color
Monochromatic Colors of #9B53EA
Black with #9B53EA
Text Example
Text Example
White with #9B53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53EA; }
p { color: rgb(155,83,234); }
H1.HeaderClassName
{
color: #9B53EA;
}
.AnyTagClassName
{
color: #9B53EA;
}
</style>
background-color css
<style>
a { background-color: #9B53EA; }
a { background-color: rgb(155,83,234); }
div.DivClassName
{
background-color: #9B53EA;
}
.BgClassName
{
background-color: #9B53EA;
}
</style>
border-color css
<style>
span { border-color: #9B53EA; }
span { border-color: rgb(155,83,234); }
td.TdClassName
{
border-color: #9B53EA;
}
.TagClassName
{
border-color: #9B53EA;
}
</style>