Shades of Amethyst #8D55CE
Tints of Amethyst #8D55CE
RGB
CMYK
RGB Variations
Color information
#8D55CE (or 0x8D55CE) is known color: Amethyst. HEX triplet: 8D, 55 and CE. RGB value is (141,85,206). Sum of RGB (Red+Green+Blue) = 141+85+206=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55CE is #72AA31. Grayscale: #737373. Windows color (decimal): -7514674 or 13522317. OLE color: 13522317.
HSL color Cylindrical-coordinate representation of color #8D55CE: hue angle of 267.77º 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 #8D55CE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 85 | 206 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.19 |
| HSL | 267.77º | 0.55% | 0.57% | - |
| HSV(B) | 267.77º | 0.59% | 0.81% | - |
| XYZ | 25.37 | 16.62 | 60.26 | - |
| YUV | 115.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 206 | 0.32 | 0.59 | 0 | 0.19 | 267.77 | 0.55 | 0.57 |
| Hex | 8D | 55 | CE | 20 | 3B | 0 | 13 | 10C | 37 | 39 |
| Octal | 215 | 125 | 316 | 40 | 73 | 0 | 23 | 414 | 67 | 71 |
| Binary | 10001101 | 1010101 | 11001110 | 100000 | 111011 | 0 | 10011 | 100001100 | 110111 | 111001 |
Color Harmonies of #8D55CE
Complementary color
Monochromatic Colors of #8D55CE
Black with #8D55CE
Text Example
Text Example
White with #8D55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D55CE; }
p { color: rgb(141,85,206); }
H1.HeaderClassName
{
color: #8D55CE;
}
.AnyTagClassName
{
color: #8D55CE;
}
</style>
background-color css
<style>
a { background-color: #8D55CE; }
a { background-color: rgb(141,85,206); }
div.DivClassName
{
background-color: #8D55CE;
}
.BgClassName
{
background-color: #8D55CE;
}
</style>
border-color css
<style>
span { border-color: #8D55CE; }
span { border-color: rgb(141,85,206); }
td.TdClassName
{
border-color: #8D55CE;
}
.TagClassName
{
border-color: #8D55CE;
}
</style>