Shades of Amethyst #8659C2
Tints of Amethyst #8659C2
RGB
CMYK
RGB Variations
Color information
#8659C2 (or 0x8659C2) is known color: Amethyst. HEX triplet: 86, 59 and C2. RGB value is (134,89,194). Sum of RGB (Red+Green+Blue) = 134+89+194=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #8659C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659C2 is #79A63D. Grayscale: #727272. Windows color (decimal): -7972414 or 12736902. OLE color: 12736902.
HSL color Cylindrical-coordinate representation of color #8659C2: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8659C2 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 89 | 194 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.24 |
| HSL | 265.71º | 0.46% | 0.55% | - |
| HSV(B) | 265.71º | 0.54% | 0.76% | - |
| XYZ | 23.14 | 16.11 | 52.93 | - |
| YUV | 114.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 194 | 0.31 | 0.54 | 0 | 0.24 | 265.71 | 0.46 | 0.55 |
| Hex | 86 | 59 | C2 | 1F | 36 | 0 | 18 | 10A | 2E | 37 |
| Octal | 206 | 131 | 302 | 37 | 66 | 0 | 30 | 412 | 56 | 67 |
| Binary | 10000110 | 1011001 | 11000010 | 11111 | 110110 | 0 | 11000 | 100001010 | 101110 | 110111 |
Color Harmonies of #8659C2
Complementary color
Monochromatic Colors of #8659C2
Black with #8659C2
Text Example
Text Example
White with #8659C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659C2; }
p { color: rgb(134,89,194); }
H1.HeaderClassName
{
color: #8659C2;
}
.AnyTagClassName
{
color: #8659C2;
}
</style>
background-color css
<style>
a { background-color: #8659C2; }
a { background-color: rgb(134,89,194); }
div.DivClassName
{
background-color: #8659C2;
}
.BgClassName
{
background-color: #8659C2;
}
</style>
border-color css
<style>
span { border-color: #8659C2; }
span { border-color: rgb(134,89,194); }
td.TdClassName
{
border-color: #8659C2;
}
.TagClassName
{
border-color: #8659C2;
}
</style>