Shades of Amethyst #8852CC
Tints of Amethyst #8852CC
RGB
CMYK
RGB Variations
Color information
#8852CC (or 0x8852CC) is known color: Amethyst. HEX triplet: 88, 52 and CC. RGB value is (136,82,204). Sum of RGB (Red+Green+Blue) = 136+82+204=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8852CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852CC is #77AD33. Grayscale: #6F6F6F. Windows color (decimal): -7843124 or 13390472. OLE color: 13390472.
HSL color Cylindrical-coordinate representation of color #8852CC: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8852CC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 82 | 204 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.2 |
| HSL | 266.56º | 0.54% | 0.56% | - |
| HSV(B) | 266.56º | 0.6% | 0.8% | - |
| XYZ | 24.07 | 15.63 | 58.87 | - |
| YUV | 112.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 204 | 0.33 | 0.60 | 0 | 0.2 | 266.56 | 0.54 | 0.56 |
| Hex | 88 | 52 | CC | 21 | 3C | 0 | 14 | 10B | 36 | 38 |
| Octal | 210 | 122 | 314 | 41 | 74 | 0 | 24 | 413 | 66 | 70 |
| Binary | 10001000 | 1010010 | 11001100 | 100001 | 111100 | 0 | 10100 | 100001011 | 110110 | 111000 |
Color Harmonies of #8852CC
Complementary color
Monochromatic Colors of #8852CC
Black with #8852CC
Text Example
Text Example
White with #8852CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852CC; }
p { color: rgb(136,82,204); }
H1.HeaderClassName
{
color: #8852CC;
}
.AnyTagClassName
{
color: #8852CC;
}
</style>
background-color css
<style>
a { background-color: #8852CC; }
a { background-color: rgb(136,82,204); }
div.DivClassName
{
background-color: #8852CC;
}
.BgClassName
{
background-color: #8852CC;
}
</style>
border-color css
<style>
span { border-color: #8852CC; }
span { border-color: rgb(136,82,204); }
td.TdClassName
{
border-color: #8852CC;
}
.TagClassName
{
border-color: #8852CC;
}
</style>