Shades of Trendy Pink #8B5485
Tints of Trendy Pink #8B5485
RGB
CMYK
RGB Variations
Color information
#8B5485 (or 0x8B5485) is known color: Trendy Pink. HEX triplet: 8B, 54 and 85. RGB value is (139,84,133). Sum of RGB (Red+Green+Blue) = 139+84+133=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5485 is #74AB7A. Grayscale: #696969. Windows color (decimal): -7646075 or 8737931. OLE color: 8737931.
HSL color Cylindrical-coordinate representation of color #8B5485: hue angle of 306.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5485 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 133 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.45 |
| HSL | 306.55º | 0.25% | 0.44% | - |
| HSV(B) | 306.55º | 0.4% | 0.55% | - |
| XYZ | 18.05 | 13.52 | 23.85 | - |
| YUV | 106.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 133 | 0 | 0.40 | 0.04 | 0.45 | 306.55 | 0.25 | 0.44 |
| Hex | 8B | 54 | 85 | 0 | 28 | 4 | 2D | 133 | 19 | 2C |
| Octal | 213 | 124 | 205 | 0 | 50 | 4 | 55 | 463 | 31 | 54 |
| Binary | 10001011 | 1010100 | 10000101 | 0 | 101000 | 100 | 101101 | 100110011 | 11001 | 101100 |
Color Harmonies of #8B5485
Complementary color
Monochromatic Colors of #8B5485
Black with #8B5485
Text Example
Text Example
White with #8B5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5485; }
p { color: rgb(139,84,133); }
H1.HeaderClassName
{
color: #8B5485;
}
.AnyTagClassName
{
color: #8B5485;
}
</style>
background-color css
<style>
a { background-color: #8B5485; }
a { background-color: rgb(139,84,133); }
div.DivClassName
{
background-color: #8B5485;
}
.BgClassName
{
background-color: #8B5485;
}
</style>
border-color css
<style>
span { border-color: #8B5485; }
span { border-color: rgb(139,84,133); }
td.TdClassName
{
border-color: #8B5485;
}
.TagClassName
{
border-color: #8B5485;
}
</style>