Shades of Amethyst #895BCB
Tints of Amethyst #895BCB
RGB
CMYK
RGB Variations
Color information
#895BCB (or 0x895BCB) is known color: Amethyst. HEX triplet: 89, 5B and CB. RGB value is (137,91,203). Sum of RGB (Red+Green+Blue) = 137+91+203=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #895BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BCB is #76A434. Grayscale: #757575. Windows color (decimal): -7775285 or 13327241. OLE color: 13327241.
HSL color Cylindrical-coordinate representation of color #895BCB: hue angle of 264.64º degrees, saturation: 0.52, 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 #895BCB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 91 | 203 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.20 |
| HSL | 264.64º | 0.52% | 0.58% | - |
| HSV(B) | 264.64º | 0.55% | 0.8% | - |
| XYZ | 24.84 | 17.11 | 58.49 | - |
| YUV | 117.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 203 | 0.33 | 0.55 | 0 | 0.20 | 264.64 | 0.52 | 0.58 |
| Hex | 89 | 5B | CB | 21 | 37 | 0 | 14 | 109 | 34 | 3A |
| Octal | 211 | 133 | 313 | 41 | 67 | 0 | 24 | 411 | 64 | 72 |
| Binary | 10001001 | 1011011 | 11001011 | 100001 | 110111 | 0 | 10100 | 100001001 | 110100 | 111010 |
Color Harmonies of #895BCB
Complementary color
Monochromatic Colors of #895BCB
Black with #895BCB
Text Example
Text Example
White with #895BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BCB; }
p { color: rgb(137,91,203); }
H1.HeaderClassName
{
color: #895BCB;
}
.AnyTagClassName
{
color: #895BCB;
}
</style>
background-color css
<style>
a { background-color: #895BCB; }
a { background-color: rgb(137,91,203); }
div.DivClassName
{
background-color: #895BCB;
}
.BgClassName
{
background-color: #895BCB;
}
</style>
border-color css
<style>
span { border-color: #895BCB; }
span { border-color: rgb(137,91,203); }
td.TdClassName
{
border-color: #895BCB;
}
.TagClassName
{
border-color: #895BCB;
}
</style>