Shades of Amethyst #8456D5
Tints of Amethyst #8456D5
RGB
CMYK
RGB Variations
Color information
#8456D5 (or 0x8456D5) is known color: Amethyst. HEX triplet: 84, 56 and D5. RGB value is (132,86,213). Sum of RGB (Red+Green+Blue) = 132+86+213=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #8456D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456D5 is #7BA92A. Grayscale: #717171. Windows color (decimal): -8104235 or 13981316. OLE color: 13981316.
HSL color Cylindrical-coordinate representation of color #8456D5: hue angle of 261.73º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8456D5 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 86 | 213 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.16 |
| HSL | 261.73º | 0.6% | 0.59% | - |
| HSV(B) | 261.73º | 0.6% | 0.84% | - |
| XYZ | 24.85 | 16.37 | 64.8 | - |
| YUV | 114.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 213 | 0.38 | 0.60 | 0 | 0.16 | 261.73 | 0.6 | 0.59 |
| Hex | 84 | 56 | D5 | 26 | 3C | 0 | 10 | 106 | 3C | 3B |
| Octal | 204 | 126 | 325 | 46 | 74 | 0 | 20 | 406 | 74 | 73 |
| Binary | 10000100 | 1010110 | 11010101 | 100110 | 111100 | 0 | 10000 | 100000110 | 111100 | 111011 |
Color Harmonies of #8456D5
Complementary color
Monochromatic Colors of #8456D5
Black with #8456D5
Text Example
Text Example
White with #8456D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8456D5; }
p { color: rgb(132,86,213); }
H1.HeaderClassName
{
color: #8456D5;
}
.AnyTagClassName
{
color: #8456D5;
}
</style>
background-color css
<style>
a { background-color: #8456D5; }
a { background-color: rgb(132,86,213); }
div.DivClassName
{
background-color: #8456D5;
}
.BgClassName
{
background-color: #8456D5;
}
</style>
border-color css
<style>
span { border-color: #8456D5; }
span { border-color: rgb(132,86,213); }
td.TdClassName
{
border-color: #8456D5;
}
.TagClassName
{
border-color: #8456D5;
}
</style>