Shades of Amethyst #895EC3
Tints of Amethyst #895EC3
RGB
CMYK
RGB Variations
Color information
#895EC3 (or 0x895EC3) is known color: Amethyst. HEX triplet: 89, 5E and C3. RGB value is (137,94,195). Sum of RGB (Red+Green+Blue) = 137+94+195=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #895EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EC3 is #76A13C. Grayscale: #767676. Windows color (decimal): -7774525 or 12803721. OLE color: 12803721.
HSL color Cylindrical-coordinate representation of color #895EC3: hue angle of 265.54º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895EC3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 94 | 195 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.24 |
| HSL | 265.54º | 0.46% | 0.57% | - |
| HSV(B) | 265.54º | 0.52% | 0.76% | - |
| XYZ | 24.17 | 17.26 | 53.69 | - |
| YUV | 118.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 195 | 0.30 | 0.52 | 0 | 0.24 | 265.54 | 0.46 | 0.57 |
| Hex | 89 | 5E | C3 | 1E | 34 | 0 | 18 | 10A | 2E | 39 |
| Octal | 211 | 136 | 303 | 36 | 64 | 0 | 30 | 412 | 56 | 71 |
| Binary | 10001001 | 1011110 | 11000011 | 11110 | 110100 | 0 | 11000 | 100001010 | 101110 | 111001 |
Color Harmonies of #895EC3
Complementary color
Monochromatic Colors of #895EC3
Black with #895EC3
Text Example
Text Example
White with #895EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EC3; }
p { color: rgb(137,94,195); }
H1.HeaderClassName
{
color: #895EC3;
}
.AnyTagClassName
{
color: #895EC3;
}
</style>
background-color css
<style>
a { background-color: #895EC3; }
a { background-color: rgb(137,94,195); }
div.DivClassName
{
background-color: #895EC3;
}
.BgClassName
{
background-color: #895EC3;
}
</style>
border-color css
<style>
span { border-color: #895EC3; }
span { border-color: rgb(137,94,195); }
td.TdClassName
{
border-color: #895EC3;
}
.TagClassName
{
border-color: #895EC3;
}
</style>