Shades of Amethyst #8256CD
Tints of Amethyst #8256CD
RGB
CMYK
RGB Variations
Color information
#8256CD (or 0x8256CD) is known color: Amethyst. HEX triplet: 82, 56 and CD. RGB value is (130,86,205). Sum of RGB (Red+Green+Blue) = 130+86+205=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #8256CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256CD is #7DA932. Grayscale: #707070. Windows color (decimal): -8235315 or 13457026. OLE color: 13457026.
HSL color Cylindrical-coordinate representation of color #8256CD: hue angle of 262.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8256CD is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 86 | 205 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.20 |
| HSL | 262.18º | 0.54% | 0.57% | - |
| HSV(B) | 262.18º | 0.58% | 0.8% | - |
| XYZ | 23.55 | 15.81 | 59.57 | - |
| YUV | 112.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 205 | 0.37 | 0.58 | 0 | 0.20 | 262.18 | 0.54 | 0.57 |
| Hex | 82 | 56 | CD | 25 | 3A | 0 | 14 | 106 | 36 | 39 |
| Octal | 202 | 126 | 315 | 45 | 72 | 0 | 24 | 406 | 66 | 71 |
| Binary | 10000010 | 1010110 | 11001101 | 100101 | 111010 | 0 | 10100 | 100000110 | 110110 | 111001 |
Color Harmonies of #8256CD
Complementary color
Monochromatic Colors of #8256CD
Black with #8256CD
Text Example
Text Example
White with #8256CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256CD; }
p { color: rgb(130,86,205); }
H1.HeaderClassName
{
color: #8256CD;
}
.AnyTagClassName
{
color: #8256CD;
}
</style>
background-color css
<style>
a { background-color: #8256CD; }
a { background-color: rgb(130,86,205); }
div.DivClassName
{
background-color: #8256CD;
}
.BgClassName
{
background-color: #8256CD;
}
</style>
border-color css
<style>
span { border-color: #8256CD; }
span { border-color: rgb(130,86,205); }
td.TdClassName
{
border-color: #8256CD;
}
.TagClassName
{
border-color: #8256CD;
}
</style>