Shades of Amethyst #8850CE
Tints of Amethyst #8850CE
RGB
CMYK
RGB Variations
Color information
#8850CE (or 0x8850CE) is known color: Amethyst. HEX triplet: 88, 50 and CE. RGB value is (136,80,206). Sum of RGB (Red+Green+Blue) = 136+80+206=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8850CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850CE is #77AF31. Grayscale: #6E6E6E. Windows color (decimal): -7843634 or 13521032. OLE color: 13521032.
HSL color Cylindrical-coordinate representation of color #8850CE: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8850CE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 80 | 206 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.19 |
| HSL | 266.67º | 0.56% | 0.56% | - |
| HSV(B) | 266.67º | 0.61% | 0.81% | - |
| XYZ | 24.16 | 15.43 | 60.1 | - |
| YUV | 111.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 206 | 0.34 | 0.61 | 0 | 0.19 | 266.67 | 0.56 | 0.56 |
| Hex | 88 | 50 | CE | 22 | 3D | 0 | 13 | 10B | 38 | 38 |
| Octal | 210 | 120 | 316 | 42 | 75 | 0 | 23 | 413 | 70 | 70 |
| Binary | 10001000 | 1010000 | 11001110 | 100010 | 111101 | 0 | 10011 | 100001011 | 111000 | 111000 |
Color Harmonies of #8850CE
Complementary color
Monochromatic Colors of #8850CE
Black with #8850CE
Text Example
Text Example
White with #8850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850CE; }
p { color: rgb(136,80,206); }
H1.HeaderClassName
{
color: #8850CE;
}
.AnyTagClassName
{
color: #8850CE;
}
</style>
background-color css
<style>
a { background-color: #8850CE; }
a { background-color: rgb(136,80,206); }
div.DivClassName
{
background-color: #8850CE;
}
.BgClassName
{
background-color: #8850CE;
}
</style>
border-color css
<style>
span { border-color: #8850CE; }
span { border-color: rgb(136,80,206); }
td.TdClassName
{
border-color: #8850CE;
}
.TagClassName
{
border-color: #8850CE;
}
</style>