Shades of Amethyst #884EDD
Tints of Amethyst #884EDD
RGB
CMYK
RGB Variations
Color information
#884EDD (or 0x884EDD) is known color: Amethyst. HEX triplet: 88, 4E and DD. RGB value is (136,78,221). Sum of RGB (Red+Green+Blue) = 136+78+221=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #884EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EDD is #77B122. Grayscale: #6F6F6F. Windows color (decimal): -7844131 or 14503560. OLE color: 14503560.
HSL color Cylindrical-coordinate representation of color #884EDD: hue angle of 264.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884EDD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 78 | 221 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.13 |
| HSL | 264.34º | 0.68% | 0.59% | - |
| HSV(B) | 264.34º | 0.65% | 0.87% | - |
| XYZ | 25.93 | 15.9 | 70.11 | - |
| YUV | 111.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 221 | 0.38 | 0.65 | 0 | 0.13 | 264.34 | 0.68 | 0.59 |
| Hex | 88 | 4E | DD | 26 | 41 | 0 | D | 108 | 44 | 3B |
| Octal | 210 | 116 | 335 | 46 | 101 | 0 | 15 | 410 | 104 | 73 |
| Binary | 10001000 | 1001110 | 11011101 | 100110 | 1000001 | 0 | 1101 | 100001000 | 1000100 | 111011 |
Color Harmonies of #884EDD
Complementary color
Monochromatic Colors of #884EDD
Black with #884EDD
Text Example
Text Example
White with #884EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EDD; }
p { color: rgb(136,78,221); }
H1.HeaderClassName
{
color: #884EDD;
}
.AnyTagClassName
{
color: #884EDD;
}
</style>
background-color css
<style>
a { background-color: #884EDD; }
a { background-color: rgb(136,78,221); }
div.DivClassName
{
background-color: #884EDD;
}
.BgClassName
{
background-color: #884EDD;
}
</style>
border-color css
<style>
span { border-color: #884EDD; }
span { border-color: rgb(136,78,221); }
td.TdClassName
{
border-color: #884EDD;
}
.TagClassName
{
border-color: #884EDD;
}
</style>