Shades of Amethyst #885AC8
Tints of Amethyst #885AC8
RGB
CMYK
RGB Variations
Color information
#885AC8 (or 0x885AC8) is known color: Amethyst. HEX triplet: 88, 5A and C8. RGB value is (136,90,200). Sum of RGB (Red+Green+Blue) = 136+90+200=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #885AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AC8 is #77A537. Grayscale: #737373. Windows color (decimal): -7841080 or 13130376. OLE color: 13130376.
HSL color Cylindrical-coordinate representation of color #885AC8: hue angle of 265.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885AC8 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 90 | 200 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.22 |
| HSL | 265.09º | 0.5% | 0.57% | - |
| HSV(B) | 265.09º | 0.55% | 0.78% | - |
| XYZ | 24.23 | 16.72 | 56.59 | - |
| YUV | 116.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 200 | 0.32 | 0.55 | 0 | 0.22 | 265.09 | 0.5 | 0.57 |
| Hex | 88 | 5A | C8 | 20 | 37 | 0 | 16 | 109 | 32 | 39 |
| Octal | 210 | 132 | 310 | 40 | 67 | 0 | 26 | 411 | 62 | 71 |
| Binary | 10001000 | 1011010 | 11001000 | 100000 | 110111 | 0 | 10110 | 100001001 | 110010 | 111001 |
Color Harmonies of #885AC8
Complementary color
Monochromatic Colors of #885AC8
Black with #885AC8
Text Example
Text Example
White with #885AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AC8; }
p { color: rgb(136,90,200); }
H1.HeaderClassName
{
color: #885AC8;
}
.AnyTagClassName
{
color: #885AC8;
}
</style>
background-color css
<style>
a { background-color: #885AC8; }
a { background-color: rgb(136,90,200); }
div.DivClassName
{
background-color: #885AC8;
}
.BgClassName
{
background-color: #885AC8;
}
</style>
border-color css
<style>
span { border-color: #885AC8; }
span { border-color: rgb(136,90,200); }
td.TdClassName
{
border-color: #885AC8;
}
.TagClassName
{
border-color: #885AC8;
}
</style>