Shades of Trendy Pink #935C89
Tints of Trendy Pink #935C89
RGB
CMYK
RGB Variations
Color information
#935C89 (or 0x935C89) is known color: Trendy Pink. HEX triplet: 93, 5C and 89. RGB value is (147,92,137). Sum of RGB (Red+Green+Blue) = 147+92+137=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #935C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935C89 is #6CA376. Grayscale: #717171. Windows color (decimal): -7119735 or 9002131. OLE color: 9002131.
HSL color Cylindrical-coordinate representation of color #935C89: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C89 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 137 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.42 |
| HSL | 310.91º | 0.23% | 0.47% | - |
| HSV(B) | 310.91º | 0.37% | 0.58% | - |
| XYZ | 20.38 | 15.66 | 25.62 | - |
| YUV | 113.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 137 | 0 | 0.37 | 0.07 | 0.42 | 310.91 | 0.23 | 0.47 |
| Hex | 93 | 5C | 89 | 0 | 25 | 7 | 2A | 137 | 17 | 2F |
| Octal | 223 | 134 | 211 | 0 | 45 | 7 | 52 | 467 | 27 | 57 |
| Binary | 10010011 | 1011100 | 10001001 | 0 | 100101 | 111 | 101010 | 100110111 | 10111 | 101111 |
Color Harmonies of #935C89
Complementary color
Monochromatic Colors of #935C89
Black with #935C89
Text Example
Text Example
White with #935C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C89; }
p { color: rgb(147,92,137); }
H1.HeaderClassName
{
color: #935C89;
}
.AnyTagClassName
{
color: #935C89;
}
</style>
background-color css
<style>
a { background-color: #935C89; }
a { background-color: rgb(147,92,137); }
div.DivClassName
{
background-color: #935C89;
}
.BgClassName
{
background-color: #935C89;
}
</style>
border-color css
<style>
span { border-color: #935C89; }
span { border-color: rgb(147,92,137); }
td.TdClassName
{
border-color: #935C89;
}
.TagClassName
{
border-color: #935C89;
}
</style>