Shades of Trendy Pink #835078
Tints of Trendy Pink #835078
RGB
CMYK
RGB Variations
Color information
#835078 (or 0x835078) is known color: Trendy Pink. HEX triplet: 83, 50 and 78. RGB value is (131,80,120). Sum of RGB (Red+Green+Blue) = 131+80+120=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835078 is #7CAF87. Grayscale: #636363. Windows color (decimal): -8171400 or 7884931. OLE color: 7884931.
HSL color Cylindrical-coordinate representation of color #835078: hue angle of 312.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835078 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 120 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.49 |
| HSL | 312.94º | 0.24% | 0.41% | - |
| HSV(B) | 312.94º | 0.39% | 0.51% | - |
| XYZ | 15.62 | 11.92 | 19.25 | - |
| YUV | 99.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 120 | 0 | 0.39 | 0.08 | 0.49 | 312.94 | 0.24 | 0.41 |
| Hex | 83 | 50 | 78 | 0 | 27 | 8 | 31 | 139 | 18 | 29 |
| Octal | 203 | 120 | 170 | 0 | 47 | 10 | 61 | 471 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1111000 | 0 | 100111 | 1000 | 110001 | 100111001 | 11000 | 101001 |
Color Harmonies of #835078
Complementary color
Monochromatic Colors of #835078
Black with #835078
Text Example
Text Example
White with #835078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835078; }
p { color: rgb(131,80,120); }
H1.HeaderClassName
{
color: #835078;
}
.AnyTagClassName
{
color: #835078;
}
</style>
background-color css
<style>
a { background-color: #835078; }
a { background-color: rgb(131,80,120); }
div.DivClassName
{
background-color: #835078;
}
.BgClassName
{
background-color: #835078;
}
</style>
border-color css
<style>
span { border-color: #835078; }
span { border-color: rgb(131,80,120); }
td.TdClassName
{
border-color: #835078;
}
.TagClassName
{
border-color: #835078;
}
</style>