Shades of Amethyst #994FDE
Tints of Amethyst #994FDE
RGB
CMYK
RGB Variations
Color information
#994FDE (or 0x994FDE) is known color: Amethyst. HEX triplet: 99, 4F and DE. RGB value is (153,79,222). Sum of RGB (Red+Green+Blue) = 153+79+222=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #994FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FDE is #66B021. Grayscale: #747474. Windows color (decimal): -6729762 or 14569369. OLE color: 14569369.
HSL color Cylindrical-coordinate representation of color #994FDE: hue angle of 271.05º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994FDE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 79 | 222 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.13 |
| HSL | 271.05º | 0.68% | 0.59% | - |
| HSV(B) | 271.05º | 0.64% | 0.87% | - |
| XYZ | 29.12 | 17.64 | 70.98 | - |
| YUV | 117.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 222 | 0.31 | 0.64 | 0 | 0.13 | 271.05 | 0.68 | 0.59 |
| Hex | 99 | 4F | DE | 1F | 40 | 0 | D | 10F | 44 | 3B |
| Octal | 231 | 117 | 336 | 37 | 100 | 0 | 15 | 417 | 104 | 73 |
| Binary | 10011001 | 1001111 | 11011110 | 11111 | 1000000 | 0 | 1101 | 100001111 | 1000100 | 111011 |
Color Harmonies of #994FDE
Complementary color
Monochromatic Colors of #994FDE
Black with #994FDE
Text Example
Text Example
White with #994FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FDE; }
p { color: rgb(153,79,222); }
H1.HeaderClassName
{
color: #994FDE;
}
.AnyTagClassName
{
color: #994FDE;
}
</style>
background-color css
<style>
a { background-color: #994FDE; }
a { background-color: rgb(153,79,222); }
div.DivClassName
{
background-color: #994FDE;
}
.BgClassName
{
background-color: #994FDE;
}
</style>
border-color css
<style>
span { border-color: #994FDE; }
span { border-color: rgb(153,79,222); }
td.TdClassName
{
border-color: #994FDE;
}
.TagClassName
{
border-color: #994FDE;
}
</style>