Shades of Amethyst #8356C1
Tints of Amethyst #8356C1
RGB
CMYK
RGB Variations
Color information
#8356C1 (or 0x8356C1) is known color: Amethyst. HEX triplet: 83, 56 and C1. RGB value is (131,86,193). Sum of RGB (Red+Green+Blue) = 131+86+193=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #8356C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356C1 is #7CA93E. Grayscale: #6F6F6F. Windows color (decimal): -8169791 or 12670595. OLE color: 12670595.
HSL color Cylindrical-coordinate representation of color #8356C1: hue angle of 265.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8356C1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 86 | 193 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.24 |
| HSL | 265.23º | 0.46% | 0.55% | - |
| HSV(B) | 265.23º | 0.55% | 0.76% | - |
| XYZ | 22.31 | 15.33 | 52.24 | - |
| YUV | 111.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 193 | 0.32 | 0.55 | 0 | 0.24 | 265.23 | 0.46 | 0.55 |
| Hex | 83 | 56 | C1 | 20 | 37 | 0 | 18 | 109 | 2E | 37 |
| Octal | 203 | 126 | 301 | 40 | 67 | 0 | 30 | 411 | 56 | 67 |
| Binary | 10000011 | 1010110 | 11000001 | 100000 | 110111 | 0 | 11000 | 100001001 | 101110 | 110111 |
Color Harmonies of #8356C1
Complementary color
Monochromatic Colors of #8356C1
Black with #8356C1
Text Example
Text Example
White with #8356C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356C1; }
p { color: rgb(131,86,193); }
H1.HeaderClassName
{
color: #8356C1;
}
.AnyTagClassName
{
color: #8356C1;
}
</style>
background-color css
<style>
a { background-color: #8356C1; }
a { background-color: rgb(131,86,193); }
div.DivClassName
{
background-color: #8356C1;
}
.BgClassName
{
background-color: #8356C1;
}
</style>
border-color css
<style>
span { border-color: #8356C1; }
span { border-color: rgb(131,86,193); }
td.TdClassName
{
border-color: #8356C1;
}
.TagClassName
{
border-color: #8356C1;
}
</style>