Shades of Amethyst #8859CC
Tints of Amethyst #8859CC
RGB
CMYK
RGB Variations
Color information
#8859CC (or 0x8859CC) is known color: Amethyst. HEX triplet: 88, 59 and CC. RGB value is (136,89,204). Sum of RGB (Red+Green+Blue) = 136+89+204=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8859CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8859CC is #77A633. Grayscale: #737373. Windows color (decimal): -7841332 or 13392264. OLE color: 13392264.
HSL color Cylindrical-coordinate representation of color #8859CC: hue angle of 264.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8859CC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 89 | 204 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.2 |
| HSL | 264.52º | 0.53% | 0.57% | - |
| HSV(B) | 264.52º | 0.56% | 0.8% | - |
| XYZ | 24.62 | 16.74 | 59.06 | - |
| YUV | 116.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 204 | 0.33 | 0.56 | 0 | 0.2 | 264.52 | 0.53 | 0.57 |
| Hex | 88 | 59 | CC | 21 | 38 | 0 | 14 | 109 | 35 | 39 |
| Octal | 210 | 131 | 314 | 41 | 70 | 0 | 24 | 411 | 65 | 71 |
| Binary | 10001000 | 1011001 | 11001100 | 100001 | 111000 | 0 | 10100 | 100001001 | 110101 | 111001 |
Color Harmonies of #8859CC
Complementary color
Monochromatic Colors of #8859CC
Black with #8859CC
Text Example
Text Example
White with #8859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8859CC; }
p { color: rgb(136,89,204); }
H1.HeaderClassName
{
color: #8859CC;
}
.AnyTagClassName
{
color: #8859CC;
}
</style>
background-color css
<style>
a { background-color: #8859CC; }
a { background-color: rgb(136,89,204); }
div.DivClassName
{
background-color: #8859CC;
}
.BgClassName
{
background-color: #8859CC;
}
</style>
border-color css
<style>
span { border-color: #8859CC; }
span { border-color: rgb(136,89,204); }
td.TdClassName
{
border-color: #8859CC;
}
.TagClassName
{
border-color: #8859CC;
}
</style>