Shades of Amethyst #8850CC
Tints of Amethyst #8850CC
RGB
CMYK
RGB Variations
Color information
#8850CC (or 0x8850CC) is known color: Amethyst. HEX triplet: 88, 50 and CC. RGB value is (136,80,204). Sum of RGB (Red+Green+Blue) = 136+80+204=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #8850CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850CC is #77AF33. Grayscale: #6E6E6E. Windows color (decimal): -7843636 or 13389960. OLE color: 13389960.
HSL color Cylindrical-coordinate representation of color #8850CC: hue angle of 267.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8850CC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 80 | 204 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.2 |
| HSL | 267.1º | 0.55% | 0.56% | - |
| HSV(B) | 267.1º | 0.61% | 0.8% | - |
| XYZ | 23.92 | 15.33 | 58.83 | - |
| YUV | 110.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 204 | 0.33 | 0.61 | 0 | 0.2 | 267.1 | 0.55 | 0.56 |
| Hex | 88 | 50 | CC | 21 | 3D | 0 | 14 | 10B | 37 | 38 |
| Octal | 210 | 120 | 314 | 41 | 75 | 0 | 24 | 413 | 67 | 70 |
| Binary | 10001000 | 1010000 | 11001100 | 100001 | 111101 | 0 | 10100 | 100001011 | 110111 | 111000 |
Color Harmonies of #8850CC
Complementary color
Monochromatic Colors of #8850CC
Black with #8850CC
Text Example
Text Example
White with #8850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850CC; }
p { color: rgb(136,80,204); }
H1.HeaderClassName
{
color: #8850CC;
}
.AnyTagClassName
{
color: #8850CC;
}
</style>
background-color css
<style>
a { background-color: #8850CC; }
a { background-color: rgb(136,80,204); }
div.DivClassName
{
background-color: #8850CC;
}
.BgClassName
{
background-color: #8850CC;
}
</style>
border-color css
<style>
span { border-color: #8850CC; }
span { border-color: rgb(136,80,204); }
td.TdClassName
{
border-color: #8850CC;
}
.TagClassName
{
border-color: #8850CC;
}
</style>