Shades of Amethyst #885BD0
Tints of Amethyst #885BD0
RGB
CMYK
RGB Variations
Color information
#885BD0 (or 0x885BD0) is known color: Amethyst. HEX triplet: 88, 5B and D0. RGB value is (136,91,208). Sum of RGB (Red+Green+Blue) = 136+91+208=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #885BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BD0 is #77A42F. Grayscale: #757575. Windows color (decimal): -7840816 or 13654920. OLE color: 13654920.
HSL color Cylindrical-coordinate representation of color #885BD0: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #885BD0 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 91 | 208 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.18 |
| HSL | 263.08º | 0.55% | 0.59% | - |
| HSV(B) | 263.08º | 0.56% | 0.82% | - |
| XYZ | 25.28 | 17.27 | 61.68 | - |
| YUV | 117.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 208 | 0.35 | 0.56 | 0 | 0.18 | 263.08 | 0.55 | 0.59 |
| Hex | 88 | 5B | D0 | 23 | 38 | 0 | 12 | 107 | 37 | 3B |
| Octal | 210 | 133 | 320 | 43 | 70 | 0 | 22 | 407 | 67 | 73 |
| Binary | 10001000 | 1011011 | 11010000 | 100011 | 111000 | 0 | 10010 | 100000111 | 110111 | 111011 |
Color Harmonies of #885BD0
Complementary color
Monochromatic Colors of #885BD0
Black with #885BD0
Text Example
Text Example
White with #885BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BD0; }
p { color: rgb(136,91,208); }
H1.HeaderClassName
{
color: #885BD0;
}
.AnyTagClassName
{
color: #885BD0;
}
</style>
background-color css
<style>
a { background-color: #885BD0; }
a { background-color: rgb(136,91,208); }
div.DivClassName
{
background-color: #885BD0;
}
.BgClassName
{
background-color: #885BD0;
}
</style>
border-color css
<style>
span { border-color: #885BD0; }
span { border-color: rgb(136,91,208); }
td.TdClassName
{
border-color: #885BD0;
}
.TagClassName
{
border-color: #885BD0;
}
</style>