Shades of Trendy Pink #836184
Tints of Trendy Pink #836184
RGB
CMYK
RGB Variations
Color information
#836184 (or 0x836184) is known color: Trendy Pink. HEX triplet: 83, 61 and 84. RGB value is (131,97,132). Sum of RGB (Red+Green+Blue) = 131+97+132=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #836184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836184 is #7C9E7B. Grayscale: #6F6F6F. Windows color (decimal): -8167036 or 8675715. OLE color: 8675715.
HSL color Cylindrical-coordinate representation of color #836184: hue angle of 298.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836184 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 97 | 132 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.48 |
| HSL | 298.29º | 0.15% | 0.45% | - |
| HSV(B) | 298.29º | 0.27% | 0.52% | - |
| XYZ | 17.8 | 15.04 | 23.79 | - |
| YUV | 111.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 132 | 0.01 | 0.27 | 0 | 0.48 | 298.29 | 0.15 | 0.45 |
| Hex | 83 | 61 | 84 | 1 | 1B | 0 | 30 | 12A | F | 2D |
| Octal | 203 | 141 | 204 | 1 | 33 | 0 | 60 | 452 | 17 | 55 |
| Binary | 10000011 | 1100001 | 10000100 | 1 | 11011 | 0 | 110000 | 100101010 | 1111 | 101101 |
Color Harmonies of #836184
Complementary color
Monochromatic Colors of #836184
Black with #836184
Text Example
Text Example
White with #836184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836184; }
p { color: rgb(131,97,132); }
H1.HeaderClassName
{
color: #836184;
}
.AnyTagClassName
{
color: #836184;
}
</style>
background-color css
<style>
a { background-color: #836184; }
a { background-color: rgb(131,97,132); }
div.DivClassName
{
background-color: #836184;
}
.BgClassName
{
background-color: #836184;
}
</style>
border-color css
<style>
span { border-color: #836184; }
span { border-color: rgb(131,97,132); }
td.TdClassName
{
border-color: #836184;
}
.TagClassName
{
border-color: #836184;
}
</style>