Shades of Amethyst #8257D0
Tints of Amethyst #8257D0
RGB
CMYK
RGB Variations
Color information
#8257D0 (or 0x8257D0) is known color: Amethyst. HEX triplet: 82, 57 and D0. RGB value is (130,87,208). Sum of RGB (Red+Green+Blue) = 130+87+208=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #8257D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257D0 is #7DA82F. Grayscale: #717171. Windows color (decimal): -8235056 or 13653890. OLE color: 13653890.
HSL color Cylindrical-coordinate representation of color #8257D0: hue angle of 261.32º degrees, saturation: 0.56, 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 #8257D0 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 87 | 208 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.18 |
| HSL | 261.32º | 0.56% | 0.58% | - |
| HSV(B) | 261.32º | 0.58% | 0.82% | - |
| XYZ | 24 | 16.12 | 61.52 | - |
| YUV | 113.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 208 | 0.38 | 0.58 | 0 | 0.18 | 261.32 | 0.56 | 0.58 |
| Hex | 82 | 57 | D0 | 26 | 3A | 0 | 12 | 105 | 38 | 3A |
| Octal | 202 | 127 | 320 | 46 | 72 | 0 | 22 | 405 | 70 | 72 |
| Binary | 10000010 | 1010111 | 11010000 | 100110 | 111010 | 0 | 10010 | 100000101 | 111000 | 111010 |
Color Harmonies of #8257D0
Complementary color
Monochromatic Colors of #8257D0
Black with #8257D0
Text Example
Text Example
White with #8257D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257D0; }
p { color: rgb(130,87,208); }
H1.HeaderClassName
{
color: #8257D0;
}
.AnyTagClassName
{
color: #8257D0;
}
</style>
background-color css
<style>
a { background-color: #8257D0; }
a { background-color: rgb(130,87,208); }
div.DivClassName
{
background-color: #8257D0;
}
.BgClassName
{
background-color: #8257D0;
}
</style>
border-color css
<style>
span { border-color: #8257D0; }
span { border-color: rgb(130,87,208); }
td.TdClassName
{
border-color: #8257D0;
}
.TagClassName
{
border-color: #8257D0;
}
</style>