Shades of Amethyst #8755D1
Tints of Amethyst #8755D1
RGB
CMYK
RGB Variations
Color information
#8755D1 (or 0x8755D1) is known color: Amethyst. HEX triplet: 87, 55 and D1. RGB value is (135,85,209). Sum of RGB (Red+Green+Blue) = 135+85+209=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #8755D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755D1 is #78AA2E. Grayscale: #717171. Windows color (decimal): -7907887 or 13718919. OLE color: 13718919.
HSL color Cylindrical-coordinate representation of color #8755D1: hue angle of 264.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8755D1 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 85 | 209 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.18 |
| HSL | 264.19º | 0.57% | 0.58% | - |
| HSV(B) | 264.19º | 0.59% | 0.82% | - |
| XYZ | 24.75 | 16.25 | 62.15 | - |
| YUV | 114.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 209 | 0.35 | 0.59 | 0 | 0.18 | 264.19 | 0.57 | 0.58 |
| Hex | 87 | 55 | D1 | 23 | 3B | 0 | 12 | 108 | 39 | 3A |
| Octal | 207 | 125 | 321 | 43 | 73 | 0 | 22 | 410 | 71 | 72 |
| Binary | 10000111 | 1010101 | 11010001 | 100011 | 111011 | 0 | 10010 | 100001000 | 111001 | 111010 |
Color Harmonies of #8755D1
Complementary color
Monochromatic Colors of #8755D1
Black with #8755D1
Text Example
Text Example
White with #8755D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755D1; }
p { color: rgb(135,85,209); }
H1.HeaderClassName
{
color: #8755D1;
}
.AnyTagClassName
{
color: #8755D1;
}
</style>
background-color css
<style>
a { background-color: #8755D1; }
a { background-color: rgb(135,85,209); }
div.DivClassName
{
background-color: #8755D1;
}
.BgClassName
{
background-color: #8755D1;
}
</style>
border-color css
<style>
span { border-color: #8755D1; }
span { border-color: rgb(135,85,209); }
td.TdClassName
{
border-color: #8755D1;
}
.TagClassName
{
border-color: #8755D1;
}
</style>