Shades of Amethyst #994FE6
Tints of Amethyst #994FE6
RGB
CMYK
RGB Variations
Color information
#994FE6 (or 0x994FE6) is known color: Amethyst. HEX triplet: 99, 4F and E6. RGB value is (153,79,230). Sum of RGB (Red+Green+Blue) = 153+79+230=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #994FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FE6 is #66B019. Grayscale: #757575. Windows color (decimal): -6729754 or 15093657. OLE color: 15093657.
HSL color Cylindrical-coordinate representation of color #994FE6: hue angle of 269.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994FE6 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 79 | 230 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.10 |
| HSL | 269.4º | 0.75% | 0.61% | - |
| HSV(B) | 269.4º | 0.66% | 0.9% | - |
| XYZ | 30.22 | 18.08 | 76.76 | - |
| YUV | 118.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 230 | 0.33 | 0.66 | 0 | 0.10 | 269.4 | 0.75 | 0.61 |
| Hex | 99 | 4F | E6 | 21 | 42 | 0 | A | 10D | 4B | 3D |
| Octal | 231 | 117 | 346 | 41 | 102 | 0 | 12 | 415 | 113 | 75 |
| Binary | 10011001 | 1001111 | 11100110 | 100001 | 1000010 | 0 | 1010 | 100001101 | 1001011 | 111101 |
Color Harmonies of #994FE6
Complementary color
Monochromatic Colors of #994FE6
Black with #994FE6
Text Example
Text Example
White with #994FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FE6; }
p { color: rgb(153,79,230); }
H1.HeaderClassName
{
color: #994FE6;
}
.AnyTagClassName
{
color: #994FE6;
}
</style>
background-color css
<style>
a { background-color: #994FE6; }
a { background-color: rgb(153,79,230); }
div.DivClassName
{
background-color: #994FE6;
}
.BgClassName
{
background-color: #994FE6;
}
</style>
border-color css
<style>
span { border-color: #994FE6; }
span { border-color: rgb(153,79,230); }
td.TdClassName
{
border-color: #994FE6;
}
.TagClassName
{
border-color: #994FE6;
}
</style>