Shades of Amethyst #994DE0
Tints of Amethyst #994DE0
RGB
CMYK
RGB Variations
Color information
#994DE0 (or 0x994DE0) is known color: Amethyst. HEX triplet: 99, 4D and E0. RGB value is (153,77,224). Sum of RGB (Red+Green+Blue) = 153+77+224=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #994DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DE0 is #66B21F. Grayscale: #737373. Windows color (decimal): -6730272 or 14699929. OLE color: 14699929.
HSL color Cylindrical-coordinate representation of color #994DE0: hue angle of 271.02º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994DE0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 77 | 224 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.12 |
| HSL | 271.02º | 0.7% | 0.59% | - |
| HSV(B) | 271.02º | 0.66% | 0.88% | - |
| XYZ | 29.25 | 17.46 | 72.35 | - |
| YUV | 116.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 224 | 0.32 | 0.66 | 0 | 0.12 | 271.02 | 0.7 | 0.59 |
| Hex | 99 | 4D | E0 | 20 | 42 | 0 | C | 10F | 46 | 3B |
| Octal | 231 | 115 | 340 | 40 | 102 | 0 | 14 | 417 | 106 | 73 |
| Binary | 10011001 | 1001101 | 11100000 | 100000 | 1000010 | 0 | 1100 | 100001111 | 1000110 | 111011 |
Color Harmonies of #994DE0
Complementary color
Monochromatic Colors of #994DE0
Black with #994DE0
Text Example
Text Example
White with #994DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DE0; }
p { color: rgb(153,77,224); }
H1.HeaderClassName
{
color: #994DE0;
}
.AnyTagClassName
{
color: #994DE0;
}
</style>
background-color css
<style>
a { background-color: #994DE0; }
a { background-color: rgb(153,77,224); }
div.DivClassName
{
background-color: #994DE0;
}
.BgClassName
{
background-color: #994DE0;
}
</style>
border-color css
<style>
span { border-color: #994DE0; }
span { border-color: rgb(153,77,224); }
td.TdClassName
{
border-color: #994DE0;
}
.TagClassName
{
border-color: #994DE0;
}
</style>