Shades of Trendy Pink #835189
Tints of Trendy Pink #835189
RGB
CMYK
RGB Variations
Color information
#835189 (or 0x835189) is known color: Trendy Pink. HEX triplet: 83, 51 and 89. RGB value is (131,81,137). Sum of RGB (Red+Green+Blue) = 131+81+137=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #835189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835189 is #7CAE76. Grayscale: #666666. Windows color (decimal): -8171127 or 8999299. OLE color: 8999299.
HSL color Cylindrical-coordinate representation of color #835189: hue angle of 293.57º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835189 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 81 | 137 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.46 |
| HSL | 293.57º | 0.26% | 0.43% | - |
| HSV(B) | 293.57º | 0.41% | 0.54% | - |
| XYZ | 16.82 | 12.52 | 25.2 | - |
| YUV | 102.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 137 | 0.04 | 0.41 | 0 | 0.46 | 293.57 | 0.26 | 0.43 |
| Hex | 83 | 51 | 89 | 4 | 29 | 0 | 2E | 126 | 1A | 2B |
| Octal | 203 | 121 | 211 | 4 | 51 | 0 | 56 | 446 | 32 | 53 |
| Binary | 10000011 | 1010001 | 10001001 | 100 | 101001 | 0 | 101110 | 100100110 | 11010 | 101011 |
Color Harmonies of #835189
Complementary color
Monochromatic Colors of #835189
Black with #835189
Text Example
Text Example
White with #835189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835189; }
p { color: rgb(131,81,137); }
H1.HeaderClassName
{
color: #835189;
}
.AnyTagClassName
{
color: #835189;
}
</style>
background-color css
<style>
a { background-color: #835189; }
a { background-color: rgb(131,81,137); }
div.DivClassName
{
background-color: #835189;
}
.BgClassName
{
background-color: #835189;
}
</style>
border-color css
<style>
span { border-color: #835189; }
span { border-color: rgb(131,81,137); }
td.TdClassName
{
border-color: #835189;
}
.TagClassName
{
border-color: #835189;
}
</style>