Shades of Amethyst #984FDB
Tints of Amethyst #984FDB
RGB
CMYK
RGB Variations
Color information
#984FDB (or 0x984FDB) is known color: Amethyst. HEX triplet: 98, 4F and DB. RGB value is (152,79,219). Sum of RGB (Red+Green+Blue) = 152+79+219=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #984FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FDB is #67B024. Grayscale: #747474. Windows color (decimal): -6795301 or 14372760. OLE color: 14372760.
HSL color Cylindrical-coordinate representation of color #984FDB: hue angle of 271.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984FDB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 79 | 219 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.14 |
| HSL | 271.29º | 0.66% | 0.58% | - |
| HSV(B) | 271.29º | 0.64% | 0.86% | - |
| XYZ | 28.53 | 17.38 | 68.87 | - |
| YUV | 116.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 219 | 0.31 | 0.64 | 0 | 0.14 | 271.29 | 0.66 | 0.58 |
| Hex | 98 | 4F | DB | 1F | 40 | 0 | E | 10F | 42 | 3A |
| Octal | 230 | 117 | 333 | 37 | 100 | 0 | 16 | 417 | 102 | 72 |
| Binary | 10011000 | 1001111 | 11011011 | 11111 | 1000000 | 0 | 1110 | 100001111 | 1000010 | 111010 |
Color Harmonies of #984FDB
Complementary color
Monochromatic Colors of #984FDB
Black with #984FDB
Text Example
Text Example
White with #984FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984FDB; }
p { color: rgb(152,79,219); }
H1.HeaderClassName
{
color: #984FDB;
}
.AnyTagClassName
{
color: #984FDB;
}
</style>
background-color css
<style>
a { background-color: #984FDB; }
a { background-color: rgb(152,79,219); }
div.DivClassName
{
background-color: #984FDB;
}
.BgClassName
{
background-color: #984FDB;
}
</style>
border-color css
<style>
span { border-color: #984FDB; }
span { border-color: rgb(152,79,219); }
td.TdClassName
{
border-color: #984FDB;
}
.TagClassName
{
border-color: #984FDB;
}
</style>