Shades of Amethyst #8354CE
Tints of Amethyst #8354CE
RGB
CMYK
RGB Variations
Color information
#8354CE (or 0x8354CE) is known color: Amethyst. HEX triplet: 83, 54 and CE. RGB value is (131,84,206). Sum of RGB (Red+Green+Blue) = 131+84+206=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #8354CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354CE is #7CAB31. Grayscale: #6F6F6F. Windows color (decimal): -8170290 or 13522051. OLE color: 13522051.
HSL color Cylindrical-coordinate representation of color #8354CE: hue angle of 263.11º 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 #8354CE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 84 | 206 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.19 |
| HSL | 263.11º | 0.55% | 0.57% | - |
| HSV(B) | 263.11º | 0.59% | 0.81% | - |
| XYZ | 23.67 | 15.62 | 60.16 | - |
| YUV | 111.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 206 | 0.36 | 0.59 | 0 | 0.19 | 263.11 | 0.55 | 0.57 |
| Hex | 83 | 54 | CE | 24 | 3B | 0 | 13 | 107 | 37 | 39 |
| Octal | 203 | 124 | 316 | 44 | 73 | 0 | 23 | 407 | 67 | 71 |
| Binary | 10000011 | 1010100 | 11001110 | 100100 | 111011 | 0 | 10011 | 100000111 | 110111 | 111001 |
Color Harmonies of #8354CE
Complementary color
Monochromatic Colors of #8354CE
Black with #8354CE
Text Example
Text Example
White with #8354CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354CE; }
p { color: rgb(131,84,206); }
H1.HeaderClassName
{
color: #8354CE;
}
.AnyTagClassName
{
color: #8354CE;
}
</style>
background-color css
<style>
a { background-color: #8354CE; }
a { background-color: rgb(131,84,206); }
div.DivClassName
{
background-color: #8354CE;
}
.BgClassName
{
background-color: #8354CE;
}
</style>
border-color css
<style>
span { border-color: #8354CE; }
span { border-color: rgb(131,84,206); }
td.TdClassName
{
border-color: #8354CE;
}
.TagClassName
{
border-color: #8354CE;
}
</style>