Shades of Amethyst #885DCD
Tints of Amethyst #885DCD
RGB
CMYK
RGB Variations
Color information
#885DCD (or 0x885DCD) is known color: Amethyst. HEX triplet: 88, 5D and CD. RGB value is (136,93,205). Sum of RGB (Red+Green+Blue) = 136+93+205=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #885DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DCD is #77A232. Grayscale: #767676. Windows color (decimal): -7840307 or 13458824. OLE color: 13458824.
HSL color Cylindrical-coordinate representation of color #885DCD: hue angle of 263.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885DCD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 93 | 205 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.20 |
| HSL | 263.04º | 0.53% | 0.58% | - |
| HSV(B) | 263.04º | 0.55% | 0.8% | - |
| XYZ | 25.09 | 17.47 | 59.81 | - |
| YUV | 118.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 205 | 0.34 | 0.55 | 0 | 0.20 | 263.04 | 0.53 | 0.58 |
| Hex | 88 | 5D | CD | 22 | 37 | 0 | 14 | 107 | 35 | 3A |
| Octal | 210 | 135 | 315 | 42 | 67 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10001000 | 1011101 | 11001101 | 100010 | 110111 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #885DCD
Complementary color
Monochromatic Colors of #885DCD
Black with #885DCD
Text Example
Text Example
White with #885DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DCD; }
p { color: rgb(136,93,205); }
H1.HeaderClassName
{
color: #885DCD;
}
.AnyTagClassName
{
color: #885DCD;
}
</style>
background-color css
<style>
a { background-color: #885DCD; }
a { background-color: rgb(136,93,205); }
div.DivClassName
{
background-color: #885DCD;
}
.BgClassName
{
background-color: #885DCD;
}
</style>
border-color css
<style>
span { border-color: #885DCD; }
span { border-color: rgb(136,93,205); }
td.TdClassName
{
border-color: #885DCD;
}
.TagClassName
{
border-color: #885DCD;
}
</style>