Shades of Trendy Pink #834F88
Tints of Trendy Pink #834F88
RGB
CMYK
RGB Variations
Color information
#834F88 (or 0x834F88) is known color: Trendy Pink. HEX triplet: 83, 4F and 88. RGB value is (131,79,136). Sum of RGB (Red+Green+Blue) = 131+79+136=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #834F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F88 is #7CB077. Grayscale: #646464. Windows color (decimal): -8171640 or 8933251. OLE color: 8933251.
HSL color Cylindrical-coordinate representation of color #834F88: hue angle of 294.74º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834F88 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 79 | 136 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.47 |
| HSL | 294.74º | 0.27% | 0.42% | - |
| HSV(B) | 294.74º | 0.42% | 0.53% | - |
| XYZ | 16.6 | 12.19 | 24.77 | - |
| YUV | 101.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 136 | 0.04 | 0.42 | 0 | 0.47 | 294.74 | 0.27 | 0.42 |
| Hex | 83 | 4F | 88 | 4 | 2A | 0 | 2F | 127 | 1B | 2A |
| Octal | 203 | 117 | 210 | 4 | 52 | 0 | 57 | 447 | 33 | 52 |
| Binary | 10000011 | 1001111 | 10001000 | 100 | 101010 | 0 | 101111 | 100100111 | 11011 | 101010 |
Color Harmonies of #834F88
Complementary color
Monochromatic Colors of #834F88
Black with #834F88
Text Example
Text Example
White with #834F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F88; }
p { color: rgb(131,79,136); }
H1.HeaderClassName
{
color: #834F88;
}
.AnyTagClassName
{
color: #834F88;
}
</style>
background-color css
<style>
a { background-color: #834F88; }
a { background-color: rgb(131,79,136); }
div.DivClassName
{
background-color: #834F88;
}
.BgClassName
{
background-color: #834F88;
}
</style>
border-color css
<style>
span { border-color: #834F88; }
span { border-color: rgb(131,79,136); }
td.TdClassName
{
border-color: #834F88;
}
.TagClassName
{
border-color: #834F88;
}
</style>