Shades of Amethyst #885ECB
Tints of Amethyst #885ECB
RGB
CMYK
RGB Variations
Color information
#885ECB (or 0x885ECB) is known color: Amethyst. HEX triplet: 88, 5E and CB. RGB value is (136,94,203). Sum of RGB (Red+Green+Blue) = 136+94+203=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #885ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECB is #77A134. Grayscale: #767676. Windows color (decimal): -7840053 or 13328008. OLE color: 13328008.
HSL color Cylindrical-coordinate representation of color #885ECB: hue angle of 263.12º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885ECB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 94 | 203 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.20 |
| HSL | 263.12º | 0.51% | 0.58% | - |
| HSV(B) | 263.12º | 0.54% | 0.8% | - |
| XYZ | 24.94 | 17.55 | 58.57 | - |
| YUV | 118.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 203 | 0.33 | 0.54 | 0 | 0.20 | 263.12 | 0.51 | 0.58 |
| Hex | 88 | 5E | CB | 21 | 36 | 0 | 14 | 107 | 33 | 3A |
| Octal | 210 | 136 | 313 | 41 | 66 | 0 | 24 | 407 | 63 | 72 |
| Binary | 10001000 | 1011110 | 11001011 | 100001 | 110110 | 0 | 10100 | 100000111 | 110011 | 111010 |
Color Harmonies of #885ECB
Complementary color
Monochromatic Colors of #885ECB
Black with #885ECB
Text Example
Text Example
White with #885ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ECB; }
p { color: rgb(136,94,203); }
H1.HeaderClassName
{
color: #885ECB;
}
.AnyTagClassName
{
color: #885ECB;
}
</style>
background-color css
<style>
a { background-color: #885ECB; }
a { background-color: rgb(136,94,203); }
div.DivClassName
{
background-color: #885ECB;
}
.BgClassName
{
background-color: #885ECB;
}
</style>
border-color css
<style>
span { border-color: #885ECB; }
span { border-color: rgb(136,94,203); }
td.TdClassName
{
border-color: #885ECB;
}
.TagClassName
{
border-color: #885ECB;
}
</style>