Shades of Amethyst #8857CF
Tints of Amethyst #8857CF
RGB
CMYK
RGB Variations
Color information
#8857CF (or 0x8857CF) is known color: Amethyst. HEX triplet: 88, 57 and CF. RGB value is (136,87,207). Sum of RGB (Red+Green+Blue) = 136+87+207=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #8857CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8857CF is #77A830. Grayscale: #727272. Windows color (decimal): -7841841 or 13588360. OLE color: 13588360.
HSL color Cylindrical-coordinate representation of color #8857CF: hue angle of 264.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8857CF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 87 | 207 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.19 |
| HSL | 264.5º | 0.56% | 0.58% | - |
| HSV(B) | 264.5º | 0.58% | 0.81% | - |
| XYZ | 24.82 | 16.56 | 60.92 | - |
| YUV | 115.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 207 | 0.34 | 0.58 | 0 | 0.19 | 264.5 | 0.56 | 0.58 |
| Hex | 88 | 57 | CF | 22 | 3A | 0 | 13 | 108 | 38 | 3A |
| Octal | 210 | 127 | 317 | 42 | 72 | 0 | 23 | 410 | 70 | 72 |
| Binary | 10001000 | 1010111 | 11001111 | 100010 | 111010 | 0 | 10011 | 100001000 | 111000 | 111010 |
Color Harmonies of #8857CF
Complementary color
Monochromatic Colors of #8857CF
Black with #8857CF
Text Example
Text Example
White with #8857CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8857CF; }
p { color: rgb(136,87,207); }
H1.HeaderClassName
{
color: #8857CF;
}
.AnyTagClassName
{
color: #8857CF;
}
</style>
background-color css
<style>
a { background-color: #8857CF; }
a { background-color: rgb(136,87,207); }
div.DivClassName
{
background-color: #8857CF;
}
.BgClassName
{
background-color: #8857CF;
}
</style>
border-color css
<style>
span { border-color: #8857CF; }
span { border-color: rgb(136,87,207); }
td.TdClassName
{
border-color: #8857CF;
}
.TagClassName
{
border-color: #8857CF;
}
</style>