Shades of Amethyst #8856CB
Tints of Amethyst #8856CB
RGB
CMYK
RGB Variations
Color information
#8856CB (or 0x8856CB) is known color: Amethyst. HEX triplet: 88, 56 and CB. RGB value is (136,86,203). Sum of RGB (Red+Green+Blue) = 136+86+203=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #8856CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856CB is #77A934. Grayscale: #717171. Windows color (decimal): -7842101 or 13325960. OLE color: 13325960.
HSL color Cylindrical-coordinate representation of color #8856CB: hue angle of 265.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8856CB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 86 | 203 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.20 |
| HSL | 265.64º | 0.53% | 0.57% | - |
| HSV(B) | 265.64º | 0.58% | 0.8% | - |
| XYZ | 24.26 | 16.2 | 58.35 | - |
| YUV | 114.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 203 | 0.33 | 0.58 | 0 | 0.20 | 265.64 | 0.53 | 0.57 |
| Hex | 88 | 56 | CB | 21 | 3A | 0 | 14 | 10A | 35 | 39 |
| Octal | 210 | 126 | 313 | 41 | 72 | 0 | 24 | 412 | 65 | 71 |
| Binary | 10001000 | 1010110 | 11001011 | 100001 | 111010 | 0 | 10100 | 100001010 | 110101 | 111001 |
Color Harmonies of #8856CB
Complementary color
Monochromatic Colors of #8856CB
Black with #8856CB
Text Example
Text Example
White with #8856CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8856CB; }
p { color: rgb(136,86,203); }
H1.HeaderClassName
{
color: #8856CB;
}
.AnyTagClassName
{
color: #8856CB;
}
</style>
background-color css
<style>
a { background-color: #8856CB; }
a { background-color: rgb(136,86,203); }
div.DivClassName
{
background-color: #8856CB;
}
.BgClassName
{
background-color: #8856CB;
}
</style>
border-color css
<style>
span { border-color: #8856CB; }
span { border-color: rgb(136,86,203); }
td.TdClassName
{
border-color: #8856CB;
}
.TagClassName
{
border-color: #8856CB;
}
</style>