Shades of Trendy Pink #834A7E
Tints of Trendy Pink #834A7E
RGB
CMYK
RGB Variations
Color information
#834A7E (or 0x834A7E) is known color: Trendy Pink. HEX triplet: 83, 4A and 7E. RGB value is (131,74,126). Sum of RGB (Red+Green+Blue) = 131+74+126=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #834A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A7E is #7CB581. Grayscale: #606060. Windows color (decimal): -8172930 or 8276611. OLE color: 8276611.
HSL color Cylindrical-coordinate representation of color #834A7E: hue angle of 305.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834A7E is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 126 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.49 |
| HSL | 305.26º | 0.28% | 0.4% | - |
| HSV(B) | 305.26º | 0.44% | 0.51% | - |
| XYZ | 15.57 | 11.23 | 21.09 | - |
| YUV | 96.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 126 | 0 | 0.44 | 0.04 | 0.49 | 305.26 | 0.28 | 0.4 |
| Hex | 83 | 4A | 7E | 0 | 2C | 4 | 31 | 131 | 1C | 28 |
| Octal | 203 | 112 | 176 | 0 | 54 | 4 | 61 | 461 | 34 | 50 |
| Binary | 10000011 | 1001010 | 1111110 | 0 | 101100 | 100 | 110001 | 100110001 | 11100 | 101000 |
Color Harmonies of #834A7E
Complementary color
Monochromatic Colors of #834A7E
Black with #834A7E
Text Example
Text Example
White with #834A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A7E; }
p { color: rgb(131,74,126); }
H1.HeaderClassName
{
color: #834A7E;
}
.AnyTagClassName
{
color: #834A7E;
}
</style>
background-color css
<style>
a { background-color: #834A7E; }
a { background-color: rgb(131,74,126); }
div.DivClassName
{
background-color: #834A7E;
}
.BgClassName
{
background-color: #834A7E;
}
</style>
border-color css
<style>
span { border-color: #834A7E; }
span { border-color: rgb(131,74,126); }
td.TdClassName
{
border-color: #834A7E;
}
.TagClassName
{
border-color: #834A7E;
}
</style>