Shades of Amethyst #8657C4
Tints of Amethyst #8657C4
RGB
CMYK
RGB Variations
Color information
#8657C4 (or 0x8657C4) is known color: Amethyst. HEX triplet: 86, 57 and C4. RGB value is (134,87,196). Sum of RGB (Red+Green+Blue) = 134+87+196=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #8657C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657C4 is #79A83B. Grayscale: #717171. Windows color (decimal): -7972924 or 12867462. OLE color: 12867462.
HSL color Cylindrical-coordinate representation of color #8657C4: hue angle of 265.87º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8657C4 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 87 | 196 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.23 |
| HSL | 265.87º | 0.48% | 0.55% | - |
| HSV(B) | 265.87º | 0.56% | 0.77% | - |
| XYZ | 23.2 | 15.87 | 54.06 | - |
| YUV | 113.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 196 | 0.32 | 0.56 | 0 | 0.23 | 265.87 | 0.48 | 0.55 |
| Hex | 86 | 57 | C4 | 20 | 38 | 0 | 17 | 10A | 30 | 37 |
| Octal | 206 | 127 | 304 | 40 | 70 | 0 | 27 | 412 | 60 | 67 |
| Binary | 10000110 | 1010111 | 11000100 | 100000 | 111000 | 0 | 10111 | 100001010 | 110000 | 110111 |
Color Harmonies of #8657C4
Complementary color
Monochromatic Colors of #8657C4
Black with #8657C4
Text Example
Text Example
White with #8657C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657C4; }
p { color: rgb(134,87,196); }
H1.HeaderClassName
{
color: #8657C4;
}
.AnyTagClassName
{
color: #8657C4;
}
</style>
background-color css
<style>
a { background-color: #8657C4; }
a { background-color: rgb(134,87,196); }
div.DivClassName
{
background-color: #8657C4;
}
.BgClassName
{
background-color: #8657C4;
}
</style>
border-color css
<style>
span { border-color: #8657C4; }
span { border-color: rgb(134,87,196); }
td.TdClassName
{
border-color: #8657C4;
}
.TagClassName
{
border-color: #8657C4;
}
</style>