Shades of Trendy Pink #8C6992
Tints of Trendy Pink #8C6992
RGB
CMYK
RGB Variations
Color information
#8C6992 (or 0x8C6992) is known color: Trendy Pink. HEX triplet: 8C, 69 and 92. RGB value is (140,105,146). Sum of RGB (Red+Green+Blue) = 140+105+146=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6992 is #73966D. Grayscale: #787878. Windows color (decimal): -7575150 or 9595276. OLE color: 9595276.
HSL color Cylindrical-coordinate representation of color #8C6992: hue angle of 291.22º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6992 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 105 | 146 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.43 |
| HSL | 291.22º | 0.16% | 0.49% | - |
| HSV(B) | 291.22º | 0.28% | 0.57% | - |
| XYZ | 21.06 | 17.75 | 29.51 | - |
| YUV | 120.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 146 | 0.04 | 0.28 | 0 | 0.43 | 291.22 | 0.16 | 0.49 |
| Hex | 8C | 69 | 92 | 4 | 1C | 0 | 2B | 123 | 10 | 31 |
| Octal | 214 | 151 | 222 | 4 | 34 | 0 | 53 | 443 | 20 | 61 |
| Binary | 10001100 | 1101001 | 10010010 | 100 | 11100 | 0 | 101011 | 100100011 | 10000 | 110001 |
Color Harmonies of #8C6992
Complementary color
Monochromatic Colors of #8C6992
Black with #8C6992
Text Example
Text Example
White with #8C6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6992; }
p { color: rgb(140,105,146); }
H1.HeaderClassName
{
color: #8C6992;
}
.AnyTagClassName
{
color: #8C6992;
}
</style>
background-color css
<style>
a { background-color: #8C6992; }
a { background-color: rgb(140,105,146); }
div.DivClassName
{
background-color: #8C6992;
}
.BgClassName
{
background-color: #8C6992;
}
</style>
border-color css
<style>
span { border-color: #8C6992; }
span { border-color: rgb(140,105,146); }
td.TdClassName
{
border-color: #8C6992;
}
.TagClassName
{
border-color: #8C6992;
}
</style>