Shades of Amethyst #8754D6
Tints of Amethyst #8754D6
RGB
CMYK
RGB Variations
Color information
#8754D6 (or 0x8754D6) is known color: Amethyst. HEX triplet: 87, 54 and D6. RGB value is (135,84,214). Sum of RGB (Red+Green+Blue) = 135+84+214=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #8754D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754D6 is #78AB29. Grayscale: #717171. Windows color (decimal): -7908138 or 14046343. OLE color: 14046343.
HSL color Cylindrical-coordinate representation of color #8754D6: hue angle of 263.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8754D6 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 84 | 214 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.16 |
| HSL | 263.54º | 0.61% | 0.58% | - |
| HSV(B) | 263.54º | 0.61% | 0.84% | - |
| XYZ | 25.3 | 16.35 | 65.44 | - |
| YUV | 114.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 214 | 0.37 | 0.61 | 0 | 0.16 | 263.54 | 0.61 | 0.58 |
| Hex | 87 | 54 | D6 | 25 | 3D | 0 | 10 | 108 | 3D | 3A |
| Octal | 207 | 124 | 326 | 45 | 75 | 0 | 20 | 410 | 75 | 72 |
| Binary | 10000111 | 1010100 | 11010110 | 100101 | 111101 | 0 | 10000 | 100001000 | 111101 | 111010 |
Color Harmonies of #8754D6
Complementary color
Monochromatic Colors of #8754D6
Black with #8754D6
Text Example
Text Example
White with #8754D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754D6; }
p { color: rgb(135,84,214); }
H1.HeaderClassName
{
color: #8754D6;
}
.AnyTagClassName
{
color: #8754D6;
}
</style>
background-color css
<style>
a { background-color: #8754D6; }
a { background-color: rgb(135,84,214); }
div.DivClassName
{
background-color: #8754D6;
}
.BgClassName
{
background-color: #8754D6;
}
</style>
border-color css
<style>
span { border-color: #8754D6; }
span { border-color: rgb(135,84,214); }
td.TdClassName
{
border-color: #8754D6;
}
.TagClassName
{
border-color: #8754D6;
}
</style>