Shades of Amethyst #8257CC
Tints of Amethyst #8257CC
RGB
CMYK
RGB Variations
Color information
#8257CC (or 0x8257CC) is known color: Amethyst. HEX triplet: 82, 57 and CC. RGB value is (130,87,204). Sum of RGB (Red+Green+Blue) = 130+87+204=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8257CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257CC is #7DA833. Grayscale: #707070. Windows color (decimal): -8235060 or 13391746. OLE color: 13391746.
HSL color Cylindrical-coordinate representation of color #8257CC: hue angle of 262.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8257CC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 87 | 204 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.2 |
| HSL | 262.05º | 0.53% | 0.57% | - |
| HSV(B) | 262.05º | 0.57% | 0.8% | - |
| XYZ | 23.51 | 15.92 | 58.96 | - |
| YUV | 113.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 204 | 0.36 | 0.57 | 0 | 0.2 | 262.05 | 0.53 | 0.57 |
| Hex | 82 | 57 | CC | 24 | 39 | 0 | 14 | 106 | 35 | 39 |
| Octal | 202 | 127 | 314 | 44 | 71 | 0 | 24 | 406 | 65 | 71 |
| Binary | 10000010 | 1010111 | 11001100 | 100100 | 111001 | 0 | 10100 | 100000110 | 110101 | 111001 |
Color Harmonies of #8257CC
Complementary color
Monochromatic Colors of #8257CC
Black with #8257CC
Text Example
Text Example
White with #8257CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257CC; }
p { color: rgb(130,87,204); }
H1.HeaderClassName
{
color: #8257CC;
}
.AnyTagClassName
{
color: #8257CC;
}
</style>
background-color css
<style>
a { background-color: #8257CC; }
a { background-color: rgb(130,87,204); }
div.DivClassName
{
background-color: #8257CC;
}
.BgClassName
{
background-color: #8257CC;
}
</style>
border-color css
<style>
span { border-color: #8257CC; }
span { border-color: rgb(130,87,204); }
td.TdClassName
{
border-color: #8257CC;
}
.TagClassName
{
border-color: #8257CC;
}
</style>