Shades of Amethyst #895DD0
Tints of Amethyst #895DD0
RGB
CMYK
RGB Variations
Color information
#895DD0 (or 0x895DD0) is known color: Amethyst. HEX triplet: 89, 5D and D0. RGB value is (137,93,208). Sum of RGB (Red+Green+Blue) = 137+93+208=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #895DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DD0 is #76A22F. Grayscale: #767676. Windows color (decimal): -7774768 or 13655433. OLE color: 13655433.
HSL color Cylindrical-coordinate representation of color #895DD0: hue angle of 262.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #895DD0 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 93 | 208 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.18 |
| HSL | 262.96º | 0.55% | 0.59% | - |
| HSV(B) | 262.96º | 0.55% | 0.82% | - |
| XYZ | 25.62 | 17.7 | 61.74 | - |
| YUV | 119.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 208 | 0.34 | 0.55 | 0 | 0.18 | 262.96 | 0.55 | 0.59 |
| Hex | 89 | 5D | D0 | 22 | 37 | 0 | 12 | 107 | 37 | 3B |
| Octal | 211 | 135 | 320 | 42 | 67 | 0 | 22 | 407 | 67 | 73 |
| Binary | 10001001 | 1011101 | 11010000 | 100010 | 110111 | 0 | 10010 | 100000111 | 110111 | 111011 |
Color Harmonies of #895DD0
Complementary color
Monochromatic Colors of #895DD0
Black with #895DD0
Text Example
Text Example
White with #895DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DD0; }
p { color: rgb(137,93,208); }
H1.HeaderClassName
{
color: #895DD0;
}
.AnyTagClassName
{
color: #895DD0;
}
</style>
background-color css
<style>
a { background-color: #895DD0; }
a { background-color: rgb(137,93,208); }
div.DivClassName
{
background-color: #895DD0;
}
.BgClassName
{
background-color: #895DD0;
}
</style>
border-color css
<style>
span { border-color: #895DD0; }
span { border-color: rgb(137,93,208); }
td.TdClassName
{
border-color: #895DD0;
}
.TagClassName
{
border-color: #895DD0;
}
</style>