Shades of Amethyst #984EDB
Tints of Amethyst #984EDB
RGB
CMYK
RGB Variations
Color information
#984EDB (or 0x984EDB) is known color: Amethyst. HEX triplet: 98, 4E and DB. RGB value is (152,78,219). Sum of RGB (Red+Green+Blue) = 152+78+219=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #984EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EDB is #67B124. Grayscale: #737373. Windows color (decimal): -6795557 or 14372504. OLE color: 14372504.
HSL color Cylindrical-coordinate representation of color #984EDB: hue angle of 271.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984EDB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 78 | 219 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.14 |
| HSL | 271.49º | 0.66% | 0.58% | - |
| HSV(B) | 271.49º | 0.64% | 0.86% | - |
| XYZ | 28.46 | 17.24 | 68.85 | - |
| YUV | 116.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 219 | 0.31 | 0.64 | 0 | 0.14 | 271.49 | 0.66 | 0.58 |
| Hex | 98 | 4E | DB | 1F | 40 | 0 | E | 10F | 42 | 3A |
| Octal | 230 | 116 | 333 | 37 | 100 | 0 | 16 | 417 | 102 | 72 |
| Binary | 10011000 | 1001110 | 11011011 | 11111 | 1000000 | 0 | 1110 | 100001111 | 1000010 | 111010 |
Color Harmonies of #984EDB
Complementary color
Monochromatic Colors of #984EDB
Black with #984EDB
Text Example
Text Example
White with #984EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EDB; }
p { color: rgb(152,78,219); }
H1.HeaderClassName
{
color: #984EDB;
}
.AnyTagClassName
{
color: #984EDB;
}
</style>
background-color css
<style>
a { background-color: #984EDB; }
a { background-color: rgb(152,78,219); }
div.DivClassName
{
background-color: #984EDB;
}
.BgClassName
{
background-color: #984EDB;
}
</style>
border-color css
<style>
span { border-color: #984EDB; }
span { border-color: rgb(152,78,219); }
td.TdClassName
{
border-color: #984EDB;
}
.TagClassName
{
border-color: #984EDB;
}
</style>