Shades of Amethyst #984DDA
Tints of Amethyst #984DDA
RGB
CMYK
RGB Variations
Color information
#984DDA (or 0x984DDA) is known color: Amethyst. HEX triplet: 98, 4D and DA. RGB value is (152,77,218). Sum of RGB (Red+Green+Blue) = 152+77+218=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #984DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DDA is #67B225. Grayscale: #737373. Windows color (decimal): -6795814 or 14306712. OLE color: 14306712.
HSL color Cylindrical-coordinate representation of color #984DDA: hue angle of 271.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984DDA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 77 | 218 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.15 |
| HSL | 271.91º | 0.66% | 0.58% | - |
| HSV(B) | 271.91º | 0.65% | 0.85% | - |
| XYZ | 28.26 | 17.05 | 68.13 | - |
| YUV | 115.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 218 | 0.30 | 0.65 | 0 | 0.15 | 271.91 | 0.66 | 0.58 |
| Hex | 98 | 4D | DA | 1E | 41 | 0 | F | 110 | 42 | 3A |
| Octal | 230 | 115 | 332 | 36 | 101 | 0 | 17 | 420 | 102 | 72 |
| Binary | 10011000 | 1001101 | 11011010 | 11110 | 1000001 | 0 | 1111 | 100010000 | 1000010 | 111010 |
Color Harmonies of #984DDA
Complementary color
Monochromatic Colors of #984DDA
Black with #984DDA
Text Example
Text Example
White with #984DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DDA; }
p { color: rgb(152,77,218); }
H1.HeaderClassName
{
color: #984DDA;
}
.AnyTagClassName
{
color: #984DDA;
}
</style>
background-color css
<style>
a { background-color: #984DDA; }
a { background-color: rgb(152,77,218); }
div.DivClassName
{
background-color: #984DDA;
}
.BgClassName
{
background-color: #984DDA;
}
</style>
border-color css
<style>
span { border-color: #984DDA; }
span { border-color: rgb(152,77,218); }
td.TdClassName
{
border-color: #984DDA;
}
.TagClassName
{
border-color: #984DDA;
}
</style>