Shades of Amethyst #885ECD
Tints of Amethyst #885ECD
RGB
CMYK
RGB Variations
Color information
#885ECD (or 0x885ECD) is known color: Amethyst. HEX triplet: 88, 5E and CD. RGB value is (136,94,205). Sum of RGB (Red+Green+Blue) = 136+94+205=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #885ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECD is #77A132. Grayscale: #767676. Windows color (decimal): -7840051 or 13459080. OLE color: 13459080.
HSL color Cylindrical-coordinate representation of color #885ECD: hue angle of 262.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885ECD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 94 | 205 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.20 |
| HSL | 262.7º | 0.53% | 0.59% | - |
| HSV(B) | 262.7º | 0.54% | 0.8% | - |
| XYZ | 25.18 | 17.65 | 59.84 | - |
| YUV | 119.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 205 | 0.34 | 0.54 | 0 | 0.20 | 262.7 | 0.53 | 0.59 |
| Hex | 88 | 5E | CD | 22 | 36 | 0 | 14 | 107 | 35 | 3B |
| Octal | 210 | 136 | 315 | 42 | 66 | 0 | 24 | 407 | 65 | 73 |
| Binary | 10001000 | 1011110 | 11001101 | 100010 | 110110 | 0 | 10100 | 100000111 | 110101 | 111011 |
Color Harmonies of #885ECD
Complementary color
Monochromatic Colors of #885ECD
Black with #885ECD
Text Example
Text Example
White with #885ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ECD; }
p { color: rgb(136,94,205); }
H1.HeaderClassName
{
color: #885ECD;
}
.AnyTagClassName
{
color: #885ECD;
}
</style>
background-color css
<style>
a { background-color: #885ECD; }
a { background-color: rgb(136,94,205); }
div.DivClassName
{
background-color: #885ECD;
}
.BgClassName
{
background-color: #885ECD;
}
</style>
border-color css
<style>
span { border-color: #885ECD; }
span { border-color: rgb(136,94,205); }
td.TdClassName
{
border-color: #885ECD;
}
.TagClassName
{
border-color: #885ECD;
}
</style>