Shades of Amethyst #8755D5
Tints of Amethyst #8755D5
RGB
CMYK
RGB Variations
Color information
#8755D5 (or 0x8755D5) is known color: Amethyst. HEX triplet: 87, 55 and D5. RGB value is (135,85,213). Sum of RGB (Red+Green+Blue) = 135+85+213=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #8755D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755D5 is #78AA2A. Grayscale: #727272. Windows color (decimal): -7907883 or 13981063. OLE color: 13981063.
HSL color Cylindrical-coordinate representation of color #8755D5: hue angle of 263.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8755D5 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 85 | 213 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.16 |
| HSL | 263.44º | 0.6% | 0.58% | - |
| HSV(B) | 263.44º | 0.6% | 0.84% | - |
| XYZ | 25.25 | 16.45 | 64.8 | - |
| YUV | 114.54 | 183.57 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 213 | 0.37 | 0.60 | 0 | 0.16 | 263.44 | 0.6 | 0.58 |
| Hex | 87 | 55 | D5 | 25 | 3C | 0 | 10 | 107 | 3C | 3A |
| Octal | 207 | 125 | 325 | 45 | 74 | 0 | 20 | 407 | 74 | 72 |
| Binary | 10000111 | 1010101 | 11010101 | 100101 | 111100 | 0 | 10000 | 100000111 | 111100 | 111010 |
Color Harmonies of #8755D5
Complementary color
Monochromatic Colors of #8755D5
Black with #8755D5
Text Example
Text Example
White with #8755D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755D5; }
p { color: rgb(135,85,213); }
H1.HeaderClassName
{
color: #8755D5;
}
.AnyTagClassName
{
color: #8755D5;
}
</style>
background-color css
<style>
a { background-color: #8755D5; }
a { background-color: rgb(135,85,213); }
div.DivClassName
{
background-color: #8755D5;
}
.BgClassName
{
background-color: #8755D5;
}
</style>
border-color css
<style>
span { border-color: #8755D5; }
span { border-color: rgb(135,85,213); }
td.TdClassName
{
border-color: #8755D5;
}
.TagClassName
{
border-color: #8755D5;
}
</style>