Shades of Trendy Pink #8B6D91
Tints of Trendy Pink #8B6D91
RGB
CMYK
RGB Variations
Color information
#8B6D91 (or 0x8B6D91) is known color: Trendy Pink. HEX triplet: 8B, 6D and 91. RGB value is (139,109,145). Sum of RGB (Red+Green+Blue) = 139+109+145=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B6D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D91 is #74926E. Grayscale: #797979. Windows color (decimal): -7639663 or 9530763. OLE color: 9530763.
HSL color Cylindrical-coordinate representation of color #8B6D91: hue angle of 290º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6D91 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 109 | 145 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.43 |
| HSL | 290º | 0.14% | 0.5% | - |
| HSV(B) | 290º | 0.25% | 0.57% | - |
| XYZ | 21.23 | 18.47 | 29.23 | - |
| YUV | 122.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 145 | 0.04 | 0.25 | 0 | 0.43 | 290 | 0.14 | 0.5 |
| Hex | 8B | 6D | 91 | 4 | 19 | 0 | 2B | 122 | E | 32 |
| Octal | 213 | 155 | 221 | 4 | 31 | 0 | 53 | 442 | 16 | 62 |
| Binary | 10001011 | 1101101 | 10010001 | 100 | 11001 | 0 | 101011 | 100100010 | 1110 | 110010 |
Color Harmonies of #8B6D91
Complementary color
Monochromatic Colors of #8B6D91
Black with #8B6D91
Text Example
Text Example
White with #8B6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D91; }
p { color: rgb(139,109,145); }
H1.HeaderClassName
{
color: #8B6D91;
}
.AnyTagClassName
{
color: #8B6D91;
}
</style>
background-color css
<style>
a { background-color: #8B6D91; }
a { background-color: rgb(139,109,145); }
div.DivClassName
{
background-color: #8B6D91;
}
.BgClassName
{
background-color: #8B6D91;
}
</style>
border-color css
<style>
span { border-color: #8B6D91; }
span { border-color: rgb(139,109,145); }
td.TdClassName
{
border-color: #8B6D91;
}
.TagClassName
{
border-color: #8B6D91;
}
</style>