Shades of Trendy Pink #8B5788
Tints of Trendy Pink #8B5788
RGB
CMYK
RGB Variations
Color information
#8B5788 (or 0x8B5788) is known color: Trendy Pink. HEX triplet: 8B, 57 and 88. RGB value is (139,87,136). Sum of RGB (Red+Green+Blue) = 139+87+136=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5788 is #74A877. Grayscale: #6B6B6B. Windows color (decimal): -7645304 or 8935307. OLE color: 8935307.
HSL color Cylindrical-coordinate representation of color #8B5788: hue angle of 303.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5788 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 136 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.45 |
| HSL | 303.46º | 0.23% | 0.44% | - |
| HSV(B) | 303.46º | 0.37% | 0.55% | - |
| XYZ | 18.5 | 14.08 | 25.04 | - |
| YUV | 108.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 136 | 0 | 0.37 | 0.02 | 0.45 | 303.46 | 0.23 | 0.44 |
| Hex | 8B | 57 | 88 | 0 | 25 | 2 | 2D | 12F | 17 | 2C |
| Octal | 213 | 127 | 210 | 0 | 45 | 2 | 55 | 457 | 27 | 54 |
| Binary | 10001011 | 1010111 | 10001000 | 0 | 100101 | 10 | 101101 | 100101111 | 10111 | 101100 |
Color Harmonies of #8B5788
Complementary color
Monochromatic Colors of #8B5788
Black with #8B5788
Text Example
Text Example
White with #8B5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5788; }
p { color: rgb(139,87,136); }
H1.HeaderClassName
{
color: #8B5788;
}
.AnyTagClassName
{
color: #8B5788;
}
</style>
background-color css
<style>
a { background-color: #8B5788; }
a { background-color: rgb(139,87,136); }
div.DivClassName
{
background-color: #8B5788;
}
.BgClassName
{
background-color: #8B5788;
}
</style>
border-color css
<style>
span { border-color: #8B5788; }
span { border-color: rgb(139,87,136); }
td.TdClassName
{
border-color: #8B5788;
}
.TagClassName
{
border-color: #8B5788;
}
</style>