Shades of Amethyst #994EE8
Tints of Amethyst #994EE8
RGB
CMYK
RGB Variations
Color information
#994EE8 (or 0x994EE8) is known color: Amethyst. HEX triplet: 99, 4E and E8. RGB value is (153,78,232). Sum of RGB (Red+Green+Blue) = 153+78+232=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #994EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EE8 is #66B117. Grayscale: #757575. Windows color (decimal): -6730008 or 15224473. OLE color: 15224473.
HSL color Cylindrical-coordinate representation of color #994EE8: hue angle of 269.22º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994EE8 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 78 | 232 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.09 |
| HSL | 269.22º | 0.77% | 0.61% | - |
| HSV(B) | 269.22º | 0.66% | 0.91% | - |
| XYZ | 30.43 | 18.05 | 78.22 | - |
| YUV | 117.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 232 | 0.34 | 0.66 | 0 | 0.09 | 269.22 | 0.77 | 0.61 |
| Hex | 99 | 4E | E8 | 22 | 42 | 0 | 9 | 10D | 4D | 3D |
| Octal | 231 | 116 | 350 | 42 | 102 | 0 | 11 | 415 | 115 | 75 |
| Binary | 10011001 | 1001110 | 11101000 | 100010 | 1000010 | 0 | 1001 | 100001101 | 1001101 | 111101 |
Color Harmonies of #994EE8
Complementary color
Monochromatic Colors of #994EE8
Black with #994EE8
Text Example
Text Example
White with #994EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EE8; }
p { color: rgb(153,78,232); }
H1.HeaderClassName
{
color: #994EE8;
}
.AnyTagClassName
{
color: #994EE8;
}
</style>
background-color css
<style>
a { background-color: #994EE8; }
a { background-color: rgb(153,78,232); }
div.DivClassName
{
background-color: #994EE8;
}
.BgClassName
{
background-color: #994EE8;
}
</style>
border-color css
<style>
span { border-color: #994EE8; }
span { border-color: rgb(153,78,232); }
td.TdClassName
{
border-color: #994EE8;
}
.TagClassName
{
border-color: #994EE8;
}
</style>