Shades of Amethyst #8256CF
Tints of Amethyst #8256CF
RGB
CMYK
RGB Variations
Color information
#8256CF (or 0x8256CF) is known color: Amethyst. HEX triplet: 82, 56 and CF. RGB value is (130,86,207). Sum of RGB (Red+Green+Blue) = 130+86+207=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #8256CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256CF is #7DA930. Grayscale: #707070. Windows color (decimal): -8235313 or 13588098. OLE color: 13588098.
HSL color Cylindrical-coordinate representation of color #8256CF: hue angle of 261.82º degrees, saturation: 0.56, 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 #8256CF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 86 | 207 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.19 |
| HSL | 261.82º | 0.56% | 0.57% | - |
| HSV(B) | 261.82º | 0.58% | 0.81% | - |
| XYZ | 23.8 | 15.91 | 60.85 | - |
| YUV | 112.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 207 | 0.37 | 0.58 | 0 | 0.19 | 261.82 | 0.56 | 0.57 |
| Hex | 82 | 56 | CF | 25 | 3A | 0 | 13 | 106 | 38 | 39 |
| Octal | 202 | 126 | 317 | 45 | 72 | 0 | 23 | 406 | 70 | 71 |
| Binary | 10000010 | 1010110 | 11001111 | 100101 | 111010 | 0 | 10011 | 100000110 | 111000 | 111001 |
Color Harmonies of #8256CF
Complementary color
Monochromatic Colors of #8256CF
Black with #8256CF
Text Example
Text Example
White with #8256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256CF; }
p { color: rgb(130,86,207); }
H1.HeaderClassName
{
color: #8256CF;
}
.AnyTagClassName
{
color: #8256CF;
}
</style>
background-color css
<style>
a { background-color: #8256CF; }
a { background-color: rgb(130,86,207); }
div.DivClassName
{
background-color: #8256CF;
}
.BgClassName
{
background-color: #8256CF;
}
</style>
border-color css
<style>
span { border-color: #8256CF; }
span { border-color: rgb(130,86,207); }
td.TdClassName
{
border-color: #8256CF;
}
.TagClassName
{
border-color: #8256CF;
}
</style>