Shades of Amethyst #8257CE
Tints of Amethyst #8257CE
RGB
CMYK
RGB Variations
Color information
#8257CE (or 0x8257CE) is known color: Amethyst. HEX triplet: 82, 57 and CE. RGB value is (130,87,206). Sum of RGB (Red+Green+Blue) = 130+87+206=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8257CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257CE is #7DA831. Grayscale: #707070. Windows color (decimal): -8235058 or 13522818. OLE color: 13522818.
HSL color Cylindrical-coordinate representation of color #8257CE: hue angle of 261.68º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8257CE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 87 | 206 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.19 |
| HSL | 261.68º | 0.55% | 0.57% | - |
| HSV(B) | 261.68º | 0.58% | 0.81% | - |
| XYZ | 23.75 | 16.02 | 60.23 | - |
| YUV | 113.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 206 | 0.37 | 0.58 | 0 | 0.19 | 261.68 | 0.55 | 0.57 |
| Hex | 82 | 57 | CE | 25 | 3A | 0 | 13 | 106 | 37 | 39 |
| Octal | 202 | 127 | 316 | 45 | 72 | 0 | 23 | 406 | 67 | 71 |
| Binary | 10000010 | 1010111 | 11001110 | 100101 | 111010 | 0 | 10011 | 100000110 | 110111 | 111001 |
Color Harmonies of #8257CE
Complementary color
Monochromatic Colors of #8257CE
Black with #8257CE
Text Example
Text Example
White with #8257CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257CE; }
p { color: rgb(130,87,206); }
H1.HeaderClassName
{
color: #8257CE;
}
.AnyTagClassName
{
color: #8257CE;
}
</style>
background-color css
<style>
a { background-color: #8257CE; }
a { background-color: rgb(130,87,206); }
div.DivClassName
{
background-color: #8257CE;
}
.BgClassName
{
background-color: #8257CE;
}
</style>
border-color css
<style>
span { border-color: #8257CE; }
span { border-color: rgb(130,87,206); }
td.TdClassName
{
border-color: #8257CE;
}
.TagClassName
{
border-color: #8257CE;
}
</style>