Shades of Amethyst #984BDF
Tints of Amethyst #984BDF
RGB
CMYK
RGB Variations
Color information
#984BDF (or 0x984BDF) is known color: Amethyst. HEX triplet: 98, 4B and DF. RGB value is (152,75,223). Sum of RGB (Red+Green+Blue) = 152+75+223=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #984BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BDF is #67B420. Grayscale: #727272. Windows color (decimal): -6796321 or 14633880. OLE color: 14633880.
HSL color Cylindrical-coordinate representation of color #984BDF: hue angle of 271.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984BDF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 75 | 223 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.13 |
| HSL | 271.22º | 0.7% | 0.58% | - |
| HSV(B) | 271.22º | 0.66% | 0.87% | - |
| XYZ | 28.78 | 17.04 | 71.58 | - |
| YUV | 114.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 223 | 0.32 | 0.66 | 0 | 0.13 | 271.22 | 0.7 | 0.58 |
| Hex | 98 | 4B | DF | 20 | 42 | 0 | D | 10F | 46 | 3A |
| Octal | 230 | 113 | 337 | 40 | 102 | 0 | 15 | 417 | 106 | 72 |
| Binary | 10011000 | 1001011 | 11011111 | 100000 | 1000010 | 0 | 1101 | 100001111 | 1000110 | 111010 |
Color Harmonies of #984BDF
Complementary color
Monochromatic Colors of #984BDF
Black with #984BDF
Text Example
Text Example
White with #984BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BDF; }
p { color: rgb(152,75,223); }
H1.HeaderClassName
{
color: #984BDF;
}
.AnyTagClassName
{
color: #984BDF;
}
</style>
background-color css
<style>
a { background-color: #984BDF; }
a { background-color: rgb(152,75,223); }
div.DivClassName
{
background-color: #984BDF;
}
.BgClassName
{
background-color: #984BDF;
}
</style>
border-color css
<style>
span { border-color: #984BDF; }
span { border-color: rgb(152,75,223); }
td.TdClassName
{
border-color: #984BDF;
}
.TagClassName
{
border-color: #984BDF;
}
</style>