Shades of Amethyst #8457D1
Tints of Amethyst #8457D1
RGB
CMYK
RGB Variations
Color information
#8457D1 (or 0x8457D1) is known color: Amethyst. HEX triplet: 84, 57 and D1. RGB value is (132,87,209). Sum of RGB (Red+Green+Blue) = 132+87+209=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #8457D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457D1 is #7BA82E. Grayscale: #717171. Windows color (decimal): -8103983 or 13719428. OLE color: 13719428.
HSL color Cylindrical-coordinate representation of color #8457D1: hue angle of 262.13º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8457D1 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 87 | 209 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.18 |
| HSL | 262.13º | 0.57% | 0.58% | - |
| HSV(B) | 262.13º | 0.58% | 0.82% | - |
| XYZ | 24.43 | 16.33 | 62.18 | - |
| YUV | 114.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 209 | 0.37 | 0.58 | 0 | 0.18 | 262.13 | 0.57 | 0.58 |
| Hex | 84 | 57 | D1 | 25 | 3A | 0 | 12 | 106 | 39 | 3A |
| Octal | 204 | 127 | 321 | 45 | 72 | 0 | 22 | 406 | 71 | 72 |
| Binary | 10000100 | 1010111 | 11010001 | 100101 | 111010 | 0 | 10010 | 100000110 | 111001 | 111010 |
Color Harmonies of #8457D1
Complementary color
Monochromatic Colors of #8457D1
Black with #8457D1
Text Example
Text Example
White with #8457D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457D1; }
p { color: rgb(132,87,209); }
H1.HeaderClassName
{
color: #8457D1;
}
.AnyTagClassName
{
color: #8457D1;
}
</style>
background-color css
<style>
a { background-color: #8457D1; }
a { background-color: rgb(132,87,209); }
div.DivClassName
{
background-color: #8457D1;
}
.BgClassName
{
background-color: #8457D1;
}
</style>
border-color css
<style>
span { border-color: #8457D1; }
span { border-color: rgb(132,87,209); }
td.TdClassName
{
border-color: #8457D1;
}
.TagClassName
{
border-color: #8457D1;
}
</style>