Shades of Trendy Pink #8C698D
Tints of Trendy Pink #8C698D
RGB
CMYK
RGB Variations
Color information
#8C698D (or 0x8C698D) is known color: Trendy Pink. HEX triplet: 8C, 69 and 8D. RGB value is (140,105,141). Sum of RGB (Red+Green+Blue) = 140+105+141=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C698D is #739672. Grayscale: #777777. Windows color (decimal): -7575155 or 9267596. OLE color: 9267596.
HSL color Cylindrical-coordinate representation of color #8C698D: hue angle of 298.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C698D is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 141 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.45 |
| HSL | 298.33º | 0.15% | 0.48% | - |
| HSV(B) | 298.33º | 0.26% | 0.55% | - |
| XYZ | 20.67 | 17.6 | 27.51 | - |
| YUV | 119.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 141 | 0.01 | 0.26 | 0 | 0.45 | 298.33 | 0.15 | 0.48 |
| Hex | 8C | 69 | 8D | 1 | 1A | 0 | 2D | 12A | F | 30 |
| Octal | 214 | 151 | 215 | 1 | 32 | 0 | 55 | 452 | 17 | 60 |
| Binary | 10001100 | 1101001 | 10001101 | 1 | 11010 | 0 | 101101 | 100101010 | 1111 | 110000 |
Color Harmonies of #8C698D
Complementary color
Monochromatic Colors of #8C698D
Black with #8C698D
Text Example
Text Example
White with #8C698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C698D; }
p { color: rgb(140,105,141); }
H1.HeaderClassName
{
color: #8C698D;
}
.AnyTagClassName
{
color: #8C698D;
}
</style>
background-color css
<style>
a { background-color: #8C698D; }
a { background-color: rgb(140,105,141); }
div.DivClassName
{
background-color: #8C698D;
}
.BgClassName
{
background-color: #8C698D;
}
</style>
border-color css
<style>
span { border-color: #8C698D; }
span { border-color: rgb(140,105,141); }
td.TdClassName
{
border-color: #8C698D;
}
.TagClassName
{
border-color: #8C698D;
}
</style>