Shades of Amethyst #994CE0
Tints of Amethyst #994CE0
RGB
CMYK
RGB Variations
Color information
#994CE0 (or 0x994CE0) is known color: Amethyst. HEX triplet: 99, 4C and E0. RGB value is (153,76,224). Sum of RGB (Red+Green+Blue) = 153+76+224=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #994CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CE0 is #66B31F. Grayscale: #737373. Windows color (decimal): -6730528 or 14699673. OLE color: 14699673.
HSL color Cylindrical-coordinate representation of color #994CE0: hue angle of 271.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994CE0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 76 | 224 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.12 |
| HSL | 271.22º | 0.7% | 0.59% | - |
| HSV(B) | 271.22º | 0.66% | 0.88% | - |
| XYZ | 29.18 | 17.32 | 72.33 | - |
| YUV | 115.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 224 | 0.32 | 0.66 | 0 | 0.12 | 271.22 | 0.7 | 0.59 |
| Hex | 99 | 4C | E0 | 20 | 42 | 0 | C | 10F | 46 | 3B |
| Octal | 231 | 114 | 340 | 40 | 102 | 0 | 14 | 417 | 106 | 73 |
| Binary | 10011001 | 1001100 | 11100000 | 100000 | 1000010 | 0 | 1100 | 100001111 | 1000110 | 111011 |
Color Harmonies of #994CE0
Complementary color
Monochromatic Colors of #994CE0
Black with #994CE0
Text Example
Text Example
White with #994CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CE0; }
p { color: rgb(153,76,224); }
H1.HeaderClassName
{
color: #994CE0;
}
.AnyTagClassName
{
color: #994CE0;
}
</style>
background-color css
<style>
a { background-color: #994CE0; }
a { background-color: rgb(153,76,224); }
div.DivClassName
{
background-color: #994CE0;
}
.BgClassName
{
background-color: #994CE0;
}
</style>
border-color css
<style>
span { border-color: #994CE0; }
span { border-color: rgb(153,76,224); }
td.TdClassName
{
border-color: #994CE0;
}
.TagClassName
{
border-color: #994CE0;
}
</style>