Shades of Amethyst #994FE0
Tints of Amethyst #994FE0
RGB
CMYK
RGB Variations
Color information
#994FE0 (or 0x994FE0) is known color: Amethyst. HEX triplet: 99, 4F and E0. RGB value is (153,79,224). Sum of RGB (Red+Green+Blue) = 153+79+224=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #994FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FE0 is #66B01F. Grayscale: #757575. Windows color (decimal): -6729760 or 14700441. OLE color: 14700441.
HSL color Cylindrical-coordinate representation of color #994FE0: hue angle of 270.62º 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 #994FE0 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 79 | 224 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.12 |
| HSL | 270.62º | 0.7% | 0.59% | - |
| HSV(B) | 270.62º | 0.65% | 0.88% | - |
| XYZ | 29.39 | 17.75 | 72.4 | - |
| YUV | 117.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 224 | 0.32 | 0.65 | 0 | 0.12 | 270.62 | 0.7 | 0.59 |
| Hex | 99 | 4F | E0 | 20 | 41 | 0 | C | 10F | 46 | 3B |
| Octal | 231 | 117 | 340 | 40 | 101 | 0 | 14 | 417 | 106 | 73 |
| Binary | 10011001 | 1001111 | 11100000 | 100000 | 1000001 | 0 | 1100 | 100001111 | 1000110 | 111011 |
Color Harmonies of #994FE0
Complementary color
Monochromatic Colors of #994FE0
Black with #994FE0
Text Example
Text Example
White with #994FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FE0; }
p { color: rgb(153,79,224); }
H1.HeaderClassName
{
color: #994FE0;
}
.AnyTagClassName
{
color: #994FE0;
}
</style>
background-color css
<style>
a { background-color: #994FE0; }
a { background-color: rgb(153,79,224); }
div.DivClassName
{
background-color: #994FE0;
}
.BgClassName
{
background-color: #994FE0;
}
</style>
border-color css
<style>
span { border-color: #994FE0; }
span { border-color: rgb(153,79,224); }
td.TdClassName
{
border-color: #994FE0;
}
.TagClassName
{
border-color: #994FE0;
}
</style>