Shades of Trendy Pink #83558B
Tints of Trendy Pink #83558B
RGB
CMYK
RGB Variations
Color information
#83558B (or 0x83558B) is known color: Trendy Pink. HEX triplet: 83, 55 and 8B. RGB value is (131,85,139). Sum of RGB (Red+Green+Blue) = 131+85+139=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #83558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83558B is #7CAA74. Grayscale: #686868. Windows color (decimal): -8170101 or 9131395. OLE color: 9131395.
HSL color Cylindrical-coordinate representation of color #83558B: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83558B is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 85 | 139 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.45 |
| HSL | 291.11º | 0.24% | 0.44% | - |
| HSV(B) | 291.11º | 0.39% | 0.55% | - |
| XYZ | 17.27 | 13.19 | 26.06 | - |
| YUV | 104.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 139 | 0.06 | 0.39 | 0 | 0.45 | 291.11 | 0.24 | 0.44 |
| Hex | 83 | 55 | 8B | 6 | 27 | 0 | 2D | 123 | 18 | 2C |
| Octal | 203 | 125 | 213 | 6 | 47 | 0 | 55 | 443 | 30 | 54 |
| Binary | 10000011 | 1010101 | 10001011 | 110 | 100111 | 0 | 101101 | 100100011 | 11000 | 101100 |
Color Harmonies of #83558B
Complementary color
Monochromatic Colors of #83558B
Black with #83558B
Text Example
Text Example
White with #83558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83558B; }
p { color: rgb(131,85,139); }
H1.HeaderClassName
{
color: #83558B;
}
.AnyTagClassName
{
color: #83558B;
}
</style>
background-color css
<style>
a { background-color: #83558B; }
a { background-color: rgb(131,85,139); }
div.DivClassName
{
background-color: #83558B;
}
.BgClassName
{
background-color: #83558B;
}
</style>
border-color css
<style>
span { border-color: #83558B; }
span { border-color: rgb(131,85,139); }
td.TdClassName
{
border-color: #83558B;
}
.TagClassName
{
border-color: #83558B;
}
</style>