Shades of Amethyst #8355CE
Tints of Amethyst #8355CE
RGB
CMYK
RGB Variations
Color information
#8355CE (or 0x8355CE) is known color: Amethyst. HEX triplet: 83, 55 and CE. RGB value is (131,85,206). Sum of RGB (Red+Green+Blue) = 131+85+206=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8355CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355CE is #7CAA31. Grayscale: #707070. Windows color (decimal): -8170034 or 13522307. OLE color: 13522307.
HSL color Cylindrical-coordinate representation of color #8355CE: hue angle of 262.81º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8355CE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 85 | 206 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.19 |
| HSL | 262.81º | 0.55% | 0.57% | - |
| HSV(B) | 262.81º | 0.59% | 0.81% | - |
| XYZ | 23.75 | 15.78 | 60.19 | - |
| YUV | 112.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 206 | 0.36 | 0.59 | 0 | 0.19 | 262.81 | 0.55 | 0.57 |
| Hex | 83 | 55 | CE | 24 | 3B | 0 | 13 | 107 | 37 | 39 |
| Octal | 203 | 125 | 316 | 44 | 73 | 0 | 23 | 407 | 67 | 71 |
| Binary | 10000011 | 1010101 | 11001110 | 100100 | 111011 | 0 | 10011 | 100000111 | 110111 | 111001 |
Color Harmonies of #8355CE
Complementary color
Monochromatic Colors of #8355CE
Black with #8355CE
Text Example
Text Example
White with #8355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355CE; }
p { color: rgb(131,85,206); }
H1.HeaderClassName
{
color: #8355CE;
}
.AnyTagClassName
{
color: #8355CE;
}
</style>
background-color css
<style>
a { background-color: #8355CE; }
a { background-color: rgb(131,85,206); }
div.DivClassName
{
background-color: #8355CE;
}
.BgClassName
{
background-color: #8355CE;
}
</style>
border-color css
<style>
span { border-color: #8355CE; }
span { border-color: rgb(131,85,206); }
td.TdClassName
{
border-color: #8355CE;
}
.TagClassName
{
border-color: #8355CE;
}
</style>