Shades of Amethyst #8854CF
Tints of Amethyst #8854CF
RGB
CMYK
RGB Variations
Color information
#8854CF (or 0x8854CF) is known color: Amethyst. HEX triplet: 88, 54 and CF. RGB value is (136,84,207). Sum of RGB (Red+Green+Blue) = 136+84+207=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8854CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854CF is #77AB30. Grayscale: #717171. Windows color (decimal): -7842609 or 13587592. OLE color: 13587592.
HSL color Cylindrical-coordinate representation of color #8854CF: hue angle of 265.37º 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 #8854CF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 84 | 207 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.19 |
| HSL | 265.37º | 0.56% | 0.57% | - |
| HSV(B) | 265.37º | 0.59% | 0.81% | - |
| XYZ | 24.59 | 16.08 | 60.84 | - |
| YUV | 113.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 207 | 0.34 | 0.59 | 0 | 0.19 | 265.37 | 0.56 | 0.57 |
| Hex | 88 | 54 | CF | 22 | 3B | 0 | 13 | 109 | 38 | 39 |
| Octal | 210 | 124 | 317 | 42 | 73 | 0 | 23 | 411 | 70 | 71 |
| Binary | 10001000 | 1010100 | 11001111 | 100010 | 111011 | 0 | 10011 | 100001001 | 111000 | 111001 |
Color Harmonies of #8854CF
Complementary color
Monochromatic Colors of #8854CF
Black with #8854CF
Text Example
Text Example
White with #8854CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854CF; }
p { color: rgb(136,84,207); }
H1.HeaderClassName
{
color: #8854CF;
}
.AnyTagClassName
{
color: #8854CF;
}
</style>
background-color css
<style>
a { background-color: #8854CF; }
a { background-color: rgb(136,84,207); }
div.DivClassName
{
background-color: #8854CF;
}
.BgClassName
{
background-color: #8854CF;
}
</style>
border-color css
<style>
span { border-color: #8854CF; }
span { border-color: rgb(136,84,207); }
td.TdClassName
{
border-color: #8854CF;
}
.TagClassName
{
border-color: #8854CF;
}
</style>