Shades of Amethyst #885CCE
Tints of Amethyst #885CCE
RGB
CMYK
RGB Variations
Color information
#885CCE (or 0x885CCE) is known color: Amethyst. HEX triplet: 88, 5C and CE. RGB value is (136,92,206). Sum of RGB (Red+Green+Blue) = 136+92+206=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #885CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCE is #77A331. Grayscale: #757575. Windows color (decimal): -7840562 or 13524104. OLE color: 13524104.
HSL color Cylindrical-coordinate representation of color #885CCE: hue angle of 263.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885CCE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 92 | 206 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.19 |
| HSL | 263.16º | 0.54% | 0.58% | - |
| HSV(B) | 263.16º | 0.55% | 0.81% | - |
| XYZ | 25.12 | 17.34 | 60.42 | - |
| YUV | 118.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 206 | 0.34 | 0.55 | 0 | 0.19 | 263.16 | 0.54 | 0.58 |
| Hex | 88 | 5C | CE | 22 | 37 | 0 | 13 | 107 | 36 | 3A |
| Octal | 210 | 134 | 316 | 42 | 67 | 0 | 23 | 407 | 66 | 72 |
| Binary | 10001000 | 1011100 | 11001110 | 100010 | 110111 | 0 | 10011 | 100000111 | 110110 | 111010 |
Color Harmonies of #885CCE
Complementary color
Monochromatic Colors of #885CCE
Black with #885CCE
Text Example
Text Example
White with #885CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CCE; }
p { color: rgb(136,92,206); }
H1.HeaderClassName
{
color: #885CCE;
}
.AnyTagClassName
{
color: #885CCE;
}
</style>
background-color css
<style>
a { background-color: #885CCE; }
a { background-color: rgb(136,92,206); }
div.DivClassName
{
background-color: #885CCE;
}
.BgClassName
{
background-color: #885CCE;
}
</style>
border-color css
<style>
span { border-color: #885CCE; }
span { border-color: rgb(136,92,206); }
td.TdClassName
{
border-color: #885CCE;
}
.TagClassName
{
border-color: #885CCE;
}
</style>