Shades of Amethyst #994EE0
Tints of Amethyst #994EE0
RGB
CMYK
RGB Variations
Color information
#994EE0 (or 0x994EE0) is known color: Amethyst. HEX triplet: 99, 4E and E0. RGB value is (153,78,224). Sum of RGB (Red+Green+Blue) = 153+78+224=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #994EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EE0 is #66B11F. Grayscale: #747474. Windows color (decimal): -6730016 or 14700185. OLE color: 14700185.
HSL color Cylindrical-coordinate representation of color #994EE0: hue angle of 270.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994EE0 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 78 | 224 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.12 |
| HSL | 270.82º | 0.7% | 0.59% | - |
| HSV(B) | 270.82º | 0.65% | 0.88% | - |
| XYZ | 29.32 | 17.6 | 72.37 | - |
| YUV | 117.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 224 | 0.32 | 0.65 | 0 | 0.12 | 270.82 | 0.7 | 0.59 |
| Hex | 99 | 4E | E0 | 20 | 41 | 0 | C | 10F | 46 | 3B |
| Octal | 231 | 116 | 340 | 40 | 101 | 0 | 14 | 417 | 106 | 73 |
| Binary | 10011001 | 1001110 | 11100000 | 100000 | 1000001 | 0 | 1100 | 100001111 | 1000110 | 111011 |
Color Harmonies of #994EE0
Complementary color
Monochromatic Colors of #994EE0
Black with #994EE0
Text Example
Text Example
White with #994EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EE0; }
p { color: rgb(153,78,224); }
H1.HeaderClassName
{
color: #994EE0;
}
.AnyTagClassName
{
color: #994EE0;
}
</style>
background-color css
<style>
a { background-color: #994EE0; }
a { background-color: rgb(153,78,224); }
div.DivClassName
{
background-color: #994EE0;
}
.BgClassName
{
background-color: #994EE0;
}
</style>
border-color css
<style>
span { border-color: #994EE0; }
span { border-color: rgb(153,78,224); }
td.TdClassName
{
border-color: #994EE0;
}
.TagClassName
{
border-color: #994EE0;
}
</style>