Shades of Amethyst #895FCD
Tints of Amethyst #895FCD
RGB
CMYK
RGB Variations
Color information
#895FCD (or 0x895FCD) is known color: Amethyst. HEX triplet: 89, 5F and CD. RGB value is (137,95,205). Sum of RGB (Red+Green+Blue) = 137+95+205=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #895FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FCD is #76A032. Grayscale: #777777. Windows color (decimal): -7774259 or 13459337. OLE color: 13459337.
HSL color Cylindrical-coordinate representation of color #895FCD: hue angle of 262.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #895FCD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 95 | 205 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.20 |
| HSL | 262.91º | 0.52% | 0.59% | - |
| HSV(B) | 262.91º | 0.54% | 0.8% | - |
| XYZ | 25.43 | 17.91 | 59.87 | - |
| YUV | 120.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 205 | 0.33 | 0.54 | 0 | 0.20 | 262.91 | 0.52 | 0.59 |
| Hex | 89 | 5F | CD | 21 | 36 | 0 | 14 | 107 | 34 | 3B |
| Octal | 211 | 137 | 315 | 41 | 66 | 0 | 24 | 407 | 64 | 73 |
| Binary | 10001001 | 1011111 | 11001101 | 100001 | 110110 | 0 | 10100 | 100000111 | 110100 | 111011 |
Color Harmonies of #895FCD
Complementary color
Monochromatic Colors of #895FCD
Black with #895FCD
Text Example
Text Example
White with #895FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FCD; }
p { color: rgb(137,95,205); }
H1.HeaderClassName
{
color: #895FCD;
}
.AnyTagClassName
{
color: #895FCD;
}
</style>
background-color css
<style>
a { background-color: #895FCD; }
a { background-color: rgb(137,95,205); }
div.DivClassName
{
background-color: #895FCD;
}
.BgClassName
{
background-color: #895FCD;
}
</style>
border-color css
<style>
span { border-color: #895FCD; }
span { border-color: rgb(137,95,205); }
td.TdClassName
{
border-color: #895FCD;
}
.TagClassName
{
border-color: #895FCD;
}
</style>