Shades of Amethyst #8656CF
Tints of Amethyst #8656CF
RGB
CMYK
RGB Variations
Color information
#8656CF (or 0x8656CF) is known color: Amethyst. HEX triplet: 86, 56 and CF. RGB value is (134,86,207). Sum of RGB (Red+Green+Blue) = 134+86+207=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8656CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656CF is #79A930. Grayscale: #717171. Windows color (decimal): -7973169 or 13588102. OLE color: 13588102.
HSL color Cylindrical-coordinate representation of color #8656CF: hue angle of 263.8º degrees, saturation: 0.56, 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 #8656CF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 86 | 207 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.19 |
| HSL | 263.8º | 0.56% | 0.57% | - |
| HSV(B) | 263.8º | 0.58% | 0.81% | - |
| XYZ | 24.42 | 16.23 | 60.88 | - |
| YUV | 114.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 207 | 0.35 | 0.58 | 0 | 0.19 | 263.8 | 0.56 | 0.57 |
| Hex | 86 | 56 | CF | 23 | 3A | 0 | 13 | 108 | 38 | 39 |
| Octal | 206 | 126 | 317 | 43 | 72 | 0 | 23 | 410 | 70 | 71 |
| Binary | 10000110 | 1010110 | 11001111 | 100011 | 111010 | 0 | 10011 | 100001000 | 111000 | 111001 |
Color Harmonies of #8656CF
Complementary color
Monochromatic Colors of #8656CF
Black with #8656CF
Text Example
Text Example
White with #8656CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656CF; }
p { color: rgb(134,86,207); }
H1.HeaderClassName
{
color: #8656CF;
}
.AnyTagClassName
{
color: #8656CF;
}
</style>
background-color css
<style>
a { background-color: #8656CF; }
a { background-color: rgb(134,86,207); }
div.DivClassName
{
background-color: #8656CF;
}
.BgClassName
{
background-color: #8656CF;
}
</style>
border-color css
<style>
span { border-color: #8656CF; }
span { border-color: rgb(134,86,207); }
td.TdClassName
{
border-color: #8656CF;
}
.TagClassName
{
border-color: #8656CF;
}
</style>