Shades of Amethyst #885BC1
Tints of Amethyst #885BC1
RGB
CMYK
RGB Variations
Color information
#885BC1 (or 0x885BC1) is known color: Amethyst. HEX triplet: 88, 5B and C1. RGB value is (136,91,193). Sum of RGB (Red+Green+Blue) = 136+91+193=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #885BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BC1 is #77A43E. Grayscale: #737373. Windows color (decimal): -7840831 or 12671880. OLE color: 12671880.
HSL color Cylindrical-coordinate representation of color #885BC1: hue angle of 266.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885BC1 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 91 | 193 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.24 |
| HSL | 266.47º | 0.45% | 0.56% | - |
| HSV(B) | 266.47º | 0.53% | 0.76% | - |
| XYZ | 23.52 | 16.57 | 52.41 | - |
| YUV | 116.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 193 | 0.30 | 0.53 | 0 | 0.24 | 266.47 | 0.45 | 0.56 |
| Hex | 88 | 5B | C1 | 1E | 35 | 0 | 18 | 10A | 2D | 38 |
| Octal | 210 | 133 | 301 | 36 | 65 | 0 | 30 | 412 | 55 | 70 |
| Binary | 10001000 | 1011011 | 11000001 | 11110 | 110101 | 0 | 11000 | 100001010 | 101101 | 111000 |
Color Harmonies of #885BC1
Complementary color
Monochromatic Colors of #885BC1
Black with #885BC1
Text Example
Text Example
White with #885BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BC1; }
p { color: rgb(136,91,193); }
H1.HeaderClassName
{
color: #885BC1;
}
.AnyTagClassName
{
color: #885BC1;
}
</style>
background-color css
<style>
a { background-color: #885BC1; }
a { background-color: rgb(136,91,193); }
div.DivClassName
{
background-color: #885BC1;
}
.BgClassName
{
background-color: #885BC1;
}
</style>
border-color css
<style>
span { border-color: #885BC1; }
span { border-color: rgb(136,91,193); }
td.TdClassName
{
border-color: #885BC1;
}
.TagClassName
{
border-color: #885BC1;
}
</style>