Shades of Amethyst #895ACB
Tints of Amethyst #895ACB
RGB
CMYK
RGB Variations
Color information
#895ACB (or 0x895ACB) is known color: Amethyst. HEX triplet: 89, 5A and CB. RGB value is (137,90,203). Sum of RGB (Red+Green+Blue) = 137+90+203=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #895ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ACB is #76A534. Grayscale: #747474. Windows color (decimal): -7775541 or 13326985. OLE color: 13326985.
HSL color Cylindrical-coordinate representation of color #895ACB: hue angle of 264.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #895ACB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 90 | 203 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.20 |
| HSL | 264.96º | 0.52% | 0.57% | - |
| HSV(B) | 264.96º | 0.56% | 0.8% | - |
| XYZ | 24.75 | 16.94 | 58.47 | - |
| YUV | 116.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 203 | 0.33 | 0.56 | 0 | 0.20 | 264.96 | 0.52 | 0.57 |
| Hex | 89 | 5A | CB | 21 | 38 | 0 | 14 | 109 | 34 | 39 |
| Octal | 211 | 132 | 313 | 41 | 70 | 0 | 24 | 411 | 64 | 71 |
| Binary | 10001001 | 1011010 | 11001011 | 100001 | 111000 | 0 | 10100 | 100001001 | 110100 | 111001 |
Color Harmonies of #895ACB
Complementary color
Monochromatic Colors of #895ACB
Black with #895ACB
Text Example
Text Example
White with #895ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ACB; }
p { color: rgb(137,90,203); }
H1.HeaderClassName
{
color: #895ACB;
}
.AnyTagClassName
{
color: #895ACB;
}
</style>
background-color css
<style>
a { background-color: #895ACB; }
a { background-color: rgb(137,90,203); }
div.DivClassName
{
background-color: #895ACB;
}
.BgClassName
{
background-color: #895ACB;
}
</style>
border-color css
<style>
span { border-color: #895ACB; }
span { border-color: rgb(137,90,203); }
td.TdClassName
{
border-color: #895ACB;
}
.TagClassName
{
border-color: #895ACB;
}
</style>