Shades of Amethyst #984CE0
Tints of Amethyst #984CE0
RGB
CMYK
RGB Variations
Color information
#984CE0 (or 0x984CE0) is known color: Amethyst. HEX triplet: 98, 4C and E0. RGB value is (152,76,224). Sum of RGB (Red+Green+Blue) = 152+76+224=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #984CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CE0 is #67B31F. Grayscale: #737373. Windows color (decimal): -6796064 or 14699672. OLE color: 14699672.
HSL color Cylindrical-coordinate representation of color #984CE0: hue angle of 270.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984CE0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 76 | 224 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.12 |
| HSL | 270.81º | 0.7% | 0.59% | - |
| HSV(B) | 270.81º | 0.66% | 0.88% | - |
| XYZ | 28.99 | 17.23 | 72.32 | - |
| YUV | 115.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 224 | 0.32 | 0.66 | 0 | 0.12 | 270.81 | 0.7 | 0.59 |
| Hex | 98 | 4C | E0 | 20 | 42 | 0 | C | 10F | 46 | 3B |
| Octal | 230 | 114 | 340 | 40 | 102 | 0 | 14 | 417 | 106 | 73 |
| Binary | 10011000 | 1001100 | 11100000 | 100000 | 1000010 | 0 | 1100 | 100001111 | 1000110 | 111011 |
Color Harmonies of #984CE0
Complementary color
Monochromatic Colors of #984CE0
Black with #984CE0
Text Example
Text Example
White with #984CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CE0; }
p { color: rgb(152,76,224); }
H1.HeaderClassName
{
color: #984CE0;
}
.AnyTagClassName
{
color: #984CE0;
}
</style>
background-color css
<style>
a { background-color: #984CE0; }
a { background-color: rgb(152,76,224); }
div.DivClassName
{
background-color: #984CE0;
}
.BgClassName
{
background-color: #984CE0;
}
</style>
border-color css
<style>
span { border-color: #984CE0; }
span { border-color: rgb(152,76,224); }
td.TdClassName
{
border-color: #984CE0;
}
.TagClassName
{
border-color: #984CE0;
}
</style>