Shades of Trendy Pink #835187
Tints of Trendy Pink #835187
RGB
CMYK
RGB Variations
Color information
#835187 (or 0x835187) is known color: Trendy Pink. HEX triplet: 83, 51 and 87. RGB value is (131,81,135). Sum of RGB (Red+Green+Blue) = 131+81+135=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #835187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835187 is #7CAE78. Grayscale: #656565. Windows color (decimal): -8171129 or 8868227. OLE color: 8868227.
HSL color Cylindrical-coordinate representation of color #835187: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835187 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 81 | 135 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.47 |
| HSL | 295.56º | 0.25% | 0.42% | - |
| HSV(B) | 295.56º | 0.4% | 0.53% | - |
| XYZ | 16.68 | 12.46 | 24.45 | - |
| YUV | 102.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 135 | 0.03 | 0.40 | 0 | 0.47 | 295.56 | 0.25 | 0.42 |
| Hex | 83 | 51 | 87 | 3 | 28 | 0 | 2F | 128 | 19 | 2A |
| Octal | 203 | 121 | 207 | 3 | 50 | 0 | 57 | 450 | 31 | 52 |
| Binary | 10000011 | 1010001 | 10000111 | 11 | 101000 | 0 | 101111 | 100101000 | 11001 | 101010 |
Color Harmonies of #835187
Complementary color
Monochromatic Colors of #835187
Black with #835187
Text Example
Text Example
White with #835187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835187; }
p { color: rgb(131,81,135); }
H1.HeaderClassName
{
color: #835187;
}
.AnyTagClassName
{
color: #835187;
}
</style>
background-color css
<style>
a { background-color: #835187; }
a { background-color: rgb(131,81,135); }
div.DivClassName
{
background-color: #835187;
}
.BgClassName
{
background-color: #835187;
}
</style>
border-color css
<style>
span { border-color: #835187; }
span { border-color: rgb(131,81,135); }
td.TdClassName
{
border-color: #835187;
}
.TagClassName
{
border-color: #835187;
}
</style>