Shades of Amethyst #994CE5
Tints of Amethyst #994CE5
RGB
CMYK
RGB Variations
Color information
#994CE5 (or 0x994CE5) is known color: Amethyst. HEX triplet: 99, 4C and E5. RGB value is (153,76,229). Sum of RGB (Red+Green+Blue) = 153+76+229=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #994CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CE5 is #66B31A. Grayscale: #737373. Windows color (decimal): -6730523 or 15027353. OLE color: 15027353.
HSL color Cylindrical-coordinate representation of color #994CE5: hue angle of 270.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994CE5 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 76 | 229 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.10 |
| HSL | 270.2º | 0.75% | 0.6% | - |
| HSV(B) | 270.2º | 0.67% | 0.9% | - |
| XYZ | 29.86 | 17.6 | 75.95 | - |
| YUV | 116.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 229 | 0.33 | 0.67 | 0 | 0.10 | 270.2 | 0.75 | 0.6 |
| Hex | 99 | 4C | E5 | 21 | 43 | 0 | A | 10E | 4B | 3C |
| Octal | 231 | 114 | 345 | 41 | 103 | 0 | 12 | 416 | 113 | 74 |
| Binary | 10011001 | 1001100 | 11100101 | 100001 | 1000011 | 0 | 1010 | 100001110 | 1001011 | 111100 |
Color Harmonies of #994CE5
Complementary color
Monochromatic Colors of #994CE5
Black with #994CE5
Text Example
Text Example
White with #994CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CE5; }
p { color: rgb(153,76,229); }
H1.HeaderClassName
{
color: #994CE5;
}
.AnyTagClassName
{
color: #994CE5;
}
</style>
background-color css
<style>
a { background-color: #994CE5; }
a { background-color: rgb(153,76,229); }
div.DivClassName
{
background-color: #994CE5;
}
.BgClassName
{
background-color: #994CE5;
}
</style>
border-color css
<style>
span { border-color: #994CE5; }
span { border-color: rgb(153,76,229); }
td.TdClassName
{
border-color: #994CE5;
}
.TagClassName
{
border-color: #994CE5;
}
</style>