Shades of Amethyst #885ABF
Tints of Amethyst #885ABF
RGB
CMYK
RGB Variations
Color information
#885ABF (or 0x885ABF) is known color: Amethyst. HEX triplet: 88, 5A and BF. RGB value is (136,90,191). Sum of RGB (Red+Green+Blue) = 136+90+191=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #885ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABF is #77A540. Grayscale: #727272. Windows color (decimal): -7841089 or 12540552. OLE color: 12540552.
HSL color Cylindrical-coordinate representation of color #885ABF: hue angle of 267.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885ABF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 90 | 191 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.25 |
| HSL | 267.33º | 0.44% | 0.55% | - |
| HSV(B) | 267.33º | 0.53% | 0.75% | - |
| XYZ | 23.21 | 16.31 | 51.21 | - |
| YUV | 115.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 191 | 0.29 | 0.53 | 0 | 0.25 | 267.33 | 0.44 | 0.55 |
| Hex | 88 | 5A | BF | 1D | 35 | 0 | 19 | 10B | 2C | 37 |
| Octal | 210 | 132 | 277 | 35 | 65 | 0 | 31 | 413 | 54 | 67 |
| Binary | 10001000 | 1011010 | 10111111 | 11101 | 110101 | 0 | 11001 | 100001011 | 101100 | 110111 |
Color Harmonies of #885ABF
Complementary color
Monochromatic Colors of #885ABF
Black with #885ABF
Text Example
Text Example
White with #885ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ABF; }
p { color: rgb(136,90,191); }
H1.HeaderClassName
{
color: #885ABF;
}
.AnyTagClassName
{
color: #885ABF;
}
</style>
background-color css
<style>
a { background-color: #885ABF; }
a { background-color: rgb(136,90,191); }
div.DivClassName
{
background-color: #885ABF;
}
.BgClassName
{
background-color: #885ABF;
}
</style>
border-color css
<style>
span { border-color: #885ABF; }
span { border-color: rgb(136,90,191); }
td.TdClassName
{
border-color: #885ABF;
}
.TagClassName
{
border-color: #885ABF;
}
</style>