Shades of Amethyst #994CDB
Tints of Amethyst #994CDB
RGB
CMYK
RGB Variations
Color information
#994CDB (or 0x994CDB) is known color: Amethyst. HEX triplet: 99, 4C and DB. RGB value is (153,76,219). Sum of RGB (Red+Green+Blue) = 153+76+219=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #994CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CDB is #66B324. Grayscale: #727272. Windows color (decimal): -6730533 or 14371993. OLE color: 14371993.
HSL color Cylindrical-coordinate representation of color #994CDB: hue angle of 272.31º 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 #994CDB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 76 | 219 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.14 |
| HSL | 272.31º | 0.67% | 0.58% | - |
| HSV(B) | 272.31º | 0.65% | 0.86% | - |
| XYZ | 28.51 | 17.06 | 68.81 | - |
| YUV | 115.33 | 186.51 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 219 | 0.30 | 0.65 | 0 | 0.14 | 272.31 | 0.67 | 0.58 |
| Hex | 99 | 4C | DB | 1E | 41 | 0 | E | 110 | 43 | 3A |
| Octal | 231 | 114 | 333 | 36 | 101 | 0 | 16 | 420 | 103 | 72 |
| Binary | 10011001 | 1001100 | 11011011 | 11110 | 1000001 | 0 | 1110 | 100010000 | 1000011 | 111010 |
Color Harmonies of #994CDB
Complementary color
Monochromatic Colors of #994CDB
Black with #994CDB
Text Example
Text Example
White with #994CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CDB; }
p { color: rgb(153,76,219); }
H1.HeaderClassName
{
color: #994CDB;
}
.AnyTagClassName
{
color: #994CDB;
}
</style>
background-color css
<style>
a { background-color: #994CDB; }
a { background-color: rgb(153,76,219); }
div.DivClassName
{
background-color: #994CDB;
}
.BgClassName
{
background-color: #994CDB;
}
</style>
border-color css
<style>
span { border-color: #994CDB; }
span { border-color: rgb(153,76,219); }
td.TdClassName
{
border-color: #994CDB;
}
.TagClassName
{
border-color: #994CDB;
}
</style>