Shades of Trendy Pink #8B5583
Tints of Trendy Pink #8B5583
RGB
CMYK
RGB Variations
Color information
#8B5583 (or 0x8B5583) is known color: Trendy Pink. HEX triplet: 8B, 55 and 83. RGB value is (139,85,131). Sum of RGB (Red+Green+Blue) = 139+85+131=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5583 is #74AA7C. Grayscale: #6A6A6A. Windows color (decimal): -7645821 or 8607115. OLE color: 8607115.
HSL color Cylindrical-coordinate representation of color #8B5583: hue angle of 308.89º 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 #8B5583 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 131 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.45 |
| HSL | 308.89º | 0.24% | 0.44% | - |
| HSV(B) | 308.89º | 0.39% | 0.55% | - |
| XYZ | 17.99 | 13.62 | 23.15 | - |
| YUV | 106.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 131 | 0 | 0.39 | 0.06 | 0.45 | 308.89 | 0.24 | 0.44 |
| Hex | 8B | 55 | 83 | 0 | 27 | 6 | 2D | 135 | 18 | 2C |
| Octal | 213 | 125 | 203 | 0 | 47 | 6 | 55 | 465 | 30 | 54 |
| Binary | 10001011 | 1010101 | 10000011 | 0 | 100111 | 110 | 101101 | 100110101 | 11000 | 101100 |
Color Harmonies of #8B5583
Complementary color
Monochromatic Colors of #8B5583
Black with #8B5583
Text Example
Text Example
White with #8B5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5583; }
p { color: rgb(139,85,131); }
H1.HeaderClassName
{
color: #8B5583;
}
.AnyTagClassName
{
color: #8B5583;
}
</style>
background-color css
<style>
a { background-color: #8B5583; }
a { background-color: rgb(139,85,131); }
div.DivClassName
{
background-color: #8B5583;
}
.BgClassName
{
background-color: #8B5583;
}
</style>
border-color css
<style>
span { border-color: #8B5583; }
span { border-color: rgb(139,85,131); }
td.TdClassName
{
border-color: #8B5583;
}
.TagClassName
{
border-color: #8B5583;
}
</style>