Shades of Amethyst #8656CB
Tints of Amethyst #8656CB
RGB
CMYK
RGB Variations
Color information
#8656CB (or 0x8656CB) is known color: Amethyst. HEX triplet: 86, 56 and CB. RGB value is (134,86,203). Sum of RGB (Red+Green+Blue) = 134+86+203=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #8656CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656CB is #79A934. Grayscale: #717171. Windows color (decimal): -7973173 or 13325958. OLE color: 13325958.
HSL color Cylindrical-coordinate representation of color #8656CB: hue angle of 264.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8656CB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 86 | 203 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.20 |
| HSL | 264.62º | 0.53% | 0.57% | - |
| HSV(B) | 264.62º | 0.58% | 0.8% | - |
| XYZ | 23.94 | 16.04 | 58.33 | - |
| YUV | 113.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 203 | 0.34 | 0.58 | 0 | 0.20 | 264.62 | 0.53 | 0.57 |
| Hex | 86 | 56 | CB | 22 | 3A | 0 | 14 | 109 | 35 | 39 |
| Octal | 206 | 126 | 313 | 42 | 72 | 0 | 24 | 411 | 65 | 71 |
| Binary | 10000110 | 1010110 | 11001011 | 100010 | 111010 | 0 | 10100 | 100001001 | 110101 | 111001 |
Color Harmonies of #8656CB
Complementary color
Monochromatic Colors of #8656CB
Black with #8656CB
Text Example
Text Example
White with #8656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656CB; }
p { color: rgb(134,86,203); }
H1.HeaderClassName
{
color: #8656CB;
}
.AnyTagClassName
{
color: #8656CB;
}
</style>
background-color css
<style>
a { background-color: #8656CB; }
a { background-color: rgb(134,86,203); }
div.DivClassName
{
background-color: #8656CB;
}
.BgClassName
{
background-color: #8656CB;
}
</style>
border-color css
<style>
span { border-color: #8656CB; }
span { border-color: rgb(134,86,203); }
td.TdClassName
{
border-color: #8656CB;
}
.TagClassName
{
border-color: #8656CB;
}
</style>