Shades of Amethyst #8459D0
Tints of Amethyst #8459D0
RGB
CMYK
RGB Variations
Color information
#8459D0 (or 0x8459D0) is known color: Amethyst. HEX triplet: 84, 59 and D0. RGB value is (132,89,208). Sum of RGB (Red+Green+Blue) = 132+89+208=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #8459D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459D0 is #7BA62F. Grayscale: #727272. Windows color (decimal): -8103472 or 13654404. OLE color: 13654404.
HSL color Cylindrical-coordinate representation of color #8459D0: hue angle of 261.68º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8459D0 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 89 | 208 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.18 |
| HSL | 261.68º | 0.56% | 0.58% | - |
| HSV(B) | 261.68º | 0.57% | 0.82% | - |
| XYZ | 24.47 | 16.6 | 61.59 | - |
| YUV | 115.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 208 | 0.37 | 0.57 | 0 | 0.18 | 261.68 | 0.56 | 0.58 |
| Hex | 84 | 59 | D0 | 25 | 39 | 0 | 12 | 106 | 38 | 3A |
| Octal | 204 | 131 | 320 | 45 | 71 | 0 | 22 | 406 | 70 | 72 |
| Binary | 10000100 | 1011001 | 11010000 | 100101 | 111001 | 0 | 10010 | 100000110 | 111000 | 111010 |
Color Harmonies of #8459D0
Complementary color
Monochromatic Colors of #8459D0
Black with #8459D0
Text Example
Text Example
White with #8459D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459D0; }
p { color: rgb(132,89,208); }
H1.HeaderClassName
{
color: #8459D0;
}
.AnyTagClassName
{
color: #8459D0;
}
</style>
background-color css
<style>
a { background-color: #8459D0; }
a { background-color: rgb(132,89,208); }
div.DivClassName
{
background-color: #8459D0;
}
.BgClassName
{
background-color: #8459D0;
}
</style>
border-color css
<style>
span { border-color: #8459D0; }
span { border-color: rgb(132,89,208); }
td.TdClassName
{
border-color: #8459D0;
}
.TagClassName
{
border-color: #8459D0;
}
</style>