Shades of Amethyst #994CDF
Tints of Amethyst #994CDF
RGB
CMYK
RGB Variations
Color information
#994CDF (or 0x994CDF) is known color: Amethyst. HEX triplet: 99, 4C and DF. RGB value is (153,76,223). Sum of RGB (Red+Green+Blue) = 153+76+223=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #994CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CDF is #66B320. Grayscale: #737373. Windows color (decimal): -6730529 or 14634137. OLE color: 14634137.
HSL color Cylindrical-coordinate representation of color #994CDF: hue angle of 271.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994CDF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 76 | 223 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.13 |
| HSL | 271.43º | 0.7% | 0.59% | - |
| HSV(B) | 271.43º | 0.66% | 0.87% | - |
| XYZ | 29.04 | 17.27 | 71.61 | - |
| YUV | 115.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 223 | 0.31 | 0.66 | 0 | 0.13 | 271.43 | 0.7 | 0.59 |
| Hex | 99 | 4C | DF | 1F | 42 | 0 | D | 10F | 46 | 3B |
| Octal | 231 | 114 | 337 | 37 | 102 | 0 | 15 | 417 | 106 | 73 |
| Binary | 10011001 | 1001100 | 11011111 | 11111 | 1000010 | 0 | 1101 | 100001111 | 1000110 | 111011 |
Color Harmonies of #994CDF
Complementary color
Monochromatic Colors of #994CDF
Black with #994CDF
Text Example
Text Example
White with #994CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CDF; }
p { color: rgb(153,76,223); }
H1.HeaderClassName
{
color: #994CDF;
}
.AnyTagClassName
{
color: #994CDF;
}
</style>
background-color css
<style>
a { background-color: #994CDF; }
a { background-color: rgb(153,76,223); }
div.DivClassName
{
background-color: #994CDF;
}
.BgClassName
{
background-color: #994CDF;
}
</style>
border-color css
<style>
span { border-color: #994CDF; }
span { border-color: rgb(153,76,223); }
td.TdClassName
{
border-color: #994CDF;
}
.TagClassName
{
border-color: #994CDF;
}
</style>