Shades of Trendy Pink #835D89
Tints of Trendy Pink #835D89
RGB
CMYK
RGB Variations
Color information
#835D89 (or 0x835D89) is known color: Trendy Pink. HEX triplet: 83, 5D and 89. RGB value is (131,93,137). Sum of RGB (Red+Green+Blue) = 131+93+137=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #835D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D89 is #7CA276. Grayscale: #6D6D6D. Windows color (decimal): -8168055 or 9002371. OLE color: 9002371.
HSL color Cylindrical-coordinate representation of color #835D89: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835D89 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 93 | 137 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.46 |
| HSL | 291.82º | 0.19% | 0.45% | - |
| HSV(B) | 291.82º | 0.32% | 0.54% | - |
| XYZ | 17.79 | 14.46 | 25.52 | - |
| YUV | 109.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 137 | 0.04 | 0.32 | 0 | 0.46 | 291.82 | 0.19 | 0.45 |
| Hex | 83 | 5D | 89 | 4 | 20 | 0 | 2E | 124 | 13 | 2D |
| Octal | 203 | 135 | 211 | 4 | 40 | 0 | 56 | 444 | 23 | 55 |
| Binary | 10000011 | 1011101 | 10001001 | 100 | 100000 | 0 | 101110 | 100100100 | 10011 | 101101 |
Color Harmonies of #835D89
Complementary color
Monochromatic Colors of #835D89
Black with #835D89
Text Example
Text Example
White with #835D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D89; }
p { color: rgb(131,93,137); }
H1.HeaderClassName
{
color: #835D89;
}
.AnyTagClassName
{
color: #835D89;
}
</style>
background-color css
<style>
a { background-color: #835D89; }
a { background-color: rgb(131,93,137); }
div.DivClassName
{
background-color: #835D89;
}
.BgClassName
{
background-color: #835D89;
}
</style>
border-color css
<style>
span { border-color: #835D89; }
span { border-color: rgb(131,93,137); }
td.TdClassName
{
border-color: #835D89;
}
.TagClassName
{
border-color: #835D89;
}
</style>