Shades of Amethyst #895FC8
Tints of Amethyst #895FC8
RGB
CMYK
RGB Variations
Color information
#895FC8 (or 0x895FC8) is known color: Amethyst. HEX triplet: 89, 5F and C8. RGB value is (137,95,200). Sum of RGB (Red+Green+Blue) = 137+95+200=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #895FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC8 is #76A037. Grayscale: #777777. Windows color (decimal): -7774264 or 13131657. OLE color: 13131657.
HSL color Cylindrical-coordinate representation of color #895FC8: hue angle of 264º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895FC8 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 95 | 200 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.22 |
| HSL | 264º | 0.49% | 0.58% | - |
| HSV(B) | 264º | 0.53% | 0.78% | - |
| XYZ | 24.83 | 17.67 | 56.75 | - |
| YUV | 119.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 200 | 0.32 | 0.52 | 0 | 0.22 | 264 | 0.49 | 0.58 |
| Hex | 89 | 5F | C8 | 20 | 34 | 0 | 16 | 108 | 31 | 3A |
| Octal | 211 | 137 | 310 | 40 | 64 | 0 | 26 | 410 | 61 | 72 |
| Binary | 10001001 | 1011111 | 11001000 | 100000 | 110100 | 0 | 10110 | 100001000 | 110001 | 111010 |
Color Harmonies of #895FC8
Complementary color
Monochromatic Colors of #895FC8
Black with #895FC8
Text Example
Text Example
White with #895FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FC8; }
p { color: rgb(137,95,200); }
H1.HeaderClassName
{
color: #895FC8;
}
.AnyTagClassName
{
color: #895FC8;
}
</style>
background-color css
<style>
a { background-color: #895FC8; }
a { background-color: rgb(137,95,200); }
div.DivClassName
{
background-color: #895FC8;
}
.BgClassName
{
background-color: #895FC8;
}
</style>
border-color css
<style>
span { border-color: #895FC8; }
span { border-color: rgb(137,95,200); }
td.TdClassName
{
border-color: #895FC8;
}
.TagClassName
{
border-color: #895FC8;
}
</style>