Shades of Amethyst #8356CC
Tints of Amethyst #8356CC
RGB
CMYK
RGB Variations
Color information
#8356CC (or 0x8356CC) is known color: Amethyst. HEX triplet: 83, 56 and CC. RGB value is (131,86,204). Sum of RGB (Red+Green+Blue) = 131+86+204=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 86 (33.98% from 255 or 20.43% 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 #8356CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356CC is #7CA933. Grayscale: #707070. Windows color (decimal): -8169780 or 13391491. OLE color: 13391491.
HSL color Cylindrical-coordinate representation of color #8356CC: hue angle of 262.88º 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 #8356CC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 86 | 204 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.2 |
| HSL | 262.88º | 0.54% | 0.57% | - |
| HSV(B) | 262.88º | 0.58% | 0.8% | - |
| XYZ | 23.59 | 15.84 | 58.94 | - |
| YUV | 112.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 204 | 0.36 | 0.58 | 0 | 0.2 | 262.88 | 0.54 | 0.57 |
| Hex | 83 | 56 | CC | 24 | 3A | 0 | 14 | 107 | 36 | 39 |
| Octal | 203 | 126 | 314 | 44 | 72 | 0 | 24 | 407 | 66 | 71 |
| Binary | 10000011 | 1010110 | 11001100 | 100100 | 111010 | 0 | 10100 | 100000111 | 110110 | 111001 |
Color Harmonies of #8356CC
Complementary color
Monochromatic Colors of #8356CC
Black with #8356CC
Text Example
Text Example
White with #8356CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356CC; }
p { color: rgb(131,86,204); }
H1.HeaderClassName
{
color: #8356CC;
}
.AnyTagClassName
{
color: #8356CC;
}
</style>
background-color css
<style>
a { background-color: #8356CC; }
a { background-color: rgb(131,86,204); }
div.DivClassName
{
background-color: #8356CC;
}
.BgClassName
{
background-color: #8356CC;
}
</style>
border-color css
<style>
span { border-color: #8356CC; }
span { border-color: rgb(131,86,204); }
td.TdClassName
{
border-color: #8356CC;
}
.TagClassName
{
border-color: #8356CC;
}
</style>