Shades of Amethyst #8754CF
Tints of Amethyst #8754CF
RGB
CMYK
RGB Variations
Color information
#8754CF (or 0x8754CF) is known color: Amethyst. HEX triplet: 87, 54 and CF. RGB value is (135,84,207). Sum of RGB (Red+Green+Blue) = 135+84+207=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8754CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754CF is #78AB30. Grayscale: #707070. Windows color (decimal): -7908145 or 13587591. OLE color: 13587591.
HSL color Cylindrical-coordinate representation of color #8754CF: hue angle of 264.88º degrees, saturation: 0.56, 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 #8754CF is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 84 | 207 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.19 |
| HSL | 264.88º | 0.56% | 0.57% | - |
| HSV(B) | 264.88º | 0.59% | 0.81% | - |
| XYZ | 24.42 | 16 | 60.83 | - |
| YUV | 113.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 207 | 0.35 | 0.59 | 0 | 0.19 | 264.88 | 0.56 | 0.57 |
| Hex | 87 | 54 | CF | 23 | 3B | 0 | 13 | 109 | 38 | 39 |
| Octal | 207 | 124 | 317 | 43 | 73 | 0 | 23 | 411 | 70 | 71 |
| Binary | 10000111 | 1010100 | 11001111 | 100011 | 111011 | 0 | 10011 | 100001001 | 111000 | 111001 |
Color Harmonies of #8754CF
Complementary color
Monochromatic Colors of #8754CF
Black with #8754CF
Text Example
Text Example
White with #8754CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754CF; }
p { color: rgb(135,84,207); }
H1.HeaderClassName
{
color: #8754CF;
}
.AnyTagClassName
{
color: #8754CF;
}
</style>
background-color css
<style>
a { background-color: #8754CF; }
a { background-color: rgb(135,84,207); }
div.DivClassName
{
background-color: #8754CF;
}
.BgClassName
{
background-color: #8754CF;
}
</style>
border-color css
<style>
span { border-color: #8754CF; }
span { border-color: rgb(135,84,207); }
td.TdClassName
{
border-color: #8754CF;
}
.TagClassName
{
border-color: #8754CF;
}
</style>