Shades of Amethyst #8356CB
Tints of Amethyst #8356CB
RGB
CMYK
RGB Variations
Color information
#8356CB (or 0x8356CB) is known color: Amethyst. HEX triplet: 83, 56 and CB. RGB value is (131,86,203). Sum of RGB (Red+Green+Blue) = 131+86+203=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8356CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356CB is #7CA934. Grayscale: #707070. Windows color (decimal): -8169781 or 13325955. OLE color: 13325955.
HSL color Cylindrical-coordinate representation of color #8356CB: hue angle of 263.08º degrees, saturation: 0.53, 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 #8356CB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 86 | 203 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.20 |
| HSL | 263.08º | 0.53% | 0.57% | - |
| HSV(B) | 263.08º | 0.58% | 0.8% | - |
| XYZ | 23.47 | 15.79 | 58.31 | - |
| YUV | 112.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 203 | 0.35 | 0.58 | 0 | 0.20 | 263.08 | 0.53 | 0.57 |
| Hex | 83 | 56 | CB | 23 | 3A | 0 | 14 | 107 | 35 | 39 |
| Octal | 203 | 126 | 313 | 43 | 72 | 0 | 24 | 407 | 65 | 71 |
| Binary | 10000011 | 1010110 | 11001011 | 100011 | 111010 | 0 | 10100 | 100000111 | 110101 | 111001 |
Color Harmonies of #8356CB
Complementary color
Monochromatic Colors of #8356CB
Black with #8356CB
Text Example
Text Example
White with #8356CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356CB; }
p { color: rgb(131,86,203); }
H1.HeaderClassName
{
color: #8356CB;
}
.AnyTagClassName
{
color: #8356CB;
}
</style>
background-color css
<style>
a { background-color: #8356CB; }
a { background-color: rgb(131,86,203); }
div.DivClassName
{
background-color: #8356CB;
}
.BgClassName
{
background-color: #8356CB;
}
</style>
border-color css
<style>
span { border-color: #8356CB; }
span { border-color: rgb(131,86,203); }
td.TdClassName
{
border-color: #8356CB;
}
.TagClassName
{
border-color: #8356CB;
}
</style>