Shades of Amethyst #984BDC
Tints of Amethyst #984BDC
RGB
CMYK
RGB Variations
Color information
#984BDC (or 0x984BDC) is known color: Amethyst. HEX triplet: 98, 4B and DC. RGB value is (152,75,220). Sum of RGB (Red+Green+Blue) = 152+75+220=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #984BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BDC is #67B423. Grayscale: #727272. Windows color (decimal): -6796324 or 14437272. OLE color: 14437272.
HSL color Cylindrical-coordinate representation of color #984BDC: hue angle of 271.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984BDC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 75 | 220 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.14 |
| HSL | 271.86º | 0.67% | 0.58% | - |
| HSV(B) | 271.86º | 0.66% | 0.86% | - |
| XYZ | 28.38 | 16.87 | 69.47 | - |
| YUV | 114.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 220 | 0.31 | 0.66 | 0 | 0.14 | 271.86 | 0.67 | 0.58 |
| Hex | 98 | 4B | DC | 1F | 42 | 0 | E | 110 | 43 | 3A |
| Octal | 230 | 113 | 334 | 37 | 102 | 0 | 16 | 420 | 103 | 72 |
| Binary | 10011000 | 1001011 | 11011100 | 11111 | 1000010 | 0 | 1110 | 100010000 | 1000011 | 111010 |
Color Harmonies of #984BDC
Complementary color
Monochromatic Colors of #984BDC
Black with #984BDC
Text Example
Text Example
White with #984BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BDC; }
p { color: rgb(152,75,220); }
H1.HeaderClassName
{
color: #984BDC;
}
.AnyTagClassName
{
color: #984BDC;
}
</style>
background-color css
<style>
a { background-color: #984BDC; }
a { background-color: rgb(152,75,220); }
div.DivClassName
{
background-color: #984BDC;
}
.BgClassName
{
background-color: #984BDC;
}
</style>
border-color css
<style>
span { border-color: #984BDC; }
span { border-color: rgb(152,75,220); }
td.TdClassName
{
border-color: #984BDC;
}
.TagClassName
{
border-color: #984BDC;
}
</style>