Shades of Amethyst #895BCC
Tints of Amethyst #895BCC
RGB
CMYK
RGB Variations
Color information
#895BCC (or 0x895BCC) is known color: Amethyst. HEX triplet: 89, 5B and CC. RGB value is (137,91,204). Sum of RGB (Red+Green+Blue) = 137+91+204=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #895BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BCC is #76A433. Grayscale: #757575. Windows color (decimal): -7775284 or 13392777. OLE color: 13392777.
HSL color Cylindrical-coordinate representation of color #895BCC: hue angle of 264.42º 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 #895BCC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 91 | 204 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.2 |
| HSL | 264.42º | 0.53% | 0.58% | - |
| HSV(B) | 264.42º | 0.55% | 0.8% | - |
| XYZ | 24.96 | 17.16 | 59.12 | - |
| YUV | 117.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 204 | 0.33 | 0.55 | 0 | 0.2 | 264.42 | 0.53 | 0.58 |
| Hex | 89 | 5B | CC | 21 | 37 | 0 | 14 | 108 | 35 | 3A |
| Octal | 211 | 133 | 314 | 41 | 67 | 0 | 24 | 410 | 65 | 72 |
| Binary | 10001001 | 1011011 | 11001100 | 100001 | 110111 | 0 | 10100 | 100001000 | 110101 | 111010 |
Color Harmonies of #895BCC
Complementary color
Monochromatic Colors of #895BCC
Black with #895BCC
Text Example
Text Example
White with #895BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BCC; }
p { color: rgb(137,91,204); }
H1.HeaderClassName
{
color: #895BCC;
}
.AnyTagClassName
{
color: #895BCC;
}
</style>
background-color css
<style>
a { background-color: #895BCC; }
a { background-color: rgb(137,91,204); }
div.DivClassName
{
background-color: #895BCC;
}
.BgClassName
{
background-color: #895BCC;
}
</style>
border-color css
<style>
span { border-color: #895BCC; }
span { border-color: rgb(137,91,204); }
td.TdClassName
{
border-color: #895BCC;
}
.TagClassName
{
border-color: #895BCC;
}
</style>