Shades of Trendy Pink #895F8F
Tints of Trendy Pink #895F8F
RGB
CMYK
RGB Variations
Color information
#895F8F (or 0x895F8F) is known color: Trendy Pink. HEX triplet: 89, 5F and 8F. RGB value is (137,95,143). Sum of RGB (Red+Green+Blue) = 137+95+143=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #895F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F8F is #76A070. Grayscale: #707070. Windows color (decimal): -7774321 or 9396105. OLE color: 9396105.
HSL color Cylindrical-coordinate representation of color #895F8F: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895F8F is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 95 | 143 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.44 |
| HSL | 292.5º | 0.2% | 0.47% | - |
| HSV(B) | 292.5º | 0.34% | 0.56% | - |
| XYZ | 19.37 | 15.49 | 27.95 | - |
| YUV | 113.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 143 | 0.04 | 0.34 | 0 | 0.44 | 292.5 | 0.2 | 0.47 |
| Hex | 89 | 5F | 8F | 4 | 22 | 0 | 2C | 124 | 14 | 2F |
| Octal | 211 | 137 | 217 | 4 | 42 | 0 | 54 | 444 | 24 | 57 |
| Binary | 10001001 | 1011111 | 10001111 | 100 | 100010 | 0 | 101100 | 100100100 | 10100 | 101111 |
Color Harmonies of #895F8F
Complementary color
Monochromatic Colors of #895F8F
Black with #895F8F
Text Example
Text Example
White with #895F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F8F; }
p { color: rgb(137,95,143); }
H1.HeaderClassName
{
color: #895F8F;
}
.AnyTagClassName
{
color: #895F8F;
}
</style>
background-color css
<style>
a { background-color: #895F8F; }
a { background-color: rgb(137,95,143); }
div.DivClassName
{
background-color: #895F8F;
}
.BgClassName
{
background-color: #895F8F;
}
</style>
border-color css
<style>
span { border-color: #895F8F; }
span { border-color: rgb(137,95,143); }
td.TdClassName
{
border-color: #895F8F;
}
.TagClassName
{
border-color: #895F8F;
}
</style>