Shades of Trendy Pink #835178
Tints of Trendy Pink #835178
RGB
CMYK
RGB Variations
Color information
#835178 (or 0x835178) is known color: Trendy Pink. HEX triplet: 83, 51 and 78. RGB value is (131,81,120). Sum of RGB (Red+Green+Blue) = 131+81+120=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835178 is #7CAE87. Grayscale: #646464. Windows color (decimal): -8171144 or 7885187. OLE color: 7885187.
HSL color Cylindrical-coordinate representation of color #835178: hue angle of 313.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835178 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 120 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.49 |
| HSL | 313.2º | 0.24% | 0.42% | - |
| HSV(B) | 313.2º | 0.38% | 0.51% | - |
| XYZ | 15.69 | 12.07 | 19.27 | - |
| YUV | 100.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 120 | 0 | 0.38 | 0.08 | 0.49 | 313.2 | 0.24 | 0.42 |
| Hex | 83 | 51 | 78 | 0 | 26 | 8 | 31 | 139 | 18 | 2A |
| Octal | 203 | 121 | 170 | 0 | 46 | 10 | 61 | 471 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1111000 | 0 | 100110 | 1000 | 110001 | 100111001 | 11000 | 101010 |
Color Harmonies of #835178
Complementary color
Monochromatic Colors of #835178
Black with #835178
Text Example
Text Example
White with #835178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835178; }
p { color: rgb(131,81,120); }
H1.HeaderClassName
{
color: #835178;
}
.AnyTagClassName
{
color: #835178;
}
</style>
background-color css
<style>
a { background-color: #835178; }
a { background-color: rgb(131,81,120); }
div.DivClassName
{
background-color: #835178;
}
.BgClassName
{
background-color: #835178;
}
</style>
border-color css
<style>
span { border-color: #835178; }
span { border-color: rgb(131,81,120); }
td.TdClassName
{
border-color: #835178;
}
.TagClassName
{
border-color: #835178;
}
</style>