Shades of Amethyst #984CE3
Tints of Amethyst #984CE3
RGB
CMYK
RGB Variations
Color information
#984CE3 (or 0x984CE3) is known color: Amethyst. HEX triplet: 98, 4C and E3. RGB value is (152,76,227). Sum of RGB (Red+Green+Blue) = 152+76+227=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #984CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CE3 is #67B31C. Grayscale: #737373. Windows color (decimal): -6796061 or 14896280. OLE color: 14896280.
HSL color Cylindrical-coordinate representation of color #984CE3: hue angle of 270.2º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984CE3 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 76 | 227 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.11 |
| HSL | 270.2º | 0.73% | 0.59% | - |
| HSV(B) | 270.2º | 0.67% | 0.89% | - |
| XYZ | 29.4 | 17.39 | 74.48 | - |
| YUV | 115.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 227 | 0.33 | 0.67 | 0 | 0.11 | 270.2 | 0.73 | 0.59 |
| Hex | 98 | 4C | E3 | 21 | 43 | 0 | B | 10E | 49 | 3B |
| Octal | 230 | 114 | 343 | 41 | 103 | 0 | 13 | 416 | 111 | 73 |
| Binary | 10011000 | 1001100 | 11100011 | 100001 | 1000011 | 0 | 1011 | 100001110 | 1001001 | 111011 |
Color Harmonies of #984CE3
Complementary color
Monochromatic Colors of #984CE3
Black with #984CE3
Text Example
Text Example
White with #984CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CE3; }
p { color: rgb(152,76,227); }
H1.HeaderClassName
{
color: #984CE3;
}
.AnyTagClassName
{
color: #984CE3;
}
</style>
background-color css
<style>
a { background-color: #984CE3; }
a { background-color: rgb(152,76,227); }
div.DivClassName
{
background-color: #984CE3;
}
.BgClassName
{
background-color: #984CE3;
}
</style>
border-color css
<style>
span { border-color: #984CE3; }
span { border-color: rgb(152,76,227); }
td.TdClassName
{
border-color: #984CE3;
}
.TagClassName
{
border-color: #984CE3;
}
</style>