Shades of Amethyst #8656C9
Tints of Amethyst #8656C9
RGB
CMYK
RGB Variations
Color information
#8656C9 (or 0x8656C9) is known color: Amethyst. HEX triplet: 86, 56 and C9. RGB value is (134,86,201). Sum of RGB (Red+Green+Blue) = 134+86+201=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #8656C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656C9 is #79A936. Grayscale: #717171. Windows color (decimal): -7973175 or 13194886. OLE color: 13194886.
HSL color Cylindrical-coordinate representation of color #8656C9: hue angle of 265.04º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8656C9 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 86 | 201 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.21 |
| HSL | 265.04º | 0.52% | 0.56% | - |
| HSV(B) | 265.04º | 0.57% | 0.79% | - |
| XYZ | 23.7 | 15.94 | 57.09 | - |
| YUV | 113.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 201 | 0.33 | 0.57 | 0 | 0.21 | 265.04 | 0.52 | 0.56 |
| Hex | 86 | 56 | C9 | 21 | 39 | 0 | 15 | 109 | 34 | 38 |
| Octal | 206 | 126 | 311 | 41 | 71 | 0 | 25 | 411 | 64 | 70 |
| Binary | 10000110 | 1010110 | 11001001 | 100001 | 111001 | 0 | 10101 | 100001001 | 110100 | 111000 |
Color Harmonies of #8656C9
Complementary color
Monochromatic Colors of #8656C9
Black with #8656C9
Text Example
Text Example
White with #8656C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656C9; }
p { color: rgb(134,86,201); }
H1.HeaderClassName
{
color: #8656C9;
}
.AnyTagClassName
{
color: #8656C9;
}
</style>
background-color css
<style>
a { background-color: #8656C9; }
a { background-color: rgb(134,86,201); }
div.DivClassName
{
background-color: #8656C9;
}
.BgClassName
{
background-color: #8656C9;
}
</style>
border-color css
<style>
span { border-color: #8656C9; }
span { border-color: rgb(134,86,201); }
td.TdClassName
{
border-color: #8656C9;
}
.TagClassName
{
border-color: #8656C9;
}
</style>