Shades of Amethyst #984DDF
Tints of Amethyst #984DDF
RGB
CMYK
RGB Variations
Color information
#984DDF (or 0x984DDF) is known color: Amethyst. HEX triplet: 98, 4D and DF. RGB value is (152,77,223). Sum of RGB (Red+Green+Blue) = 152+77+223=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 77 (30.47% from 255 or 17.04% 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 #984DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DDF is #67B220. Grayscale: #737373. Windows color (decimal): -6795809 or 14634392. OLE color: 14634392.
HSL color Cylindrical-coordinate representation of color #984DDF: hue angle of 270.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984DDF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 77 | 223 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.13 |
| HSL | 270.82º | 0.7% | 0.59% | - |
| HSV(B) | 270.82º | 0.65% | 0.87% | - |
| XYZ | 28.92 | 17.31 | 71.63 | - |
| YUV | 116.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 223 | 0.32 | 0.65 | 0 | 0.13 | 270.82 | 0.7 | 0.59 |
| Hex | 98 | 4D | DF | 20 | 41 | 0 | D | 10F | 46 | 3B |
| Octal | 230 | 115 | 337 | 40 | 101 | 0 | 15 | 417 | 106 | 73 |
| Binary | 10011000 | 1001101 | 11011111 | 100000 | 1000001 | 0 | 1101 | 100001111 | 1000110 | 111011 |
Color Harmonies of #984DDF
Complementary color
Monochromatic Colors of #984DDF
Black with #984DDF
Text Example
Text Example
White with #984DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DDF; }
p { color: rgb(152,77,223); }
H1.HeaderClassName
{
color: #984DDF;
}
.AnyTagClassName
{
color: #984DDF;
}
</style>
background-color css
<style>
a { background-color: #984DDF; }
a { background-color: rgb(152,77,223); }
div.DivClassName
{
background-color: #984DDF;
}
.BgClassName
{
background-color: #984DDF;
}
</style>
border-color css
<style>
span { border-color: #984DDF; }
span { border-color: rgb(152,77,223); }
td.TdClassName
{
border-color: #984DDF;
}
.TagClassName
{
border-color: #984DDF;
}
</style>