Shades of Trendy Pink #835F88
Tints of Trendy Pink #835F88
RGB
CMYK
RGB Variations
Color information
#835F88 (or 0x835F88) is known color: Trendy Pink. HEX triplet: 83, 5F and 88. RGB value is (131,95,136). Sum of RGB (Red+Green+Blue) = 131+95+136=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #835F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F88 is #7CA077. Grayscale: #6E6E6E. Windows color (decimal): -8167544 or 8937347. OLE color: 8937347.
HSL color Cylindrical-coordinate representation of color #835F88: hue angle of 292.68º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835F88 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 95 | 136 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.47 |
| HSL | 292.68º | 0.18% | 0.45% | - |
| HSV(B) | 292.68º | 0.3% | 0.53% | - |
| XYZ | 17.9 | 14.79 | 25.2 | - |
| YUV | 110.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 136 | 0.04 | 0.30 | 0 | 0.47 | 292.68 | 0.18 | 0.45 |
| Hex | 83 | 5F | 88 | 4 | 1E | 0 | 2F | 125 | 12 | 2D |
| Octal | 203 | 137 | 210 | 4 | 36 | 0 | 57 | 445 | 22 | 55 |
| Binary | 10000011 | 1011111 | 10001000 | 100 | 11110 | 0 | 101111 | 100100101 | 10010 | 101101 |
Color Harmonies of #835F88
Complementary color
Monochromatic Colors of #835F88
Black with #835F88
Text Example
Text Example
White with #835F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F88; }
p { color: rgb(131,95,136); }
H1.HeaderClassName
{
color: #835F88;
}
.AnyTagClassName
{
color: #835F88;
}
</style>
background-color css
<style>
a { background-color: #835F88; }
a { background-color: rgb(131,95,136); }
div.DivClassName
{
background-color: #835F88;
}
.BgClassName
{
background-color: #835F88;
}
</style>
border-color css
<style>
span { border-color: #835F88; }
span { border-color: rgb(131,95,136); }
td.TdClassName
{
border-color: #835F88;
}
.TagClassName
{
border-color: #835F88;
}
</style>