Shades of Amethyst #984FDD
Tints of Amethyst #984FDD
RGB
CMYK
RGB Variations
Color information
#984FDD (or 0x984FDD) is known color: Amethyst. HEX triplet: 98, 4F and DD. RGB value is (152,79,221). Sum of RGB (Red+Green+Blue) = 152+79+221=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #984FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FDD is #67B022. Grayscale: #747474. Windows color (decimal): -6795299 or 14503832. OLE color: 14503832.
HSL color Cylindrical-coordinate representation of color #984FDD: hue angle of 270.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984FDD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 79 | 221 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.13 |
| HSL | 270.85º | 0.68% | 0.59% | - |
| HSV(B) | 270.85º | 0.64% | 0.87% | - |
| XYZ | 28.8 | 17.49 | 70.26 | - |
| YUV | 117.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 221 | 0.31 | 0.64 | 0 | 0.13 | 270.85 | 0.68 | 0.59 |
| Hex | 98 | 4F | DD | 1F | 40 | 0 | D | 10F | 44 | 3B |
| Octal | 230 | 117 | 335 | 37 | 100 | 0 | 15 | 417 | 104 | 73 |
| Binary | 10011000 | 1001111 | 11011101 | 11111 | 1000000 | 0 | 1101 | 100001111 | 1000100 | 111011 |
Color Harmonies of #984FDD
Complementary color
Monochromatic Colors of #984FDD
Black with #984FDD
Text Example
Text Example
White with #984FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984FDD; }
p { color: rgb(152,79,221); }
H1.HeaderClassName
{
color: #984FDD;
}
.AnyTagClassName
{
color: #984FDD;
}
</style>
background-color css
<style>
a { background-color: #984FDD; }
a { background-color: rgb(152,79,221); }
div.DivClassName
{
background-color: #984FDD;
}
.BgClassName
{
background-color: #984FDD;
}
</style>
border-color css
<style>
span { border-color: #984FDD; }
span { border-color: rgb(152,79,221); }
td.TdClassName
{
border-color: #984FDD;
}
.TagClassName
{
border-color: #984FDD;
}
</style>