Shades of Amethyst #994DDC
Tints of Amethyst #994DDC
RGB
CMYK
RGB Variations
Color information
#994DDC (or 0x994DDC) is known color: Amethyst. HEX triplet: 99, 4D and DC. RGB value is (153,77,220). Sum of RGB (Red+Green+Blue) = 153+77+220=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #994DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDC is #66B223. Grayscale: #737373. Windows color (decimal): -6730276 or 14437785. OLE color: 14437785.
HSL color Cylindrical-coordinate representation of color #994DDC: hue angle of 271.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994DDC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 77 | 220 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.14 |
| HSL | 271.89º | 0.67% | 0.58% | - |
| HSV(B) | 271.89º | 0.65% | 0.86% | - |
| XYZ | 28.71 | 17.25 | 69.53 | - |
| YUV | 116.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 220 | 0.30 | 0.65 | 0 | 0.14 | 271.89 | 0.67 | 0.58 |
| Hex | 99 | 4D | DC | 1E | 41 | 0 | E | 110 | 43 | 3A |
| Octal | 231 | 115 | 334 | 36 | 101 | 0 | 16 | 420 | 103 | 72 |
| Binary | 10011001 | 1001101 | 11011100 | 11110 | 1000001 | 0 | 1110 | 100010000 | 1000011 | 111010 |
Color Harmonies of #994DDC
Complementary color
Monochromatic Colors of #994DDC
Black with #994DDC
Text Example
Text Example
White with #994DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DDC; }
p { color: rgb(153,77,220); }
H1.HeaderClassName
{
color: #994DDC;
}
.AnyTagClassName
{
color: #994DDC;
}
</style>
background-color css
<style>
a { background-color: #994DDC; }
a { background-color: rgb(153,77,220); }
div.DivClassName
{
background-color: #994DDC;
}
.BgClassName
{
background-color: #994DDC;
}
</style>
border-color css
<style>
span { border-color: #994DDC; }
span { border-color: rgb(153,77,220); }
td.TdClassName
{
border-color: #994DDC;
}
.TagClassName
{
border-color: #994DDC;
}
</style>