Shades of Amethyst #895FCE
Tints of Amethyst #895FCE
RGB
CMYK
RGB Variations
Color information
#895FCE (or 0x895FCE) is known color: Amethyst. HEX triplet: 89, 5F and CE. RGB value is (137,95,206). Sum of RGB (Red+Green+Blue) = 137+95+206=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #895FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FCE is #76A031. Grayscale: #777777. Windows color (decimal): -7774258 or 13524873. OLE color: 13524873.
HSL color Cylindrical-coordinate representation of color #895FCE: hue angle of 262.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #895FCE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 95 | 206 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.19 |
| HSL | 262.7º | 0.53% | 0.59% | - |
| HSV(B) | 262.7º | 0.54% | 0.81% | - |
| XYZ | 25.55 | 17.96 | 60.51 | - |
| YUV | 120.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 206 | 0.33 | 0.54 | 0 | 0.19 | 262.7 | 0.53 | 0.59 |
| Hex | 89 | 5F | CE | 21 | 36 | 0 | 13 | 107 | 35 | 3B |
| Octal | 211 | 137 | 316 | 41 | 66 | 0 | 23 | 407 | 65 | 73 |
| Binary | 10001001 | 1011111 | 11001110 | 100001 | 110110 | 0 | 10011 | 100000111 | 110101 | 111011 |
Color Harmonies of #895FCE
Complementary color
Monochromatic Colors of #895FCE
Black with #895FCE
Text Example
Text Example
White with #895FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FCE; }
p { color: rgb(137,95,206); }
H1.HeaderClassName
{
color: #895FCE;
}
.AnyTagClassName
{
color: #895FCE;
}
</style>
background-color css
<style>
a { background-color: #895FCE; }
a { background-color: rgb(137,95,206); }
div.DivClassName
{
background-color: #895FCE;
}
.BgClassName
{
background-color: #895FCE;
}
</style>
border-color css
<style>
span { border-color: #895FCE; }
span { border-color: rgb(137,95,206); }
td.TdClassName
{
border-color: #895FCE;
}
.TagClassName
{
border-color: #895FCE;
}
</style>