Shades of Amethyst #9950E9
Tints of Amethyst #9950E9
RGB
CMYK
RGB Variations
Color information
#9950E9 (or 0x9950E9) is known color: Amethyst. HEX triplet: 99, 50 and E9. RGB value is (153,80,233). Sum of RGB (Red+Green+Blue) = 153+80+233=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #9950E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9950E9 is #66AF16. Grayscale: #767676. Windows color (decimal): -6729495 or 15290521. OLE color: 15290521.
HSL color Cylindrical-coordinate representation of color #9950E9: hue angle of 268.63º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9950E9 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 80 | 233 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.09 |
| HSL | 268.63º | 0.78% | 0.61% | - |
| HSV(B) | 268.63º | 0.66% | 0.91% | - |
| XYZ | 30.71 | 18.39 | 79.02 | - |
| YUV | 119.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 233 | 0.34 | 0.66 | 0 | 0.09 | 268.63 | 0.78 | 0.61 |
| Hex | 99 | 50 | E9 | 22 | 42 | 0 | 9 | 10D | 4E | 3D |
| Octal | 231 | 120 | 351 | 42 | 102 | 0 | 11 | 415 | 116 | 75 |
| Binary | 10011001 | 1010000 | 11101001 | 100010 | 1000010 | 0 | 1001 | 100001101 | 1001110 | 111101 |
Color Harmonies of #9950E9
Complementary color
Monochromatic Colors of #9950E9
Black with #9950E9
Text Example
Text Example
White with #9950E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950E9; }
p { color: rgb(153,80,233); }
H1.HeaderClassName
{
color: #9950E9;
}
.AnyTagClassName
{
color: #9950E9;
}
</style>
background-color css
<style>
a { background-color: #9950E9; }
a { background-color: rgb(153,80,233); }
div.DivClassName
{
background-color: #9950E9;
}
.BgClassName
{
background-color: #9950E9;
}
</style>
border-color css
<style>
span { border-color: #9950E9; }
span { border-color: rgb(153,80,233); }
td.TdClassName
{
border-color: #9950E9;
}
.TagClassName
{
border-color: #9950E9;
}
</style>