Shades of Amethyst #884EDC
Tints of Amethyst #884EDC
RGB
CMYK
RGB Variations
Color information
#884EDC (or 0x884EDC) is known color: Amethyst. HEX triplet: 88, 4E and DC. RGB value is (136,78,220). Sum of RGB (Red+Green+Blue) = 136+78+220=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #884EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EDC is #77B123. Grayscale: #6F6F6F. Windows color (decimal): -7844132 or 14438024. OLE color: 14438024.
HSL color Cylindrical-coordinate representation of color #884EDC: hue angle of 264.51º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884EDC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 78 | 220 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.14 |
| HSL | 264.51º | 0.67% | 0.58% | - |
| HSV(B) | 264.51º | 0.65% | 0.86% | - |
| XYZ | 25.8 | 15.85 | 69.41 | - |
| YUV | 111.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 220 | 0.38 | 0.65 | 0 | 0.14 | 264.51 | 0.67 | 0.58 |
| Hex | 88 | 4E | DC | 26 | 41 | 0 | E | 109 | 43 | 3A |
| Octal | 210 | 116 | 334 | 46 | 101 | 0 | 16 | 411 | 103 | 72 |
| Binary | 10001000 | 1001110 | 11011100 | 100110 | 1000001 | 0 | 1110 | 100001001 | 1000011 | 111010 |
Color Harmonies of #884EDC
Complementary color
Monochromatic Colors of #884EDC
Black with #884EDC
Text Example
Text Example
White with #884EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EDC; }
p { color: rgb(136,78,220); }
H1.HeaderClassName
{
color: #884EDC;
}
.AnyTagClassName
{
color: #884EDC;
}
</style>
background-color css
<style>
a { background-color: #884EDC; }
a { background-color: rgb(136,78,220); }
div.DivClassName
{
background-color: #884EDC;
}
.BgClassName
{
background-color: #884EDC;
}
</style>
border-color css
<style>
span { border-color: #884EDC; }
span { border-color: rgb(136,78,220); }
td.TdClassName
{
border-color: #884EDC;
}
.TagClassName
{
border-color: #884EDC;
}
</style>