Shades of Amethyst #8754D8
Tints of Amethyst #8754D8
RGB
CMYK
RGB Variations
Color information
#8754D8 (or 0x8754D8) is known color: Amethyst. HEX triplet: 87, 54 and D8. RGB value is (135,84,216). Sum of RGB (Red+Green+Blue) = 135+84+216=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #8754D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754D8 is #78AB27. Grayscale: #717171. Windows color (decimal): -7908136 or 14177415. OLE color: 14177415.
HSL color Cylindrical-coordinate representation of color #8754D8: hue angle of 263.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8754D8 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 84 | 216 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.15 |
| HSL | 263.18º | 0.63% | 0.59% | - |
| HSV(B) | 263.18º | 0.61% | 0.85% | - |
| XYZ | 25.56 | 16.45 | 66.79 | - |
| YUV | 114.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 216 | 0.38 | 0.61 | 0 | 0.15 | 263.18 | 0.63 | 0.59 |
| Hex | 87 | 54 | D8 | 26 | 3D | 0 | F | 107 | 3F | 3B |
| Octal | 207 | 124 | 330 | 46 | 75 | 0 | 17 | 407 | 77 | 73 |
| Binary | 10000111 | 1010100 | 11011000 | 100110 | 111101 | 0 | 1111 | 100000111 | 111111 | 111011 |
Color Harmonies of #8754D8
Complementary color
Monochromatic Colors of #8754D8
Black with #8754D8
Text Example
Text Example
White with #8754D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754D8; }
p { color: rgb(135,84,216); }
H1.HeaderClassName
{
color: #8754D8;
}
.AnyTagClassName
{
color: #8754D8;
}
</style>
background-color css
<style>
a { background-color: #8754D8; }
a { background-color: rgb(135,84,216); }
div.DivClassName
{
background-color: #8754D8;
}
.BgClassName
{
background-color: #8754D8;
}
</style>
border-color css
<style>
span { border-color: #8754D8; }
span { border-color: rgb(135,84,216); }
td.TdClassName
{
border-color: #8754D8;
}
.TagClassName
{
border-color: #8754D8;
}
</style>