Shades of Amethyst #984ED4
Tints of Amethyst #984ED4
RGB
CMYK
RGB Variations
Color information
#984ED4 (or 0x984ED4) is known color: Amethyst. HEX triplet: 98, 4E and D4. RGB value is (152,78,212). Sum of RGB (Red+Green+Blue) = 152+78+212=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #984ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984ED4 is #67B12B. Grayscale: #727272. Windows color (decimal): -6795564 or 13913752. OLE color: 13913752.
HSL color Cylindrical-coordinate representation of color #984ED4: hue angle of 273.13º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984ED4 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 78 | 212 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.17 |
| HSL | 273.13º | 0.61% | 0.57% | - |
| HSV(B) | 273.13º | 0.63% | 0.83% | - |
| XYZ | 27.56 | 16.88 | 64.09 | - |
| YUV | 115.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 212 | 0.28 | 0.63 | 0 | 0.17 | 273.13 | 0.61 | 0.57 |
| Hex | 98 | 4E | D4 | 1C | 3F | 0 | 11 | 111 | 3D | 39 |
| Octal | 230 | 116 | 324 | 34 | 77 | 0 | 21 | 421 | 75 | 71 |
| Binary | 10011000 | 1001110 | 11010100 | 11100 | 111111 | 0 | 10001 | 100010001 | 111101 | 111001 |
Color Harmonies of #984ED4
Complementary color
Monochromatic Colors of #984ED4
Black with #984ED4
Text Example
Text Example
White with #984ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984ED4; }
p { color: rgb(152,78,212); }
H1.HeaderClassName
{
color: #984ED4;
}
.AnyTagClassName
{
color: #984ED4;
}
</style>
background-color css
<style>
a { background-color: #984ED4; }
a { background-color: rgb(152,78,212); }
div.DivClassName
{
background-color: #984ED4;
}
.BgClassName
{
background-color: #984ED4;
}
</style>
border-color css
<style>
span { border-color: #984ED4; }
span { border-color: rgb(152,78,212); }
td.TdClassName
{
border-color: #984ED4;
}
.TagClassName
{
border-color: #984ED4;
}
</style>