Shades of Trendy Pink #895593
Tints of Trendy Pink #895593
RGB
CMYK
RGB Variations
Color information
#895593 (or 0x895593) is known color: Trendy Pink. HEX triplet: 89, 55 and 93. RGB value is (137,85,147). Sum of RGB (Red+Green+Blue) = 137+85+147=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #895593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895593 is #76AA6C. Grayscale: #6B6B6B. Windows color (decimal): -7776877 or 9655689. OLE color: 9655689.
HSL color Cylindrical-coordinate representation of color #895593: hue angle of 290.32º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895593 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 85 | 147 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.42 |
| HSL | 290.32º | 0.27% | 0.45% | - |
| HSV(B) | 290.32º | 0.42% | 0.58% | - |
| XYZ | 18.83 | 13.92 | 29.3 | - |
| YUV | 107.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 147 | 0.07 | 0.42 | 0 | 0.42 | 290.32 | 0.27 | 0.45 |
| Hex | 89 | 55 | 93 | 7 | 2A | 0 | 2A | 122 | 1B | 2D |
| Octal | 211 | 125 | 223 | 7 | 52 | 0 | 52 | 442 | 33 | 55 |
| Binary | 10001001 | 1010101 | 10010011 | 111 | 101010 | 0 | 101010 | 100100010 | 11011 | 101101 |
Color Harmonies of #895593
Complementary color
Monochromatic Colors of #895593
Black with #895593
Text Example
Text Example
White with #895593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895593; }
p { color: rgb(137,85,147); }
H1.HeaderClassName
{
color: #895593;
}
.AnyTagClassName
{
color: #895593;
}
</style>
background-color css
<style>
a { background-color: #895593; }
a { background-color: rgb(137,85,147); }
div.DivClassName
{
background-color: #895593;
}
.BgClassName
{
background-color: #895593;
}
</style>
border-color css
<style>
span { border-color: #895593; }
span { border-color: rgb(137,85,147); }
td.TdClassName
{
border-color: #895593;
}
.TagClassName
{
border-color: #895593;
}
</style>