Shades of Trendy Pink #8B5088
Tints of Trendy Pink #8B5088
RGB
CMYK
RGB Variations
Color information
#8B5088 (or 0x8B5088) is known color: Trendy Pink. HEX triplet: 8B, 50 and 88. RGB value is (139,80,136). Sum of RGB (Red+Green+Blue) = 139+80+136=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5088 is #74AF77. Grayscale: #676767. Windows color (decimal): -7647096 or 8933515. OLE color: 8933515.
HSL color Cylindrical-coordinate representation of color #8B5088: hue angle of 303.05º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5088 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 136 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.45 |
| HSL | 303.05º | 0.27% | 0.43% | - |
| HSV(B) | 303.05º | 0.42% | 0.55% | - |
| XYZ | 17.96 | 13 | 24.86 | - |
| YUV | 104.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 136 | 0 | 0.42 | 0.02 | 0.45 | 303.05 | 0.27 | 0.43 |
| Hex | 8B | 50 | 88 | 0 | 2A | 2 | 2D | 12F | 1B | 2B |
| Octal | 213 | 120 | 210 | 0 | 52 | 2 | 55 | 457 | 33 | 53 |
| Binary | 10001011 | 1010000 | 10001000 | 0 | 101010 | 10 | 101101 | 100101111 | 11011 | 101011 |
Color Harmonies of #8B5088
Complementary color
Monochromatic Colors of #8B5088
Black with #8B5088
Text Example
Text Example
White with #8B5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5088; }
p { color: rgb(139,80,136); }
H1.HeaderClassName
{
color: #8B5088;
}
.AnyTagClassName
{
color: #8B5088;
}
</style>
background-color css
<style>
a { background-color: #8B5088; }
a { background-color: rgb(139,80,136); }
div.DivClassName
{
background-color: #8B5088;
}
.BgClassName
{
background-color: #8B5088;
}
</style>
border-color css
<style>
span { border-color: #8B5088; }
span { border-color: rgb(139,80,136); }
td.TdClassName
{
border-color: #8B5088;
}
.TagClassName
{
border-color: #8B5088;
}
</style>