Shades of Amethyst #884ED5
Tints of Amethyst #884ED5
RGB
CMYK
RGB Variations
Color information
#884ED5 (or 0x884ED5) is known color: Amethyst. HEX triplet: 88, 4E and D5. RGB value is (136,78,213). Sum of RGB (Red+Green+Blue) = 136+78+213=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #884ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ED5 is #77B12A. Grayscale: #6E6E6E. Windows color (decimal): -7844139 or 13979272. OLE color: 13979272.
HSL color Cylindrical-coordinate representation of color #884ED5: hue angle of 265.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884ED5 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 78 | 213 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.16 |
| HSL | 265.78º | 0.62% | 0.57% | - |
| HSV(B) | 265.78º | 0.63% | 0.84% | - |
| XYZ | 24.89 | 15.49 | 64.63 | - |
| YUV | 110.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 213 | 0.36 | 0.63 | 0 | 0.16 | 265.78 | 0.62 | 0.57 |
| Hex | 88 | 4E | D5 | 24 | 3F | 0 | 10 | 10A | 3E | 39 |
| Octal | 210 | 116 | 325 | 44 | 77 | 0 | 20 | 412 | 76 | 71 |
| Binary | 10001000 | 1001110 | 11010101 | 100100 | 111111 | 0 | 10000 | 100001010 | 111110 | 111001 |
Color Harmonies of #884ED5
Complementary color
Monochromatic Colors of #884ED5
Black with #884ED5
Text Example
Text Example
White with #884ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ED5; }
p { color: rgb(136,78,213); }
H1.HeaderClassName
{
color: #884ED5;
}
.AnyTagClassName
{
color: #884ED5;
}
</style>
background-color css
<style>
a { background-color: #884ED5; }
a { background-color: rgb(136,78,213); }
div.DivClassName
{
background-color: #884ED5;
}
.BgClassName
{
background-color: #884ED5;
}
</style>
border-color css
<style>
span { border-color: #884ED5; }
span { border-color: rgb(136,78,213); }
td.TdClassName
{
border-color: #884ED5;
}
.TagClassName
{
border-color: #884ED5;
}
</style>