Shades of Amethyst #9B50EC
Tints of Amethyst #9B50EC
RGB
CMYK
RGB Variations
Color information
#9B50EC (or 0x9B50EC) is known color: Amethyst. HEX triplet: 9B, 50 and EC. RGB value is (155,80,236). Sum of RGB (Red+Green+Blue) = 155+80+236=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B50EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B50EC is #64AF13. Grayscale: #777777. Windows color (decimal): -6598420 or 15487131. OLE color: 15487131.
HSL color Cylindrical-coordinate representation of color #9B50EC: hue angle of 268.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B50EC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 80 | 236 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.07 |
| HSL | 268.85º | 0.8% | 0.62% | - |
| HSV(B) | 268.85º | 0.66% | 0.93% | - |
| XYZ | 31.53 | 18.76 | 81.32 | - |
| YUV | 120.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 236 | 0.34 | 0.66 | 0 | 0.07 | 268.85 | 0.8 | 0.62 |
| Hex | 9B | 50 | EC | 22 | 42 | 0 | 7 | 10D | 50 | 3E |
| Octal | 233 | 120 | 354 | 42 | 102 | 0 | 7 | 415 | 120 | 76 |
| Binary | 10011011 | 1010000 | 11101100 | 100010 | 1000010 | 0 | 111 | 100001101 | 1010000 | 111110 |
Color Harmonies of #9B50EC
Complementary color
Monochromatic Colors of #9B50EC
Black with #9B50EC
Text Example
Text Example
White with #9B50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B50EC; }
p { color: rgb(155,80,236); }
H1.HeaderClassName
{
color: #9B50EC;
}
.AnyTagClassName
{
color: #9B50EC;
}
</style>
background-color css
<style>
a { background-color: #9B50EC; }
a { background-color: rgb(155,80,236); }
div.DivClassName
{
background-color: #9B50EC;
}
.BgClassName
{
background-color: #9B50EC;
}
</style>
border-color css
<style>
span { border-color: #9B50EC; }
span { border-color: rgb(155,80,236); }
td.TdClassName
{
border-color: #9B50EC;
}
.TagClassName
{
border-color: #9B50EC;
}
</style>