Shades of Amethyst #984CE2
Tints of Amethyst #984CE2
RGB
CMYK
RGB Variations
Color information
#984CE2 (or 0x984CE2) is known color: Amethyst. HEX triplet: 98, 4C and E2. RGB value is (152,76,226). Sum of RGB (Red+Green+Blue) = 152+76+226=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #984CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CE2 is #67B31D. Grayscale: #737373. Windows color (decimal): -6796062 or 14830744. OLE color: 14830744.
HSL color Cylindrical-coordinate representation of color #984CE2: hue angle of 270.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984CE2 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 76 | 226 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.11 |
| HSL | 270.4º | 0.72% | 0.59% | - |
| HSV(B) | 270.4º | 0.66% | 0.89% | - |
| XYZ | 29.26 | 17.34 | 73.76 | - |
| YUV | 115.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 226 | 0.33 | 0.66 | 0 | 0.11 | 270.4 | 0.72 | 0.59 |
| Hex | 98 | 4C | E2 | 21 | 42 | 0 | B | 10E | 48 | 3B |
| Octal | 230 | 114 | 342 | 41 | 102 | 0 | 13 | 416 | 110 | 73 |
| Binary | 10011000 | 1001100 | 11100010 | 100001 | 1000010 | 0 | 1011 | 100001110 | 1001000 | 111011 |
Color Harmonies of #984CE2
Complementary color
Monochromatic Colors of #984CE2
Black with #984CE2
Text Example
Text Example
White with #984CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CE2; }
p { color: rgb(152,76,226); }
H1.HeaderClassName
{
color: #984CE2;
}
.AnyTagClassName
{
color: #984CE2;
}
</style>
background-color css
<style>
a { background-color: #984CE2; }
a { background-color: rgb(152,76,226); }
div.DivClassName
{
background-color: #984CE2;
}
.BgClassName
{
background-color: #984CE2;
}
</style>
border-color css
<style>
span { border-color: #984CE2; }
span { border-color: rgb(152,76,226); }
td.TdClassName
{
border-color: #984CE2;
}
.TagClassName
{
border-color: #984CE2;
}
</style>