Shades of Amethyst #984FDA
Tints of Amethyst #984FDA
RGB
CMYK
RGB Variations
Color information
#984FDA (or 0x984FDA) is known color: Amethyst. HEX triplet: 98, 4F and DA. RGB value is (152,79,218). Sum of RGB (Red+Green+Blue) = 152+79+218=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #984FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FDA is #67B025. Grayscale: #747474. Windows color (decimal): -6795302 or 14307224. OLE color: 14307224.
HSL color Cylindrical-coordinate representation of color #984FDA: hue angle of 271.51º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984FDA is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 79 | 218 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.15 |
| HSL | 271.51º | 0.65% | 0.58% | - |
| HSV(B) | 271.51º | 0.64% | 0.85% | - |
| XYZ | 28.4 | 17.33 | 68.18 | - |
| YUV | 116.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 218 | 0.30 | 0.64 | 0 | 0.15 | 271.51 | 0.65 | 0.58 |
| Hex | 98 | 4F | DA | 1E | 40 | 0 | F | 110 | 41 | 3A |
| Octal | 230 | 117 | 332 | 36 | 100 | 0 | 17 | 420 | 101 | 72 |
| Binary | 10011000 | 1001111 | 11011010 | 11110 | 1000000 | 0 | 1111 | 100010000 | 1000001 | 111010 |
Color Harmonies of #984FDA
Complementary color
Monochromatic Colors of #984FDA
Black with #984FDA
Text Example
Text Example
White with #984FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984FDA; }
p { color: rgb(152,79,218); }
H1.HeaderClassName
{
color: #984FDA;
}
.AnyTagClassName
{
color: #984FDA;
}
</style>
background-color css
<style>
a { background-color: #984FDA; }
a { background-color: rgb(152,79,218); }
div.DivClassName
{
background-color: #984FDA;
}
.BgClassName
{
background-color: #984FDA;
}
</style>
border-color css
<style>
span { border-color: #984FDA; }
span { border-color: rgb(152,79,218); }
td.TdClassName
{
border-color: #984FDA;
}
.TagClassName
{
border-color: #984FDA;
}
</style>