Shades of Amethyst #8754CE
Tints of Amethyst #8754CE
RGB
CMYK
RGB Variations
Color information
#8754CE (or 0x8754CE) is known color: Amethyst. HEX triplet: 87, 54 and CE. RGB value is (135,84,206). Sum of RGB (Red+Green+Blue) = 135+84+206=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8754CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754CE is #78AB31. Grayscale: #707070. Windows color (decimal): -7908146 or 13522055. OLE color: 13522055.
HSL color Cylindrical-coordinate representation of color #8754CE: hue angle of 265.08º 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 #8754CE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 84 | 206 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.19 |
| HSL | 265.08º | 0.55% | 0.57% | - |
| HSV(B) | 265.08º | 0.59% | 0.81% | - |
| XYZ | 24.3 | 15.95 | 60.19 | - |
| YUV | 113.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 206 | 0.34 | 0.59 | 0 | 0.19 | 265.08 | 0.55 | 0.57 |
| Hex | 87 | 54 | CE | 22 | 3B | 0 | 13 | 109 | 37 | 39 |
| Octal | 207 | 124 | 316 | 42 | 73 | 0 | 23 | 411 | 67 | 71 |
| Binary | 10000111 | 1010100 | 11001110 | 100010 | 111011 | 0 | 10011 | 100001001 | 110111 | 111001 |
Color Harmonies of #8754CE
Complementary color
Monochromatic Colors of #8754CE
Black with #8754CE
Text Example
Text Example
White with #8754CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754CE; }
p { color: rgb(135,84,206); }
H1.HeaderClassName
{
color: #8754CE;
}
.AnyTagClassName
{
color: #8754CE;
}
</style>
background-color css
<style>
a { background-color: #8754CE; }
a { background-color: rgb(135,84,206); }
div.DivClassName
{
background-color: #8754CE;
}
.BgClassName
{
background-color: #8754CE;
}
</style>
border-color css
<style>
span { border-color: #8754CE; }
span { border-color: rgb(135,84,206); }
td.TdClassName
{
border-color: #8754CE;
}
.TagClassName
{
border-color: #8754CE;
}
</style>