Shades of Trendy Pink #835B84
Tints of Trendy Pink #835B84
RGB
CMYK
RGB Variations
Color information
#835B84 (or 0x835B84) is known color: Trendy Pink. HEX triplet: 83, 5B and 84. RGB value is (131,91,132). Sum of RGB (Red+Green+Blue) = 131+91+132=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #835B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B84 is #7CA47B. Grayscale: #6B6B6B. Windows color (decimal): -8168572 or 8674179. OLE color: 8674179.
HSL color Cylindrical-coordinate representation of color #835B84: hue angle of 298.54º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B84 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 91 | 132 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.48 |
| HSL | 298.54º | 0.18% | 0.44% | - |
| HSV(B) | 298.54º | 0.31% | 0.52% | - |
| XYZ | 17.27 | 13.97 | 23.62 | - |
| YUV | 107.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 132 | 0.01 | 0.31 | 0 | 0.48 | 298.54 | 0.18 | 0.44 |
| Hex | 83 | 5B | 84 | 1 | 1F | 0 | 30 | 12B | 12 | 2C |
| Octal | 203 | 133 | 204 | 1 | 37 | 0 | 60 | 453 | 22 | 54 |
| Binary | 10000011 | 1011011 | 10000100 | 1 | 11111 | 0 | 110000 | 100101011 | 10010 | 101100 |
Color Harmonies of #835B84
Complementary color
Monochromatic Colors of #835B84
Black with #835B84
Text Example
Text Example
White with #835B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B84; }
p { color: rgb(131,91,132); }
H1.HeaderClassName
{
color: #835B84;
}
.AnyTagClassName
{
color: #835B84;
}
</style>
background-color css
<style>
a { background-color: #835B84; }
a { background-color: rgb(131,91,132); }
div.DivClassName
{
background-color: #835B84;
}
.BgClassName
{
background-color: #835B84;
}
</style>
border-color css
<style>
span { border-color: #835B84; }
span { border-color: rgb(131,91,132); }
td.TdClassName
{
border-color: #835B84;
}
.TagClassName
{
border-color: #835B84;
}
</style>