Shades of Amethyst #8355C4
Tints of Amethyst #8355C4
RGB
CMYK
RGB Variations
Color information
#8355C4 (or 0x8355C4) is known color: Amethyst. HEX triplet: 83, 55 and C4. RGB value is (131,85,196). Sum of RGB (Red+Green+Blue) = 131+85+196=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #8355C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355C4 is #7CAA3B. Grayscale: #6F6F6F. Windows color (decimal): -8170044 or 12866947. OLE color: 12866947.
HSL color Cylindrical-coordinate representation of color #8355C4: hue angle of 264.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8355C4 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 85 | 196 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.23 |
| HSL | 264.86º | 0.48% | 0.55% | - |
| HSV(B) | 264.86º | 0.57% | 0.77% | - |
| XYZ | 22.57 | 15.31 | 53.99 | - |
| YUV | 111.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 196 | 0.33 | 0.57 | 0 | 0.23 | 264.86 | 0.48 | 0.55 |
| Hex | 83 | 55 | C4 | 21 | 39 | 0 | 17 | 109 | 30 | 37 |
| Octal | 203 | 125 | 304 | 41 | 71 | 0 | 27 | 411 | 60 | 67 |
| Binary | 10000011 | 1010101 | 11000100 | 100001 | 111001 | 0 | 10111 | 100001001 | 110000 | 110111 |
Color Harmonies of #8355C4
Complementary color
Monochromatic Colors of #8355C4
Black with #8355C4
Text Example
Text Example
White with #8355C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355C4; }
p { color: rgb(131,85,196); }
H1.HeaderClassName
{
color: #8355C4;
}
.AnyTagClassName
{
color: #8355C4;
}
</style>
background-color css
<style>
a { background-color: #8355C4; }
a { background-color: rgb(131,85,196); }
div.DivClassName
{
background-color: #8355C4;
}
.BgClassName
{
background-color: #8355C4;
}
</style>
border-color css
<style>
span { border-color: #8355C4; }
span { border-color: rgb(131,85,196); }
td.TdClassName
{
border-color: #8355C4;
}
.TagClassName
{
border-color: #8355C4;
}
</style>