Shades of Amethyst #895CCD
Tints of Amethyst #895CCD
RGB
CMYK
RGB Variations
Color information
#895CCD (or 0x895CCD) is known color: Amethyst. HEX triplet: 89, 5C and CD. RGB value is (137,92,205). Sum of RGB (Red+Green+Blue) = 137+92+205=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #895CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CCD is #76A332. Grayscale: #757575. Windows color (decimal): -7775027 or 13458569. OLE color: 13458569.
HSL color Cylindrical-coordinate representation of color #895CCD: hue angle of 263.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #895CCD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 92 | 205 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.20 |
| HSL | 263.89º | 0.53% | 0.58% | - |
| HSV(B) | 263.89º | 0.55% | 0.8% | - |
| XYZ | 25.16 | 17.38 | 59.79 | - |
| YUV | 118.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 205 | 0.33 | 0.55 | 0 | 0.20 | 263.89 | 0.53 | 0.58 |
| Hex | 89 | 5C | CD | 21 | 37 | 0 | 14 | 108 | 35 | 3A |
| Octal | 211 | 134 | 315 | 41 | 67 | 0 | 24 | 410 | 65 | 72 |
| Binary | 10001001 | 1011100 | 11001101 | 100001 | 110111 | 0 | 10100 | 100001000 | 110101 | 111010 |
Color Harmonies of #895CCD
Complementary color
Monochromatic Colors of #895CCD
Black with #895CCD
Text Example
Text Example
White with #895CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CCD; }
p { color: rgb(137,92,205); }
H1.HeaderClassName
{
color: #895CCD;
}
.AnyTagClassName
{
color: #895CCD;
}
</style>
background-color css
<style>
a { background-color: #895CCD; }
a { background-color: rgb(137,92,205); }
div.DivClassName
{
background-color: #895CCD;
}
.BgClassName
{
background-color: #895CCD;
}
</style>
border-color css
<style>
span { border-color: #895CCD; }
span { border-color: rgb(137,92,205); }
td.TdClassName
{
border-color: #895CCD;
}
.TagClassName
{
border-color: #895CCD;
}
</style>