Shades of Amethyst #895CBF
Tints of Amethyst #895CBF
RGB
CMYK
RGB Variations
Color information
#895CBF (or 0x895CBF) is known color: Amethyst. HEX triplet: 89, 5C and BF. RGB value is (137,92,191). Sum of RGB (Red+Green+Blue) = 137+92+191=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #895CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBF is #76A340. Grayscale: #747474. Windows color (decimal): -7775041 or 12541065. OLE color: 12541065.
HSL color Cylindrical-coordinate representation of color #895CBF: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895CBF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 92 | 191 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.25 |
| HSL | 267.27º | 0.44% | 0.55% | - |
| HSV(B) | 267.27º | 0.52% | 0.75% | - |
| XYZ | 23.55 | 16.73 | 51.28 | - |
| YUV | 116.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 191 | 0.28 | 0.52 | 0 | 0.25 | 267.27 | 0.44 | 0.55 |
| Hex | 89 | 5C | BF | 1C | 34 | 0 | 19 | 10B | 2C | 37 |
| Octal | 211 | 134 | 277 | 34 | 64 | 0 | 31 | 413 | 54 | 67 |
| Binary | 10001001 | 1011100 | 10111111 | 11100 | 110100 | 0 | 11001 | 100001011 | 101100 | 110111 |
Color Harmonies of #895CBF
Complementary color
Monochromatic Colors of #895CBF
Black with #895CBF
Text Example
Text Example
White with #895CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CBF; }
p { color: rgb(137,92,191); }
H1.HeaderClassName
{
color: #895CBF;
}
.AnyTagClassName
{
color: #895CBF;
}
</style>
background-color css
<style>
a { background-color: #895CBF; }
a { background-color: rgb(137,92,191); }
div.DivClassName
{
background-color: #895CBF;
}
.BgClassName
{
background-color: #895CBF;
}
</style>
border-color css
<style>
span { border-color: #895CBF; }
span { border-color: rgb(137,92,191); }
td.TdClassName
{
border-color: #895CBF;
}
.TagClassName
{
border-color: #895CBF;
}
</style>