Shades of Trendy Pink #846A83
Tints of Trendy Pink #846A83
RGB
CMYK
RGB Variations
Color information
#846A83 (or 0x846A83) is known color: Trendy Pink. HEX triplet: 84, 6A and 83. RGB value is (132,106,131). Sum of RGB (Red+Green+Blue) = 132+106+131=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846A83 is #7B957C. Grayscale: #747474. Windows color (decimal): -8099197 or 8612484. OLE color: 8612484.
HSL color Cylindrical-coordinate representation of color #846A83: hue angle of 302.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A83 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 131 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.48 |
| HSL | 302.31º | 0.11% | 0.47% | - |
| HSV(B) | 302.31º | 0.2% | 0.52% | - |
| XYZ | 18.77 | 16.85 | 23.74 | - |
| YUV | 116.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 131 | 0 | 0.20 | 0.01 | 0.48 | 302.31 | 0.11 | 0.47 |
| Hex | 84 | 6A | 83 | 0 | 14 | 1 | 30 | 12E | B | 2F |
| Octal | 204 | 152 | 203 | 0 | 24 | 1 | 60 | 456 | 13 | 57 |
| Binary | 10000100 | 1101010 | 10000011 | 0 | 10100 | 1 | 110000 | 100101110 | 1011 | 101111 |
Color Harmonies of #846A83
Complementary color
Monochromatic Colors of #846A83
Black with #846A83
Text Example
Text Example
White with #846A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A83; }
p { color: rgb(132,106,131); }
H1.HeaderClassName
{
color: #846A83;
}
.AnyTagClassName
{
color: #846A83;
}
</style>
background-color css
<style>
a { background-color: #846A83; }
a { background-color: rgb(132,106,131); }
div.DivClassName
{
background-color: #846A83;
}
.BgClassName
{
background-color: #846A83;
}
</style>
border-color css
<style>
span { border-color: #846A83; }
span { border-color: rgb(132,106,131); }
td.TdClassName
{
border-color: #846A83;
}
.TagClassName
{
border-color: #846A83;
}
</style>