Shades of Amethyst #994FEA
Tints of Amethyst #994FEA
RGB
CMYK
RGB Variations
Color information
#994FEA (or 0x994FEA) is known color: Amethyst. HEX triplet: 99, 4F and EA. RGB value is (153,79,234). Sum of RGB (Red+Green+Blue) = 153+79+234=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #994FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FEA is #66B015. Grayscale: #767676. Windows color (decimal): -6729750 or 15355801. OLE color: 15355801.
HSL color Cylindrical-coordinate representation of color #994FEA: hue angle of 268.65º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994FEA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 79 | 234 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.08 |
| HSL | 268.65º | 0.79% | 0.61% | - |
| HSV(B) | 268.65º | 0.66% | 0.92% | - |
| XYZ | 30.78 | 18.3 | 79.75 | - |
| YUV | 118.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 234 | 0.35 | 0.66 | 0 | 0.08 | 268.65 | 0.79 | 0.61 |
| Hex | 99 | 4F | EA | 23 | 42 | 0 | 8 | 10D | 4F | 3D |
| Octal | 231 | 117 | 352 | 43 | 102 | 0 | 10 | 415 | 117 | 75 |
| Binary | 10011001 | 1001111 | 11101010 | 100011 | 1000010 | 0 | 1000 | 100001101 | 1001111 | 111101 |
Color Harmonies of #994FEA
Complementary color
Monochromatic Colors of #994FEA
Black with #994FEA
Text Example
Text Example
White with #994FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FEA; }
p { color: rgb(153,79,234); }
H1.HeaderClassName
{
color: #994FEA;
}
.AnyTagClassName
{
color: #994FEA;
}
</style>
background-color css
<style>
a { background-color: #994FEA; }
a { background-color: rgb(153,79,234); }
div.DivClassName
{
background-color: #994FEA;
}
.BgClassName
{
background-color: #994FEA;
}
</style>
border-color css
<style>
span { border-color: #994FEA; }
span { border-color: rgb(153,79,234); }
td.TdClassName
{
border-color: #994FEA;
}
.TagClassName
{
border-color: #994FEA;
}
</style>