Shades of Trendy Pink #915E89
Tints of Trendy Pink #915E89
RGB
CMYK
RGB Variations
Color information
#915E89 (or 0x915E89) is known color: Trendy Pink. HEX triplet: 91, 5E and 89. RGB value is (145,94,137). Sum of RGB (Red+Green+Blue) = 145+94+137=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #915E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E89 is #6EA176. Grayscale: #727272. Windows color (decimal): -7250295 or 9002641. OLE color: 9002641.
HSL color Cylindrical-coordinate representation of color #915E89: hue angle of 309.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E89 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 137 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.43 |
| HSL | 309.41º | 0.21% | 0.47% | - |
| HSV(B) | 309.41º | 0.35% | 0.57% | - |
| XYZ | 20.2 | 15.83 | 25.66 | - |
| YUV | 114.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 137 | 0 | 0.35 | 0.06 | 0.43 | 309.41 | 0.21 | 0.47 |
| Hex | 91 | 5E | 89 | 0 | 23 | 6 | 2B | 135 | 15 | 2F |
| Octal | 221 | 136 | 211 | 0 | 43 | 6 | 53 | 465 | 25 | 57 |
| Binary | 10010001 | 1011110 | 10001001 | 0 | 100011 | 110 | 101011 | 100110101 | 10101 | 101111 |
Color Harmonies of #915E89
Complementary color
Monochromatic Colors of #915E89
Black with #915E89
Text Example
Text Example
White with #915E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E89; }
p { color: rgb(145,94,137); }
H1.HeaderClassName
{
color: #915E89;
}
.AnyTagClassName
{
color: #915E89;
}
</style>
background-color css
<style>
a { background-color: #915E89; }
a { background-color: rgb(145,94,137); }
div.DivClassName
{
background-color: #915E89;
}
.BgClassName
{
background-color: #915E89;
}
</style>
border-color css
<style>
span { border-color: #915E89; }
span { border-color: rgb(145,94,137); }
td.TdClassName
{
border-color: #915E89;
}
.TagClassName
{
border-color: #915E89;
}
</style>