Shades of Amethyst #895FCC
Tints of Amethyst #895FCC
RGB
CMYK
RGB Variations
Color information
#895FCC (or 0x895FCC) is known color: Amethyst. HEX triplet: 89, 5F and CC. RGB value is (137,95,204). Sum of RGB (Red+Green+Blue) = 137+95+204=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #895FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FCC is #76A033. Grayscale: #777777. Windows color (decimal): -7774260 or 13393801. OLE color: 13393801.
HSL color Cylindrical-coordinate representation of color #895FCC: hue angle of 263.12º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895FCC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 95 | 204 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.2 |
| HSL | 263.12º | 0.52% | 0.59% | - |
| HSV(B) | 263.12º | 0.53% | 0.8% | - |
| XYZ | 25.31 | 17.86 | 59.24 | - |
| YUV | 119.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 204 | 0.33 | 0.53 | 0 | 0.2 | 263.12 | 0.52 | 0.59 |
| Hex | 89 | 5F | CC | 21 | 35 | 0 | 14 | 107 | 34 | 3B |
| Octal | 211 | 137 | 314 | 41 | 65 | 0 | 24 | 407 | 64 | 73 |
| Binary | 10001001 | 1011111 | 11001100 | 100001 | 110101 | 0 | 10100 | 100000111 | 110100 | 111011 |
Color Harmonies of #895FCC
Complementary color
Monochromatic Colors of #895FCC
Black with #895FCC
Text Example
Text Example
White with #895FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FCC; }
p { color: rgb(137,95,204); }
H1.HeaderClassName
{
color: #895FCC;
}
.AnyTagClassName
{
color: #895FCC;
}
</style>
background-color css
<style>
a { background-color: #895FCC; }
a { background-color: rgb(137,95,204); }
div.DivClassName
{
background-color: #895FCC;
}
.BgClassName
{
background-color: #895FCC;
}
</style>
border-color css
<style>
span { border-color: #895FCC; }
span { border-color: rgb(137,95,204); }
td.TdClassName
{
border-color: #895FCC;
}
.TagClassName
{
border-color: #895FCC;
}
</style>