Shades of Amethyst #885AC7
Tints of Amethyst #885AC7
RGB
CMYK
RGB Variations
Color information
#885AC7 (or 0x885AC7) is known color: Amethyst. HEX triplet: 88, 5A and C7. RGB value is (136,90,199). Sum of RGB (Red+Green+Blue) = 136+90+199=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #885AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AC7 is #77A538. Grayscale: #737373. Windows color (decimal): -7841081 or 13064840. OLE color: 13064840.
HSL color Cylindrical-coordinate representation of color #885AC7: hue angle of 265.32º degrees, saturation: 0.49, 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 #885AC7 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 90 | 199 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.22 |
| HSL | 265.32º | 0.49% | 0.57% | - |
| HSV(B) | 265.32º | 0.55% | 0.78% | - |
| XYZ | 24.12 | 16.67 | 55.98 | - |
| YUV | 116.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 199 | 0.32 | 0.55 | 0 | 0.22 | 265.32 | 0.49 | 0.57 |
| Hex | 88 | 5A | C7 | 20 | 37 | 0 | 16 | 109 | 31 | 39 |
| Octal | 210 | 132 | 307 | 40 | 67 | 0 | 26 | 411 | 61 | 71 |
| Binary | 10001000 | 1011010 | 11000111 | 100000 | 110111 | 0 | 10110 | 100001001 | 110001 | 111001 |
Color Harmonies of #885AC7
Complementary color
Monochromatic Colors of #885AC7
Black with #885AC7
Text Example
Text Example
White with #885AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AC7; }
p { color: rgb(136,90,199); }
H1.HeaderClassName
{
color: #885AC7;
}
.AnyTagClassName
{
color: #885AC7;
}
</style>
background-color css
<style>
a { background-color: #885AC7; }
a { background-color: rgb(136,90,199); }
div.DivClassName
{
background-color: #885AC7;
}
.BgClassName
{
background-color: #885AC7;
}
</style>
border-color css
<style>
span { border-color: #885AC7; }
span { border-color: rgb(136,90,199); }
td.TdClassName
{
border-color: #885AC7;
}
.TagClassName
{
border-color: #885AC7;
}
</style>