Shades of Amethyst #8851CC
Tints of Amethyst #8851CC
RGB
CMYK
RGB Variations
Color information
#8851CC (or 0x8851CC) is known color: Amethyst. HEX triplet: 88, 51 and CC. RGB value is (136,81,204). Sum of RGB (Red+Green+Blue) = 136+81+204=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8851CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851CC is #77AE33. Grayscale: #6F6F6F. Windows color (decimal): -7843380 or 13390216. OLE color: 13390216.
HSL color Cylindrical-coordinate representation of color #8851CC: hue angle of 266.83º degrees, saturation: 0.55, 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 #8851CC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 81 | 204 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.2 |
| HSL | 266.83º | 0.55% | 0.56% | - |
| HSV(B) | 266.83º | 0.6% | 0.8% | - |
| XYZ | 23.99 | 15.48 | 58.85 | - |
| YUV | 111.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 204 | 0.33 | 0.60 | 0 | 0.2 | 266.83 | 0.55 | 0.56 |
| Hex | 88 | 51 | CC | 21 | 3C | 0 | 14 | 10B | 37 | 38 |
| Octal | 210 | 121 | 314 | 41 | 74 | 0 | 24 | 413 | 67 | 70 |
| Binary | 10001000 | 1010001 | 11001100 | 100001 | 111100 | 0 | 10100 | 100001011 | 110111 | 111000 |
Color Harmonies of #8851CC
Complementary color
Monochromatic Colors of #8851CC
Black with #8851CC
Text Example
Text Example
White with #8851CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851CC; }
p { color: rgb(136,81,204); }
H1.HeaderClassName
{
color: #8851CC;
}
.AnyTagClassName
{
color: #8851CC;
}
</style>
background-color css
<style>
a { background-color: #8851CC; }
a { background-color: rgb(136,81,204); }
div.DivClassName
{
background-color: #8851CC;
}
.BgClassName
{
background-color: #8851CC;
}
</style>
border-color css
<style>
span { border-color: #8851CC; }
span { border-color: rgb(136,81,204); }
td.TdClassName
{
border-color: #8851CC;
}
.TagClassName
{
border-color: #8851CC;
}
</style>