Shades of Amethyst #8659D3
Tints of Amethyst #8659D3
RGB
CMYK
RGB Variations
Color information
#8659D3 (or 0x8659D3) is known color: Amethyst. HEX triplet: 86, 59 and D3. RGB value is (134,89,211). Sum of RGB (Red+Green+Blue) = 134+89+211=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #8659D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659D3 is #79A62C. Grayscale: #737373. Windows color (decimal): -7972397 or 13851014. OLE color: 13851014.
HSL color Cylindrical-coordinate representation of color #8659D3: hue angle of 262.13º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8659D3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 89 | 211 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.17 |
| HSL | 262.13º | 0.58% | 0.59% | - |
| HSV(B) | 262.13º | 0.58% | 0.83% | - |
| XYZ | 25.16 | 16.92 | 63.57 | - |
| YUV | 116.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 211 | 0.36 | 0.58 | 0 | 0.17 | 262.13 | 0.58 | 0.59 |
| Hex | 86 | 59 | D3 | 24 | 3A | 0 | 11 | 106 | 3A | 3B |
| Octal | 206 | 131 | 323 | 44 | 72 | 0 | 21 | 406 | 72 | 73 |
| Binary | 10000110 | 1011001 | 11010011 | 100100 | 111010 | 0 | 10001 | 100000110 | 111010 | 111011 |
Color Harmonies of #8659D3
Complementary color
Monochromatic Colors of #8659D3
Black with #8659D3
Text Example
Text Example
White with #8659D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659D3; }
p { color: rgb(134,89,211); }
H1.HeaderClassName
{
color: #8659D3;
}
.AnyTagClassName
{
color: #8659D3;
}
</style>
background-color css
<style>
a { background-color: #8659D3; }
a { background-color: rgb(134,89,211); }
div.DivClassName
{
background-color: #8659D3;
}
.BgClassName
{
background-color: #8659D3;
}
</style>
border-color css
<style>
span { border-color: #8659D3; }
span { border-color: rgb(134,89,211); }
td.TdClassName
{
border-color: #8659D3;
}
.TagClassName
{
border-color: #8659D3;
}
</style>