Shades of Trendy Pink #8D6491
Tints of Trendy Pink #8D6491
RGB
CMYK
RGB Variations
Color information
#8D6491 (or 0x8D6491) is known color: Trendy Pink. HEX triplet: 8D, 64 and 91. RGB value is (141,100,145). Sum of RGB (Red+Green+Blue) = 141+100+145=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6491 is #729B6E. Grayscale: #757575. Windows color (decimal): -7510895 or 9528461. OLE color: 9528461.
HSL color Cylindrical-coordinate representation of color #8D6491: hue angle of 294.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6491 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 100 | 145 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.43 |
| HSL | 294.67º | 0.18% | 0.48% | - |
| HSV(B) | 294.67º | 0.31% | 0.57% | - |
| XYZ | 20.65 | 16.82 | 28.95 | - |
| YUV | 117.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 145 | 0.03 | 0.31 | 0 | 0.43 | 294.67 | 0.18 | 0.48 |
| Hex | 8D | 64 | 91 | 3 | 1F | 0 | 2B | 127 | 12 | 30 |
| Octal | 215 | 144 | 221 | 3 | 37 | 0 | 53 | 447 | 22 | 60 |
| Binary | 10001101 | 1100100 | 10010001 | 11 | 11111 | 0 | 101011 | 100100111 | 10010 | 110000 |
Color Harmonies of #8D6491
Complementary color
Monochromatic Colors of #8D6491
Black with #8D6491
Text Example
Text Example
White with #8D6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6491; }
p { color: rgb(141,100,145); }
H1.HeaderClassName
{
color: #8D6491;
}
.AnyTagClassName
{
color: #8D6491;
}
</style>
background-color css
<style>
a { background-color: #8D6491; }
a { background-color: rgb(141,100,145); }
div.DivClassName
{
background-color: #8D6491;
}
.BgClassName
{
background-color: #8D6491;
}
</style>
border-color css
<style>
span { border-color: #8D6491; }
span { border-color: rgb(141,100,145); }
td.TdClassName
{
border-color: #8D6491;
}
.TagClassName
{
border-color: #8D6491;
}
</style>