Shades of Trendy Pink #836085
Tints of Trendy Pink #836085
RGB
CMYK
RGB Variations
Color information
#836085 (or 0x836085) is known color: Trendy Pink. HEX triplet: 83, 60 and 85. RGB value is (131,96,133). Sum of RGB (Red+Green+Blue) = 131+96+133=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #836085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836085 is #7C9F7A. Grayscale: #6E6E6E. Windows color (decimal): -8167291 or 8740995. OLE color: 8740995.
HSL color Cylindrical-coordinate representation of color #836085: hue angle of 296.76º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836085 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 96 | 133 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.48 |
| HSL | 296.76º | 0.16% | 0.45% | - |
| HSV(B) | 296.76º | 0.28% | 0.52% | - |
| XYZ | 17.78 | 14.88 | 24.13 | - |
| YUV | 110.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 133 | 0.02 | 0.28 | 0 | 0.48 | 296.76 | 0.16 | 0.45 |
| Hex | 83 | 60 | 85 | 2 | 1C | 0 | 30 | 129 | 10 | 2D |
| Octal | 203 | 140 | 205 | 2 | 34 | 0 | 60 | 451 | 20 | 55 |
| Binary | 10000011 | 1100000 | 10000101 | 10 | 11100 | 0 | 110000 | 100101001 | 10000 | 101101 |
Color Harmonies of #836085
Complementary color
Monochromatic Colors of #836085
Black with #836085
Text Example
Text Example
White with #836085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836085; }
p { color: rgb(131,96,133); }
H1.HeaderClassName
{
color: #836085;
}
.AnyTagClassName
{
color: #836085;
}
</style>
background-color css
<style>
a { background-color: #836085; }
a { background-color: rgb(131,96,133); }
div.DivClassName
{
background-color: #836085;
}
.BgClassName
{
background-color: #836085;
}
</style>
border-color css
<style>
span { border-color: #836085; }
span { border-color: rgb(131,96,133); }
td.TdClassName
{
border-color: #836085;
}
.TagClassName
{
border-color: #836085;
}
</style>