Shades of Amethyst #8556CE
Tints of Amethyst #8556CE
RGB
CMYK
RGB Variations
Color information
#8556CE (or 0x8556CE) is known color: Amethyst. HEX triplet: 85, 56 and CE. RGB value is (133,86,206). Sum of RGB (Red+Green+Blue) = 133+86+206=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8556CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556CE is #7AA931. Grayscale: #717171. Windows color (decimal): -8038706 or 13522565. OLE color: 13522565.
HSL color Cylindrical-coordinate representation of color #8556CE: hue angle of 263.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8556CE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 86 | 206 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.19 |
| HSL | 263.5º | 0.55% | 0.57% | - |
| HSV(B) | 263.5º | 0.58% | 0.81% | - |
| XYZ | 24.14 | 16.1 | 60.23 | - |
| YUV | 113.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 206 | 0.35 | 0.58 | 0 | 0.19 | 263.5 | 0.55 | 0.57 |
| Hex | 85 | 56 | CE | 23 | 3A | 0 | 13 | 108 | 37 | 39 |
| Octal | 205 | 126 | 316 | 43 | 72 | 0 | 23 | 410 | 67 | 71 |
| Binary | 10000101 | 1010110 | 11001110 | 100011 | 111010 | 0 | 10011 | 100001000 | 110111 | 111001 |
Color Harmonies of #8556CE
Complementary color
Monochromatic Colors of #8556CE
Black with #8556CE
Text Example
Text Example
White with #8556CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556CE; }
p { color: rgb(133,86,206); }
H1.HeaderClassName
{
color: #8556CE;
}
.AnyTagClassName
{
color: #8556CE;
}
</style>
background-color css
<style>
a { background-color: #8556CE; }
a { background-color: rgb(133,86,206); }
div.DivClassName
{
background-color: #8556CE;
}
.BgClassName
{
background-color: #8556CE;
}
</style>
border-color css
<style>
span { border-color: #8556CE; }
span { border-color: rgb(133,86,206); }
td.TdClassName
{
border-color: #8556CE;
}
.TagClassName
{
border-color: #8556CE;
}
</style>