Shades of Amethyst #8656D3
Tints of Amethyst #8656D3
RGB
CMYK
RGB Variations
Color information
#8656D3 (or 0x8656D3) is known color: Amethyst. HEX triplet: 86, 56 and D3. RGB value is (134,86,211). Sum of RGB (Red+Green+Blue) = 134+86+211=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #8656D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656D3 is #79A92C. Grayscale: #727272. Windows color (decimal): -7973165 or 13850246. OLE color: 13850246.
HSL color Cylindrical-coordinate representation of color #8656D3: hue angle of 263.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8656D3 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 86 | 211 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.17 |
| HSL | 263.04º | 0.59% | 0.58% | - |
| HSV(B) | 263.04º | 0.59% | 0.83% | - |
| XYZ | 24.92 | 16.43 | 63.49 | - |
| YUV | 114.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 211 | 0.36 | 0.59 | 0 | 0.17 | 263.04 | 0.59 | 0.58 |
| Hex | 86 | 56 | D3 | 24 | 3B | 0 | 11 | 107 | 3B | 3A |
| Octal | 206 | 126 | 323 | 44 | 73 | 0 | 21 | 407 | 73 | 72 |
| Binary | 10000110 | 1010110 | 11010011 | 100100 | 111011 | 0 | 10001 | 100000111 | 111011 | 111010 |
Color Harmonies of #8656D3
Complementary color
Monochromatic Colors of #8656D3
Black with #8656D3
Text Example
Text Example
White with #8656D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656D3; }
p { color: rgb(134,86,211); }
H1.HeaderClassName
{
color: #8656D3;
}
.AnyTagClassName
{
color: #8656D3;
}
</style>
background-color css
<style>
a { background-color: #8656D3; }
a { background-color: rgb(134,86,211); }
div.DivClassName
{
background-color: #8656D3;
}
.BgClassName
{
background-color: #8656D3;
}
</style>
border-color css
<style>
span { border-color: #8656D3; }
span { border-color: rgb(134,86,211); }
td.TdClassName
{
border-color: #8656D3;
}
.TagClassName
{
border-color: #8656D3;
}
</style>