Shades of Trendy Pink #83588B
Tints of Trendy Pink #83588B
RGB
CMYK
RGB Variations
Color information
#83588B (or 0x83588B) is known color: Trendy Pink. HEX triplet: 83, 58 and 8B. RGB value is (131,88,139). Sum of RGB (Red+Green+Blue) = 131+88+139=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #83588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588B is #7CA774. Grayscale: #6A6A6A. Windows color (decimal): -8169333 or 9132163. OLE color: 9132163.
HSL color Cylindrical-coordinate representation of color #83588B: hue angle of 290.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83588B is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 88 | 139 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.45 |
| HSL | 290.59º | 0.22% | 0.45% | - |
| HSV(B) | 290.59º | 0.37% | 0.55% | - |
| XYZ | 17.51 | 13.67 | 26.14 | - |
| YUV | 106.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 139 | 0.06 | 0.37 | 0 | 0.45 | 290.59 | 0.22 | 0.45 |
| Hex | 83 | 58 | 8B | 6 | 25 | 0 | 2D | 123 | 16 | 2D |
| Octal | 203 | 130 | 213 | 6 | 45 | 0 | 55 | 443 | 26 | 55 |
| Binary | 10000011 | 1011000 | 10001011 | 110 | 100101 | 0 | 101101 | 100100011 | 10110 | 101101 |
Color Harmonies of #83588B
Complementary color
Monochromatic Colors of #83588B
Black with #83588B
Text Example
Text Example
White with #83588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83588B; }
p { color: rgb(131,88,139); }
H1.HeaderClassName
{
color: #83588B;
}
.AnyTagClassName
{
color: #83588B;
}
</style>
background-color css
<style>
a { background-color: #83588B; }
a { background-color: rgb(131,88,139); }
div.DivClassName
{
background-color: #83588B;
}
.BgClassName
{
background-color: #83588B;
}
</style>
border-color css
<style>
span { border-color: #83588B; }
span { border-color: rgb(131,88,139); }
td.TdClassName
{
border-color: #83588B;
}
.TagClassName
{
border-color: #83588B;
}
</style>