Shades of Trendy Pink #8D698B
Tints of Trendy Pink #8D698B
RGB
CMYK
RGB Variations
Color information
#8D698B (or 0x8D698B) is known color: Trendy Pink. HEX triplet: 8D, 69 and 8B. RGB value is (141,105,139). Sum of RGB (Red+Green+Blue) = 141+105+139=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D698B is #729674. Grayscale: #777777. Windows color (decimal): -7509621 or 9136525. OLE color: 9136525.
HSL color Cylindrical-coordinate representation of color #8D698B: hue angle of 303.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 #8D698B is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 139 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.45 |
| HSL | 303.33º | 0.15% | 0.48% | - |
| HSV(B) | 303.33º | 0.26% | 0.55% | - |
| XYZ | 20.7 | 17.63 | 26.74 | - |
| YUV | 119.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 139 | 0 | 0.26 | 0.01 | 0.45 | 303.33 | 0.15 | 0.48 |
| Hex | 8D | 69 | 8B | 0 | 1A | 1 | 2D | 12F | F | 30 |
| Octal | 215 | 151 | 213 | 0 | 32 | 1 | 55 | 457 | 17 | 60 |
| Binary | 10001101 | 1101001 | 10001011 | 0 | 11010 | 1 | 101101 | 100101111 | 1111 | 110000 |
Color Harmonies of #8D698B
Complementary color
Monochromatic Colors of #8D698B
Black with #8D698B
Text Example
Text Example
White with #8D698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D698B; }
p { color: rgb(141,105,139); }
H1.HeaderClassName
{
color: #8D698B;
}
.AnyTagClassName
{
color: #8D698B;
}
</style>
background-color css
<style>
a { background-color: #8D698B; }
a { background-color: rgb(141,105,139); }
div.DivClassName
{
background-color: #8D698B;
}
.BgClassName
{
background-color: #8D698B;
}
</style>
border-color css
<style>
span { border-color: #8D698B; }
span { border-color: rgb(141,105,139); }
td.TdClassName
{
border-color: #8D698B;
}
.TagClassName
{
border-color: #8D698B;
}
</style>