Shades of Trendy Pink #8D6591
Tints of Trendy Pink #8D6591
RGB
CMYK
RGB Variations
Color information
#8D6591 (or 0x8D6591) is known color: Trendy Pink. HEX triplet: 8D, 65 and 91. RGB value is (141,101,145). Sum of RGB (Red+Green+Blue) = 141+101+145=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6591 is #729A6E. Grayscale: #757575. Windows color (decimal): -7510639 or 9528717. OLE color: 9528717.
HSL color Cylindrical-coordinate representation of color #8D6591: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6591 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 101 | 145 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.43 |
| HSL | 294.55º | 0.18% | 0.48% | - |
| HSV(B) | 294.55º | 0.3% | 0.57% | - |
| XYZ | 20.75 | 17.01 | 28.98 | - |
| YUV | 117.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 145 | 0.03 | 0.30 | 0 | 0.43 | 294.55 | 0.18 | 0.48 |
| Hex | 8D | 65 | 91 | 3 | 1E | 0 | 2B | 127 | 12 | 30 |
| Octal | 215 | 145 | 221 | 3 | 36 | 0 | 53 | 447 | 22 | 60 |
| Binary | 10001101 | 1100101 | 10010001 | 11 | 11110 | 0 | 101011 | 100100111 | 10010 | 110000 |
Color Harmonies of #8D6591
Complementary color
Monochromatic Colors of #8D6591
Black with #8D6591
Text Example
Text Example
White with #8D6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6591; }
p { color: rgb(141,101,145); }
H1.HeaderClassName
{
color: #8D6591;
}
.AnyTagClassName
{
color: #8D6591;
}
</style>
background-color css
<style>
a { background-color: #8D6591; }
a { background-color: rgb(141,101,145); }
div.DivClassName
{
background-color: #8D6591;
}
.BgClassName
{
background-color: #8D6591;
}
</style>
border-color css
<style>
span { border-color: #8D6591; }
span { border-color: rgb(141,101,145); }
td.TdClassName
{
border-color: #8D6591;
}
.TagClassName
{
border-color: #8D6591;
}
</style>