Shades of Amethyst #8656C7
Tints of Amethyst #8656C7
RGB
CMYK
RGB Variations
Color information
#8656C7 (or 0x8656C7) is known color: Amethyst. HEX triplet: 86, 56 and C7. RGB value is (134,86,199). Sum of RGB (Red+Green+Blue) = 134+86+199=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #8656C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656C7 is #79A938. Grayscale: #707070. Windows color (decimal): -7973177 or 13063814. OLE color: 13063814.
HSL color Cylindrical-coordinate representation of color #8656C7: hue angle of 265.49º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8656C7 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 86 | 199 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.22 |
| HSL | 265.49º | 0.5% | 0.56% | - |
| HSV(B) | 265.49º | 0.57% | 0.78% | - |
| XYZ | 23.47 | 15.85 | 55.85 | - |
| YUV | 113.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 199 | 0.33 | 0.57 | 0 | 0.22 | 265.49 | 0.5 | 0.56 |
| Hex | 86 | 56 | C7 | 21 | 39 | 0 | 16 | 109 | 32 | 38 |
| Octal | 206 | 126 | 307 | 41 | 71 | 0 | 26 | 411 | 62 | 70 |
| Binary | 10000110 | 1010110 | 11000111 | 100001 | 111001 | 0 | 10110 | 100001001 | 110010 | 111000 |
Color Harmonies of #8656C7
Complementary color
Monochromatic Colors of #8656C7
Black with #8656C7
Text Example
Text Example
White with #8656C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656C7; }
p { color: rgb(134,86,199); }
H1.HeaderClassName
{
color: #8656C7;
}
.AnyTagClassName
{
color: #8656C7;
}
</style>
background-color css
<style>
a { background-color: #8656C7; }
a { background-color: rgb(134,86,199); }
div.DivClassName
{
background-color: #8656C7;
}
.BgClassName
{
background-color: #8656C7;
}
</style>
border-color css
<style>
span { border-color: #8656C7; }
span { border-color: rgb(134,86,199); }
td.TdClassName
{
border-color: #8656C7;
}
.TagClassName
{
border-color: #8656C7;
}
</style>