Shades of Trendy Pink #8C6F91
Tints of Trendy Pink #8C6F91
RGB
CMYK
RGB Variations
Color information
#8C6F91 (or 0x8C6F91) is known color: Trendy Pink. HEX triplet: 8C, 6F and 91. RGB value is (140,111,145). Sum of RGB (Red+Green+Blue) = 140+111+145=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C6F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6F91 is #73906E. Grayscale: #7B7B7B. Windows color (decimal): -7573615 or 9531276. OLE color: 9531276.
HSL color Cylindrical-coordinate representation of color #8C6F91: hue angle of 291.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6F91 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 111 | 145 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.43 |
| HSL | 291.18º | 0.13% | 0.5% | - |
| HSV(B) | 291.18º | 0.23% | 0.57% | - |
| XYZ | 21.61 | 18.99 | 29.31 | - |
| YUV | 123.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 145 | 0.03 | 0.23 | 0 | 0.43 | 291.18 | 0.13 | 0.5 |
| Hex | 8C | 6F | 91 | 3 | 17 | 0 | 2B | 123 | D | 32 |
| Octal | 214 | 157 | 221 | 3 | 27 | 0 | 53 | 443 | 15 | 62 |
| Binary | 10001100 | 1101111 | 10010001 | 11 | 10111 | 0 | 101011 | 100100011 | 1101 | 110010 |
Color Harmonies of #8C6F91
Complementary color
Monochromatic Colors of #8C6F91
Black with #8C6F91
Text Example
Text Example
White with #8C6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F91; }
p { color: rgb(140,111,145); }
H1.HeaderClassName
{
color: #8C6F91;
}
.AnyTagClassName
{
color: #8C6F91;
}
</style>
background-color css
<style>
a { background-color: #8C6F91; }
a { background-color: rgb(140,111,145); }
div.DivClassName
{
background-color: #8C6F91;
}
.BgClassName
{
background-color: #8C6F91;
}
</style>
border-color css
<style>
span { border-color: #8C6F91; }
span { border-color: rgb(140,111,145); }
td.TdClassName
{
border-color: #8C6F91;
}
.TagClassName
{
border-color: #8C6F91;
}
</style>