Shades of Trendy Pink #8D6191
Tints of Trendy Pink #8D6191
RGB
CMYK
RGB Variations
Color information
#8D6191 (or 0x8D6191) is known color: Trendy Pink. HEX triplet: 8D, 61 and 91. RGB value is (141,97,145). Sum of RGB (Red+Green+Blue) = 141+97+145=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D6191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6191 is #729E6E. Grayscale: #737373. Windows color (decimal): -7511663 or 9527693. OLE color: 9527693.
HSL color Cylindrical-coordinate representation of color #8D6191: hue angle of 295º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D6191 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 97 | 145 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.43 |
| HSL | 295º | 0.2% | 0.47% | - |
| HSV(B) | 295º | 0.33% | 0.57% | - |
| XYZ | 20.37 | 16.26 | 28.85 | - |
| YUV | 115.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 145 | 0.03 | 0.33 | 0 | 0.43 | 295 | 0.2 | 0.47 |
| Hex | 8D | 61 | 91 | 3 | 21 | 0 | 2B | 127 | 14 | 2F |
| Octal | 215 | 141 | 221 | 3 | 41 | 0 | 53 | 447 | 24 | 57 |
| Binary | 10001101 | 1100001 | 10010001 | 11 | 100001 | 0 | 101011 | 100100111 | 10100 | 101111 |
Color Harmonies of #8D6191
Complementary color
Monochromatic Colors of #8D6191
Black with #8D6191
Text Example
Text Example
White with #8D6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6191; }
p { color: rgb(141,97,145); }
H1.HeaderClassName
{
color: #8D6191;
}
.AnyTagClassName
{
color: #8D6191;
}
</style>
background-color css
<style>
a { background-color: #8D6191; }
a { background-color: rgb(141,97,145); }
div.DivClassName
{
background-color: #8D6191;
}
.BgClassName
{
background-color: #8D6191;
}
</style>
border-color css
<style>
span { border-color: #8D6191; }
span { border-color: rgb(141,97,145); }
td.TdClassName
{
border-color: #8D6191;
}
.TagClassName
{
border-color: #8D6191;
}
</style>