Shades of Trendy Pink #834B81
Tints of Trendy Pink #834B81
RGB
CMYK
RGB Variations
Color information
#834B81 (or 0x834B81) is known color: Trendy Pink. HEX triplet: 83, 4B and 81. RGB value is (131,75,129). Sum of RGB (Red+Green+Blue) = 131+75+129=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #834B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B81 is #7CB47E. Grayscale: #616161. Windows color (decimal): -8172671 or 8473475. OLE color: 8473475.
HSL color Cylindrical-coordinate representation of color #834B81: hue angle of 302.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #834B81 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 129 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.49 |
| HSL | 302.14º | 0.27% | 0.4% | - |
| HSV(B) | 302.14º | 0.43% | 0.51% | - |
| XYZ | 15.84 | 11.44 | 22.14 | - |
| YUV | 97.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 129 | 0 | 0.43 | 0.02 | 0.49 | 302.14 | 0.27 | 0.4 |
| Hex | 83 | 4B | 81 | 0 | 2B | 2 | 31 | 12E | 1B | 28 |
| Octal | 203 | 113 | 201 | 0 | 53 | 2 | 61 | 456 | 33 | 50 |
| Binary | 10000011 | 1001011 | 10000001 | 0 | 101011 | 10 | 110001 | 100101110 | 11011 | 101000 |
Color Harmonies of #834B81
Complementary color
Monochromatic Colors of #834B81
Black with #834B81
Text Example
Text Example
White with #834B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B81; }
p { color: rgb(131,75,129); }
H1.HeaderClassName
{
color: #834B81;
}
.AnyTagClassName
{
color: #834B81;
}
</style>
background-color css
<style>
a { background-color: #834B81; }
a { background-color: rgb(131,75,129); }
div.DivClassName
{
background-color: #834B81;
}
.BgClassName
{
background-color: #834B81;
}
</style>
border-color css
<style>
span { border-color: #834B81; }
span { border-color: rgb(131,75,129); }
td.TdClassName
{
border-color: #834B81;
}
.TagClassName
{
border-color: #834B81;
}
</style>