Shades of Amethyst #8256C6
Tints of Amethyst #8256C6
RGB
CMYK
RGB Variations
Color information
#8256C6 (or 0x8256C6) is known color: Amethyst. HEX triplet: 82, 56 and C6. RGB value is (130,86,198). Sum of RGB (Red+Green+Blue) = 130+86+198=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #8256C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C6 is #7DA939. Grayscale: #6F6F6F. Windows color (decimal): -8235322 or 12998274. OLE color: 12998274.
HSL color Cylindrical-coordinate representation of color #8256C6: hue angle of 263.57º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8256C6 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 86 | 198 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.22 |
| HSL | 263.57º | 0.5% | 0.56% | - |
| HSV(B) | 263.57º | 0.57% | 0.78% | - |
| XYZ | 22.73 | 15.48 | 55.22 | - |
| YUV | 111.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 198 | 0.34 | 0.57 | 0 | 0.22 | 263.57 | 0.5 | 0.56 |
| Hex | 82 | 56 | C6 | 22 | 39 | 0 | 16 | 108 | 32 | 38 |
| Octal | 202 | 126 | 306 | 42 | 71 | 0 | 26 | 410 | 62 | 70 |
| Binary | 10000010 | 1010110 | 11000110 | 100010 | 111001 | 0 | 10110 | 100001000 | 110010 | 111000 |
Color Harmonies of #8256C6
Complementary color
Monochromatic Colors of #8256C6
Black with #8256C6
Text Example
Text Example
White with #8256C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256C6; }
p { color: rgb(130,86,198); }
H1.HeaderClassName
{
color: #8256C6;
}
.AnyTagClassName
{
color: #8256C6;
}
</style>
background-color css
<style>
a { background-color: #8256C6; }
a { background-color: rgb(130,86,198); }
div.DivClassName
{
background-color: #8256C6;
}
.BgClassName
{
background-color: #8256C6;
}
</style>
border-color css
<style>
span { border-color: #8256C6; }
span { border-color: rgb(130,86,198); }
td.TdClassName
{
border-color: #8256C6;
}
.TagClassName
{
border-color: #8256C6;
}
</style>