Shades of Amethyst #994DDE
Tints of Amethyst #994DDE
RGB
CMYK
RGB Variations
Color information
#994DDE (or 0x994DDE) is known color: Amethyst. HEX triplet: 99, 4D and DE. RGB value is (153,77,222). Sum of RGB (Red+Green+Blue) = 153+77+222=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #994DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDE is #66B221. Grayscale: #737373. Windows color (decimal): -6730274 or 14568857. OLE color: 14568857.
HSL color Cylindrical-coordinate representation of color #994DDE: hue angle of 271.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994DDE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 77 | 222 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.13 |
| HSL | 271.45º | 0.69% | 0.59% | - |
| HSV(B) | 271.45º | 0.65% | 0.87% | - |
| XYZ | 28.98 | 17.35 | 70.93 | - |
| YUV | 116.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 222 | 0.31 | 0.65 | 0 | 0.13 | 271.45 | 0.69 | 0.59 |
| Hex | 99 | 4D | DE | 1F | 41 | 0 | D | 10F | 45 | 3B |
| Octal | 231 | 115 | 336 | 37 | 101 | 0 | 15 | 417 | 105 | 73 |
| Binary | 10011001 | 1001101 | 11011110 | 11111 | 1000001 | 0 | 1101 | 100001111 | 1000101 | 111011 |
Color Harmonies of #994DDE
Complementary color
Monochromatic Colors of #994DDE
Black with #994DDE
Text Example
Text Example
White with #994DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DDE; }
p { color: rgb(153,77,222); }
H1.HeaderClassName
{
color: #994DDE;
}
.AnyTagClassName
{
color: #994DDE;
}
</style>
background-color css
<style>
a { background-color: #994DDE; }
a { background-color: rgb(153,77,222); }
div.DivClassName
{
background-color: #994DDE;
}
.BgClassName
{
background-color: #994DDE;
}
</style>
border-color css
<style>
span { border-color: #994DDE; }
span { border-color: rgb(153,77,222); }
td.TdClassName
{
border-color: #994DDE;
}
.TagClassName
{
border-color: #994DDE;
}
</style>