Shades of Trendy Pink #83658B
Tints of Trendy Pink #83658B
RGB
CMYK
RGB Variations
Color information
#83658B (or 0x83658B) is known color: Trendy Pink. HEX triplet: 83, 65 and 8B. RGB value is (131,101,139). Sum of RGB (Red+Green+Blue) = 131+101+139=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #83658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83658B is #7C9A74. Grayscale: #727272. Windows color (decimal): -8166005 or 9135491. OLE color: 9135491.
HSL color Cylindrical-coordinate representation of color #83658B: hue angle of 287.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83658B is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 101 | 139 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.45 |
| HSL | 287.37º | 0.16% | 0.47% | - |
| HSV(B) | 287.37º | 0.27% | 0.55% | - |
| XYZ | 18.67 | 16 | 26.53 | - |
| YUV | 114.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 139 | 0.06 | 0.27 | 0 | 0.45 | 287.37 | 0.16 | 0.47 |
| Hex | 83 | 65 | 8B | 6 | 1B | 0 | 2D | 11F | 10 | 2F |
| Octal | 203 | 145 | 213 | 6 | 33 | 0 | 55 | 437 | 20 | 57 |
| Binary | 10000011 | 1100101 | 10001011 | 110 | 11011 | 0 | 101101 | 100011111 | 10000 | 101111 |
Color Harmonies of #83658B
Complementary color
Monochromatic Colors of #83658B
Black with #83658B
Text Example
Text Example
White with #83658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83658B; }
p { color: rgb(131,101,139); }
H1.HeaderClassName
{
color: #83658B;
}
.AnyTagClassName
{
color: #83658B;
}
</style>
background-color css
<style>
a { background-color: #83658B; }
a { background-color: rgb(131,101,139); }
div.DivClassName
{
background-color: #83658B;
}
.BgClassName
{
background-color: #83658B;
}
</style>
border-color css
<style>
span { border-color: #83658B; }
span { border-color: rgb(131,101,139); }
td.TdClassName
{
border-color: #83658B;
}
.TagClassName
{
border-color: #83658B;
}
</style>