Shades of Amethyst #884ED7
Tints of Amethyst #884ED7
RGB
CMYK
RGB Variations
Color information
#884ED7 (or 0x884ED7) is known color: Amethyst. HEX triplet: 88, 4E and D7. RGB value is (136,78,215). Sum of RGB (Red+Green+Blue) = 136+78+215=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #884ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ED7 is #77B128. Grayscale: #6E6E6E. Windows color (decimal): -7844137 or 14110344. OLE color: 14110344.
HSL color Cylindrical-coordinate representation of color #884ED7: hue angle of 265.4º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #884ED7 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 78 | 215 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.16 |
| HSL | 265.4º | 0.63% | 0.57% | - |
| HSV(B) | 265.4º | 0.64% | 0.84% | - |
| XYZ | 25.14 | 15.59 | 65.97 | - |
| YUV | 110.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 215 | 0.37 | 0.64 | 0 | 0.16 | 265.4 | 0.63 | 0.57 |
| Hex | 88 | 4E | D7 | 25 | 40 | 0 | 10 | 109 | 3F | 39 |
| Octal | 210 | 116 | 327 | 45 | 100 | 0 | 20 | 411 | 77 | 71 |
| Binary | 10001000 | 1001110 | 11010111 | 100101 | 1000000 | 0 | 10000 | 100001001 | 111111 | 111001 |
Color Harmonies of #884ED7
Complementary color
Monochromatic Colors of #884ED7
Black with #884ED7
Text Example
Text Example
White with #884ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ED7; }
p { color: rgb(136,78,215); }
H1.HeaderClassName
{
color: #884ED7;
}
.AnyTagClassName
{
color: #884ED7;
}
</style>
background-color css
<style>
a { background-color: #884ED7; }
a { background-color: rgb(136,78,215); }
div.DivClassName
{
background-color: #884ED7;
}
.BgClassName
{
background-color: #884ED7;
}
</style>
border-color css
<style>
span { border-color: #884ED7; }
span { border-color: rgb(136,78,215); }
td.TdClassName
{
border-color: #884ED7;
}
.TagClassName
{
border-color: #884ED7;
}
</style>