Shades of Amethyst #884ECD
Tints of Amethyst #884ECD
RGB
CMYK
RGB Variations
Color information
#884ECD (or 0x884ECD) is known color: Amethyst. HEX triplet: 88, 4E and CD. RGB value is (136,78,205). Sum of RGB (Red+Green+Blue) = 136+78+205=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #884ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ECD is #77B132. Grayscale: #6D6D6D. Windows color (decimal): -7844147 or 13454984. OLE color: 13454984.
HSL color Cylindrical-coordinate representation of color #884ECD: hue angle of 267.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884ECD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 78 | 205 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.20 |
| HSL | 267.4º | 0.56% | 0.55% | - |
| HSV(B) | 267.4º | 0.62% | 0.8% | - |
| XYZ | 23.9 | 15.09 | 59.41 | - |
| YUV | 109.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 205 | 0.34 | 0.62 | 0 | 0.20 | 267.4 | 0.56 | 0.55 |
| Hex | 88 | 4E | CD | 22 | 3E | 0 | 14 | 10B | 38 | 37 |
| Octal | 210 | 116 | 315 | 42 | 76 | 0 | 24 | 413 | 70 | 67 |
| Binary | 10001000 | 1001110 | 11001101 | 100010 | 111110 | 0 | 10100 | 100001011 | 111000 | 110111 |
Color Harmonies of #884ECD
Complementary color
Monochromatic Colors of #884ECD
Black with #884ECD
Text Example
Text Example
White with #884ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ECD; }
p { color: rgb(136,78,205); }
H1.HeaderClassName
{
color: #884ECD;
}
.AnyTagClassName
{
color: #884ECD;
}
</style>
background-color css
<style>
a { background-color: #884ECD; }
a { background-color: rgb(136,78,205); }
div.DivClassName
{
background-color: #884ECD;
}
.BgClassName
{
background-color: #884ECD;
}
</style>
border-color css
<style>
span { border-color: #884ECD; }
span { border-color: rgb(136,78,205); }
td.TdClassName
{
border-color: #884ECD;
}
.TagClassName
{
border-color: #884ECD;
}
</style>