Shades of Amethyst #994EE9
Tints of Amethyst #994EE9
RGB
CMYK
RGB Variations
Color information
#994EE9 (or 0x994EE9) is known color: Amethyst. HEX triplet: 99, 4E and E9. RGB value is (153,78,233). Sum of RGB (Red+Green+Blue) = 153+78+233=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #994EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EE9 is #66B116. Grayscale: #757575. Windows color (decimal): -6730007 or 15290009. OLE color: 15290009.
HSL color Cylindrical-coordinate representation of color #994EE9: hue angle of 269.03º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994EE9 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 78 | 233 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.09 |
| HSL | 269.03º | 0.78% | 0.61% | - |
| HSV(B) | 269.03º | 0.67% | 0.91% | - |
| XYZ | 30.57 | 18.1 | 78.97 | - |
| YUV | 118.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 233 | 0.34 | 0.67 | 0 | 0.09 | 269.03 | 0.78 | 0.61 |
| Hex | 99 | 4E | E9 | 22 | 43 | 0 | 9 | 10D | 4E | 3D |
| Octal | 231 | 116 | 351 | 42 | 103 | 0 | 11 | 415 | 116 | 75 |
| Binary | 10011001 | 1001110 | 11101001 | 100010 | 1000011 | 0 | 1001 | 100001101 | 1001110 | 111101 |
Color Harmonies of #994EE9
Complementary color
Monochromatic Colors of #994EE9
Black with #994EE9
Text Example
Text Example
White with #994EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EE9; }
p { color: rgb(153,78,233); }
H1.HeaderClassName
{
color: #994EE9;
}
.AnyTagClassName
{
color: #994EE9;
}
</style>
background-color css
<style>
a { background-color: #994EE9; }
a { background-color: rgb(153,78,233); }
div.DivClassName
{
background-color: #994EE9;
}
.BgClassName
{
background-color: #994EE9;
}
</style>
border-color css
<style>
span { border-color: #994EE9; }
span { border-color: rgb(153,78,233); }
td.TdClassName
{
border-color: #994EE9;
}
.TagClassName
{
border-color: #994EE9;
}
</style>