Shades of Amethyst #8854CC
Tints of Amethyst #8854CC
RGB
CMYK
RGB Variations
Color information
#8854CC (or 0x8854CC) is known color: Amethyst. HEX triplet: 88, 54 and CC. RGB value is (136,84,204). Sum of RGB (Red+Green+Blue) = 136+84+204=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #8854CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854CC is #77AB33. Grayscale: #707070. Windows color (decimal): -7842612 or 13390984. OLE color: 13390984.
HSL color Cylindrical-coordinate representation of color #8854CC: hue angle of 266º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8854CC is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 84 | 204 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.2 |
| HSL | 266º | 0.54% | 0.56% | - |
| HSV(B) | 266º | 0.59% | 0.8% | - |
| XYZ | 24.22 | 15.93 | 58.93 | - |
| YUV | 113.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 204 | 0.33 | 0.59 | 0 | 0.2 | 266 | 0.54 | 0.56 |
| Hex | 88 | 54 | CC | 21 | 3B | 0 | 14 | 10A | 36 | 38 |
| Octal | 210 | 124 | 314 | 41 | 73 | 0 | 24 | 412 | 66 | 70 |
| Binary | 10001000 | 1010100 | 11001100 | 100001 | 111011 | 0 | 10100 | 100001010 | 110110 | 111000 |
Color Harmonies of #8854CC
Complementary color
Monochromatic Colors of #8854CC
Black with #8854CC
Text Example
Text Example
White with #8854CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854CC; }
p { color: rgb(136,84,204); }
H1.HeaderClassName
{
color: #8854CC;
}
.AnyTagClassName
{
color: #8854CC;
}
</style>
background-color css
<style>
a { background-color: #8854CC; }
a { background-color: rgb(136,84,204); }
div.DivClassName
{
background-color: #8854CC;
}
.BgClassName
{
background-color: #8854CC;
}
</style>
border-color css
<style>
span { border-color: #8854CC; }
span { border-color: rgb(136,84,204); }
td.TdClassName
{
border-color: #8854CC;
}
.TagClassName
{
border-color: #8854CC;
}
</style>