Shades of Amethyst #884ECB
Tints of Amethyst #884ECB
RGB
CMYK
RGB Variations
Color information
#884ECB (or 0x884ECB) is known color: Amethyst. HEX triplet: 88, 4E and CB. RGB value is (136,78,203). Sum of RGB (Red+Green+Blue) = 136+78+203=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #884ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ECB is #77B134. Grayscale: #6D6D6D. Windows color (decimal): -7844149 or 13323912. OLE color: 13323912.
HSL color Cylindrical-coordinate representation of color #884ECB: hue angle of 267.84º degrees, saturation: 0.55, 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 #884ECB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 78 | 203 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.20 |
| HSL | 267.84º | 0.55% | 0.55% | - |
| HSV(B) | 267.84º | 0.62% | 0.8% | - |
| XYZ | 23.66 | 14.99 | 58.15 | - |
| YUV | 109.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 203 | 0.33 | 0.62 | 0 | 0.20 | 267.84 | 0.55 | 0.55 |
| Hex | 88 | 4E | CB | 21 | 3E | 0 | 14 | 10C | 37 | 37 |
| Octal | 210 | 116 | 313 | 41 | 76 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001000 | 1001110 | 11001011 | 100001 | 111110 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #884ECB
Complementary color
Monochromatic Colors of #884ECB
Black with #884ECB
Text Example
Text Example
White with #884ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ECB; }
p { color: rgb(136,78,203); }
H1.HeaderClassName
{
color: #884ECB;
}
.AnyTagClassName
{
color: #884ECB;
}
</style>
background-color css
<style>
a { background-color: #884ECB; }
a { background-color: rgb(136,78,203); }
div.DivClassName
{
background-color: #884ECB;
}
.BgClassName
{
background-color: #884ECB;
}
</style>
border-color css
<style>
span { border-color: #884ECB; }
span { border-color: rgb(136,78,203); }
td.TdClassName
{
border-color: #884ECB;
}
.TagClassName
{
border-color: #884ECB;
}
</style>