Shades of Trendy Pink #8B5591
Tints of Trendy Pink #8B5591
RGB
CMYK
RGB Variations
Color information
#8B5591 (or 0x8B5591) is known color: Trendy Pink. HEX triplet: 8B, 55 and 91. RGB value is (139,85,145). Sum of RGB (Red+Green+Blue) = 139+85+145=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B5591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5591 is #74AA6E. Grayscale: #6B6B6B. Windows color (decimal): -7645807 or 9524619. OLE color: 9524619.
HSL color Cylindrical-coordinate representation of color #8B5591: hue angle of 294º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5591 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 85 | 145 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.43 |
| HSL | 294º | 0.26% | 0.45% | - |
| HSV(B) | 294º | 0.41% | 0.57% | - |
| XYZ | 19.01 | 14.03 | 28.49 | - |
| YUV | 107.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 145 | 0.04 | 0.41 | 0 | 0.43 | 294 | 0.26 | 0.45 |
| Hex | 8B | 55 | 91 | 4 | 29 | 0 | 2B | 126 | 1A | 2D |
| Octal | 213 | 125 | 221 | 4 | 51 | 0 | 53 | 446 | 32 | 55 |
| Binary | 10001011 | 1010101 | 10010001 | 100 | 101001 | 0 | 101011 | 100100110 | 11010 | 101101 |
Color Harmonies of #8B5591
Complementary color
Monochromatic Colors of #8B5591
Black with #8B5591
Text Example
Text Example
White with #8B5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5591; }
p { color: rgb(139,85,145); }
H1.HeaderClassName
{
color: #8B5591;
}
.AnyTagClassName
{
color: #8B5591;
}
</style>
background-color css
<style>
a { background-color: #8B5591; }
a { background-color: rgb(139,85,145); }
div.DivClassName
{
background-color: #8B5591;
}
.BgClassName
{
background-color: #8B5591;
}
</style>
border-color css
<style>
span { border-color: #8B5591; }
span { border-color: rgb(139,85,145); }
td.TdClassName
{
border-color: #8B5591;
}
.TagClassName
{
border-color: #8B5591;
}
</style>