Shades of Trendy Pink #8B5B8C
Tints of Trendy Pink #8B5B8C
RGB
CMYK
RGB Variations
Color information
#8B5B8C (or 0x8B5B8C) is known color: Trendy Pink. HEX triplet: 8B, 5B and 8C. RGB value is (139,91,140). Sum of RGB (Red+Green+Blue) = 139+91+140=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B5B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5B8C is #74A473. Grayscale: #6E6E6E. Windows color (decimal): -7644276 or 9198475. OLE color: 9198475.
HSL color Cylindrical-coordinate representation of color #8B5B8C: hue angle of 298.78º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B8C is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 140 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.45 |
| HSL | 298.78º | 0.21% | 0.45% | - |
| HSV(B) | 298.78º | 0.35% | 0.55% | - |
| XYZ | 19.12 | 14.86 | 26.67 | - |
| YUV | 110.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 140 | 0.01 | 0.35 | 0 | 0.45 | 298.78 | 0.21 | 0.45 |
| Hex | 8B | 5B | 8C | 1 | 23 | 0 | 2D | 12B | 15 | 2D |
| Octal | 213 | 133 | 214 | 1 | 43 | 0 | 55 | 453 | 25 | 55 |
| Binary | 10001011 | 1011011 | 10001100 | 1 | 100011 | 0 | 101101 | 100101011 | 10101 | 101101 |
Color Harmonies of #8B5B8C
Complementary color
Monochromatic Colors of #8B5B8C
Black with #8B5B8C
Text Example
Text Example
White with #8B5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B8C; }
p { color: rgb(139,91,140); }
H1.HeaderClassName
{
color: #8B5B8C;
}
.AnyTagClassName
{
color: #8B5B8C;
}
</style>
background-color css
<style>
a { background-color: #8B5B8C; }
a { background-color: rgb(139,91,140); }
div.DivClassName
{
background-color: #8B5B8C;
}
.BgClassName
{
background-color: #8B5B8C;
}
</style>
border-color css
<style>
span { border-color: #8B5B8C; }
span { border-color: rgb(139,91,140); }
td.TdClassName
{
border-color: #8B5B8C;
}
.TagClassName
{
border-color: #8B5B8C;
}
</style>