Shades of Amethyst #895BCE
Tints of Amethyst #895BCE
RGB
CMYK
RGB Variations
Color information
#895BCE (or 0x895BCE) is known color: Amethyst. HEX triplet: 89, 5B and CE. RGB value is (137,91,206). Sum of RGB (Red+Green+Blue) = 137+91+206=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #895BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BCE is #76A431. Grayscale: #757575. Windows color (decimal): -7775282 or 13523849. OLE color: 13523849.
HSL color Cylindrical-coordinate representation of color #895BCE: hue angle of 264º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #895BCE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 91 | 206 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.19 |
| HSL | 264º | 0.54% | 0.58% | - |
| HSV(B) | 264º | 0.56% | 0.81% | - |
| XYZ | 25.2 | 17.26 | 60.4 | - |
| YUV | 117.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 206 | 0.33 | 0.56 | 0 | 0.19 | 264 | 0.54 | 0.58 |
| Hex | 89 | 5B | CE | 21 | 38 | 0 | 13 | 108 | 36 | 3A |
| Octal | 211 | 133 | 316 | 41 | 70 | 0 | 23 | 410 | 66 | 72 |
| Binary | 10001001 | 1011011 | 11001110 | 100001 | 111000 | 0 | 10011 | 100001000 | 110110 | 111010 |
Color Harmonies of #895BCE
Complementary color
Monochromatic Colors of #895BCE
Black with #895BCE
Text Example
Text Example
White with #895BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BCE; }
p { color: rgb(137,91,206); }
H1.HeaderClassName
{
color: #895BCE;
}
.AnyTagClassName
{
color: #895BCE;
}
</style>
background-color css
<style>
a { background-color: #895BCE; }
a { background-color: rgb(137,91,206); }
div.DivClassName
{
background-color: #895BCE;
}
.BgClassName
{
background-color: #895BCE;
}
</style>
border-color css
<style>
span { border-color: #895BCE; }
span { border-color: rgb(137,91,206); }
td.TdClassName
{
border-color: #895BCE;
}
.TagClassName
{
border-color: #895BCE;
}
</style>