Shades of Amethyst #885AD5
Tints of Amethyst #885AD5
RGB
CMYK
RGB Variations
Color information
#885AD5 (or 0x885AD5) is known color: Amethyst. HEX triplet: 88, 5A and D5. RGB value is (136,90,213). Sum of RGB (Red+Green+Blue) = 136+90+213=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #885AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AD5 is #77A52A. Grayscale: #757575. Windows color (decimal): -7841067 or 13982344. OLE color: 13982344.
HSL color Cylindrical-coordinate representation of color #885AD5: hue angle of 262.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885AD5 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 90 | 213 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.16 |
| HSL | 262.44º | 0.59% | 0.59% | - |
| HSV(B) | 262.44º | 0.58% | 0.84% | - |
| XYZ | 25.82 | 17.35 | 64.94 | - |
| YUV | 117.78 | 181.74 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 213 | 0.36 | 0.58 | 0 | 0.16 | 262.44 | 0.59 | 0.59 |
| Hex | 88 | 5A | D5 | 24 | 3A | 0 | 10 | 106 | 3B | 3B |
| Octal | 210 | 132 | 325 | 44 | 72 | 0 | 20 | 406 | 73 | 73 |
| Binary | 10001000 | 1011010 | 11010101 | 100100 | 111010 | 0 | 10000 | 100000110 | 111011 | 111011 |
Color Harmonies of #885AD5
Complementary color
Monochromatic Colors of #885AD5
Black with #885AD5
Text Example
Text Example
White with #885AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AD5; }
p { color: rgb(136,90,213); }
H1.HeaderClassName
{
color: #885AD5;
}
.AnyTagClassName
{
color: #885AD5;
}
</style>
background-color css
<style>
a { background-color: #885AD5; }
a { background-color: rgb(136,90,213); }
div.DivClassName
{
background-color: #885AD5;
}
.BgClassName
{
background-color: #885AD5;
}
</style>
border-color css
<style>
span { border-color: #885AD5; }
span { border-color: rgb(136,90,213); }
td.TdClassName
{
border-color: #885AD5;
}
.TagClassName
{
border-color: #885AD5;
}
</style>