Shades of Amethyst #885DCE
Tints of Amethyst #885DCE
RGB
CMYK
RGB Variations
Color information
#885DCE (or 0x885DCE) is known color: Amethyst. HEX triplet: 88, 5D and CE. RGB value is (136,93,206). Sum of RGB (Red+Green+Blue) = 136+93+206=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #885DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DCE is #77A231. Grayscale: #767676. Windows color (decimal): -7840306 or 13524360. OLE color: 13524360.
HSL color Cylindrical-coordinate representation of color #885DCE: hue angle of 262.83º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885DCE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 93 | 206 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.19 |
| HSL | 262.83º | 0.54% | 0.59% | - |
| HSV(B) | 262.83º | 0.55% | 0.81% | - |
| XYZ | 25.21 | 17.52 | 60.45 | - |
| YUV | 118.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 206 | 0.34 | 0.55 | 0 | 0.19 | 262.83 | 0.54 | 0.59 |
| Hex | 88 | 5D | CE | 22 | 37 | 0 | 13 | 107 | 36 | 3B |
| Octal | 210 | 135 | 316 | 42 | 67 | 0 | 23 | 407 | 66 | 73 |
| Binary | 10001000 | 1011101 | 11001110 | 100010 | 110111 | 0 | 10011 | 100000111 | 110110 | 111011 |
Color Harmonies of #885DCE
Complementary color
Monochromatic Colors of #885DCE
Black with #885DCE
Text Example
Text Example
White with #885DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DCE; }
p { color: rgb(136,93,206); }
H1.HeaderClassName
{
color: #885DCE;
}
.AnyTagClassName
{
color: #885DCE;
}
</style>
background-color css
<style>
a { background-color: #885DCE; }
a { background-color: rgb(136,93,206); }
div.DivClassName
{
background-color: #885DCE;
}
.BgClassName
{
background-color: #885DCE;
}
</style>
border-color css
<style>
span { border-color: #885DCE; }
span { border-color: rgb(136,93,206); }
td.TdClassName
{
border-color: #885DCE;
}
.TagClassName
{
border-color: #885DCE;
}
</style>