Shades of Amethyst #895AD4
Tints of Amethyst #895AD4
RGB
CMYK
RGB Variations
Color information
#895AD4 (or 0x895AD4) is known color: Amethyst. HEX triplet: 89, 5A and D4. RGB value is (137,90,212). Sum of RGB (Red+Green+Blue) = 137+90+212=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #895AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895AD4 is #76A52B. Grayscale: #757575. Windows color (decimal): -7775532 or 13916809. OLE color: 13916809.
HSL color Cylindrical-coordinate representation of color #895AD4: hue angle of 263.11º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895AD4 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 90 | 212 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.17 |
| HSL | 263.11º | 0.59% | 0.59% | - |
| HSV(B) | 263.11º | 0.58% | 0.83% | - |
| XYZ | 25.86 | 17.38 | 64.28 | - |
| YUV | 117.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 212 | 0.35 | 0.58 | 0 | 0.17 | 263.11 | 0.59 | 0.59 |
| Hex | 89 | 5A | D4 | 23 | 3A | 0 | 11 | 107 | 3B | 3B |
| Octal | 211 | 132 | 324 | 43 | 72 | 0 | 21 | 407 | 73 | 73 |
| Binary | 10001001 | 1011010 | 11010100 | 100011 | 111010 | 0 | 10001 | 100000111 | 111011 | 111011 |
Color Harmonies of #895AD4
Complementary color
Monochromatic Colors of #895AD4
Black with #895AD4
Text Example
Text Example
White with #895AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AD4; }
p { color: rgb(137,90,212); }
H1.HeaderClassName
{
color: #895AD4;
}
.AnyTagClassName
{
color: #895AD4;
}
</style>
background-color css
<style>
a { background-color: #895AD4; }
a { background-color: rgb(137,90,212); }
div.DivClassName
{
background-color: #895AD4;
}
.BgClassName
{
background-color: #895AD4;
}
</style>
border-color css
<style>
span { border-color: #895AD4; }
span { border-color: rgb(137,90,212); }
td.TdClassName
{
border-color: #895AD4;
}
.TagClassName
{
border-color: #895AD4;
}
</style>