Shades of Trendy Pink #8C6091
Tints of Trendy Pink #8C6091
RGB
CMYK
RGB Variations
Color information
#8C6091 (or 0x8C6091) is known color: Trendy Pink. HEX triplet: 8C, 60 and 91. RGB value is (140,96,145). Sum of RGB (Red+Green+Blue) = 140+96+145=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6091 is #739F6E. Grayscale: #727272. Windows color (decimal): -7577455 or 9527436. OLE color: 9527436.
HSL color Cylindrical-coordinate representation of color #8C6091: hue angle of 293.88º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6091 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 96 | 145 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.43 |
| HSL | 293.88º | 0.2% | 0.47% | - |
| HSV(B) | 293.88º | 0.34% | 0.57% | - |
| XYZ | 20.11 | 15.99 | 28.81 | - |
| YUV | 114.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 145 | 0.03 | 0.34 | 0 | 0.43 | 293.88 | 0.2 | 0.47 |
| Hex | 8C | 60 | 91 | 3 | 22 | 0 | 2B | 126 | 14 | 2F |
| Octal | 214 | 140 | 221 | 3 | 42 | 0 | 53 | 446 | 24 | 57 |
| Binary | 10001100 | 1100000 | 10010001 | 11 | 100010 | 0 | 101011 | 100100110 | 10100 | 101111 |
Color Harmonies of #8C6091
Complementary color
Monochromatic Colors of #8C6091
Black with #8C6091
Text Example
Text Example
White with #8C6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6091; }
p { color: rgb(140,96,145); }
H1.HeaderClassName
{
color: #8C6091;
}
.AnyTagClassName
{
color: #8C6091;
}
</style>
background-color css
<style>
a { background-color: #8C6091; }
a { background-color: rgb(140,96,145); }
div.DivClassName
{
background-color: #8C6091;
}
.BgClassName
{
background-color: #8C6091;
}
</style>
border-color css
<style>
span { border-color: #8C6091; }
span { border-color: rgb(140,96,145); }
td.TdClassName
{
border-color: #8C6091;
}
.TagClassName
{
border-color: #8C6091;
}
</style>