Shades of Amethyst #994EDD
Tints of Amethyst #994EDD
RGB
CMYK
RGB Variations
Color information
#994EDD (or 0x994EDD) is known color: Amethyst. HEX triplet: 99, 4E and DD. RGB value is (153,78,221). Sum of RGB (Red+Green+Blue) = 153+78+221=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #994EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EDD is #66B122. Grayscale: #747474. Windows color (decimal): -6730019 or 14503577. OLE color: 14503577.
HSL color Cylindrical-coordinate representation of color #994EDD: hue angle of 271.47º degrees, saturation: 0.68, 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 #994EDD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 78 | 221 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.13 |
| HSL | 271.47º | 0.68% | 0.59% | - |
| HSV(B) | 271.47º | 0.65% | 0.87% | - |
| XYZ | 28.91 | 17.44 | 70.25 | - |
| YUV | 116.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 221 | 0.31 | 0.65 | 0 | 0.13 | 271.47 | 0.68 | 0.59 |
| Hex | 99 | 4E | DD | 1F | 41 | 0 | D | 10F | 44 | 3B |
| Octal | 231 | 116 | 335 | 37 | 101 | 0 | 15 | 417 | 104 | 73 |
| Binary | 10011001 | 1001110 | 11011101 | 11111 | 1000001 | 0 | 1101 | 100001111 | 1000100 | 111011 |
Color Harmonies of #994EDD
Complementary color
Monochromatic Colors of #994EDD
Black with #994EDD
Text Example
Text Example
White with #994EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EDD; }
p { color: rgb(153,78,221); }
H1.HeaderClassName
{
color: #994EDD;
}
.AnyTagClassName
{
color: #994EDD;
}
</style>
background-color css
<style>
a { background-color: #994EDD; }
a { background-color: rgb(153,78,221); }
div.DivClassName
{
background-color: #994EDD;
}
.BgClassName
{
background-color: #994EDD;
}
</style>
border-color css
<style>
span { border-color: #994EDD; }
span { border-color: rgb(153,78,221); }
td.TdClassName
{
border-color: #994EDD;
}
.TagClassName
{
border-color: #994EDD;
}
</style>