Shades of Amethyst #984DDC
Tints of Amethyst #984DDC
RGB
CMYK
RGB Variations
Color information
#984DDC (or 0x984DDC) is known color: Amethyst. HEX triplet: 98, 4D and DC. RGB value is (152,77,220). Sum of RGB (Red+Green+Blue) = 152+77+220=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #984DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DDC is #67B223. Grayscale: #737373. Windows color (decimal): -6795812 or 14437784. OLE color: 14437784.
HSL color Cylindrical-coordinate representation of color #984DDC: hue angle of 271.47º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984DDC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 77 | 220 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.14 |
| HSL | 271.47º | 0.67% | 0.58% | - |
| HSV(B) | 271.47º | 0.65% | 0.86% | - |
| XYZ | 28.52 | 17.15 | 69.52 | - |
| YUV | 115.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 220 | 0.31 | 0.65 | 0 | 0.14 | 271.47 | 0.67 | 0.58 |
| Hex | 98 | 4D | DC | 1F | 41 | 0 | E | 10F | 43 | 3A |
| Octal | 230 | 115 | 334 | 37 | 101 | 0 | 16 | 417 | 103 | 72 |
| Binary | 10011000 | 1001101 | 11011100 | 11111 | 1000001 | 0 | 1110 | 100001111 | 1000011 | 111010 |
Color Harmonies of #984DDC
Complementary color
Monochromatic Colors of #984DDC
Black with #984DDC
Text Example
Text Example
White with #984DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DDC; }
p { color: rgb(152,77,220); }
H1.HeaderClassName
{
color: #984DDC;
}
.AnyTagClassName
{
color: #984DDC;
}
</style>
background-color css
<style>
a { background-color: #984DDC; }
a { background-color: rgb(152,77,220); }
div.DivClassName
{
background-color: #984DDC;
}
.BgClassName
{
background-color: #984DDC;
}
</style>
border-color css
<style>
span { border-color: #984DDC; }
span { border-color: rgb(152,77,220); }
td.TdClassName
{
border-color: #984DDC;
}
.TagClassName
{
border-color: #984DDC;
}
</style>