Shades of Trendy Pink #895A8E
Tints of Trendy Pink #895A8E
RGB
CMYK
RGB Variations
Color information
#895A8E (or 0x895A8E) is known color: Trendy Pink. HEX triplet: 89, 5A and 8E. RGB value is (137,90,142). Sum of RGB (Red+Green+Blue) = 137+90+142=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #895A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A8E is #76A571. Grayscale: #6D6D6D. Windows color (decimal): -7775602 or 9329289. OLE color: 9329289.
HSL color Cylindrical-coordinate representation of color #895A8E: hue angle of 294.23º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895A8E is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 90 | 142 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.44 |
| HSL | 294.23º | 0.22% | 0.45% | - |
| HSV(B) | 294.23º | 0.37% | 0.56% | - |
| XYZ | 18.86 | 14.58 | 27.41 | - |
| YUV | 109.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 142 | 0.04 | 0.37 | 0 | 0.44 | 294.23 | 0.22 | 0.45 |
| Hex | 89 | 5A | 8E | 4 | 25 | 0 | 2C | 126 | 16 | 2D |
| Octal | 211 | 132 | 216 | 4 | 45 | 0 | 54 | 446 | 26 | 55 |
| Binary | 10001001 | 1011010 | 10001110 | 100 | 100101 | 0 | 101100 | 100100110 | 10110 | 101101 |
Color Harmonies of #895A8E
Complementary color
Monochromatic Colors of #895A8E
Black with #895A8E
Text Example
Text Example
White with #895A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A8E; }
p { color: rgb(137,90,142); }
H1.HeaderClassName
{
color: #895A8E;
}
.AnyTagClassName
{
color: #895A8E;
}
</style>
background-color css
<style>
a { background-color: #895A8E; }
a { background-color: rgb(137,90,142); }
div.DivClassName
{
background-color: #895A8E;
}
.BgClassName
{
background-color: #895A8E;
}
</style>
border-color css
<style>
span { border-color: #895A8E; }
span { border-color: rgb(137,90,142); }
td.TdClassName
{
border-color: #895A8E;
}
.TagClassName
{
border-color: #895A8E;
}
</style>