Shades of Amethyst #885CCC
Tints of Amethyst #885CCC
RGB
CMYK
RGB Variations
Color information
#885CCC (or 0x885CCC) is known color: Amethyst. HEX triplet: 88, 5C and CC. RGB value is (136,92,204). Sum of RGB (Red+Green+Blue) = 136+92+204=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #885CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCC is #77A333. Grayscale: #757575. Windows color (decimal): -7840564 or 13393032. OLE color: 13393032.
HSL color Cylindrical-coordinate representation of color #885CCC: hue angle of 263.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885CCC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 92 | 204 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.2 |
| HSL | 263.57º | 0.52% | 0.58% | - |
| HSV(B) | 263.57º | 0.55% | 0.8% | - |
| XYZ | 24.88 | 17.25 | 59.14 | - |
| YUV | 117.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 204 | 0.33 | 0.55 | 0 | 0.2 | 263.57 | 0.52 | 0.58 |
| Hex | 88 | 5C | CC | 21 | 37 | 0 | 14 | 108 | 34 | 3A |
| Octal | 210 | 134 | 314 | 41 | 67 | 0 | 24 | 410 | 64 | 72 |
| Binary | 10001000 | 1011100 | 11001100 | 100001 | 110111 | 0 | 10100 | 100001000 | 110100 | 111010 |
Color Harmonies of #885CCC
Complementary color
Monochromatic Colors of #885CCC
Black with #885CCC
Text Example
Text Example
White with #885CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CCC; }
p { color: rgb(136,92,204); }
H1.HeaderClassName
{
color: #885CCC;
}
.AnyTagClassName
{
color: #885CCC;
}
</style>
background-color css
<style>
a { background-color: #885CCC; }
a { background-color: rgb(136,92,204); }
div.DivClassName
{
background-color: #885CCC;
}
.BgClassName
{
background-color: #885CCC;
}
</style>
border-color css
<style>
span { border-color: #885CCC; }
span { border-color: rgb(136,92,204); }
td.TdClassName
{
border-color: #885CCC;
}
.TagClassName
{
border-color: #885CCC;
}
</style>