Shades of Amethyst #8852CE
Tints of Amethyst #8852CE
RGB
CMYK
RGB Variations
Color information
#8852CE (or 0x8852CE) is known color: Amethyst. HEX triplet: 88, 52 and CE. RGB value is (136,82,206). Sum of RGB (Red+Green+Blue) = 136+82+206=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #8852CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852CE is #77AD31. Grayscale: #6F6F6F. Windows color (decimal): -7843122 or 13521544. OLE color: 13521544.
HSL color Cylindrical-coordinate representation of color #8852CE: hue angle of 266.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8852CE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 82 | 206 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 266.13º | 0.56% | 0.56% | - |
| HSV(B) | 266.13º | 0.6% | 0.81% | - |
| XYZ | 24.31 | 15.73 | 60.15 | - |
| YUV | 112.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 206 | 0.34 | 0.60 | 0 | 0.19 | 266.13 | 0.56 | 0.56 |
| Hex | 88 | 52 | CE | 22 | 3C | 0 | 13 | 10A | 38 | 38 |
| Octal | 210 | 122 | 316 | 42 | 74 | 0 | 23 | 412 | 70 | 70 |
| Binary | 10001000 | 1010010 | 11001110 | 100010 | 111100 | 0 | 10011 | 100001010 | 111000 | 111000 |
Color Harmonies of #8852CE
Complementary color
Monochromatic Colors of #8852CE
Black with #8852CE
Text Example
Text Example
White with #8852CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852CE; }
p { color: rgb(136,82,206); }
H1.HeaderClassName
{
color: #8852CE;
}
.AnyTagClassName
{
color: #8852CE;
}
</style>
background-color css
<style>
a { background-color: #8852CE; }
a { background-color: rgb(136,82,206); }
div.DivClassName
{
background-color: #8852CE;
}
.BgClassName
{
background-color: #8852CE;
}
</style>
border-color css
<style>
span { border-color: #8852CE; }
span { border-color: rgb(136,82,206); }
td.TdClassName
{
border-color: #8852CE;
}
.TagClassName
{
border-color: #8852CE;
}
</style>