Shades of Trendy Pink #8C6892
Tints of Trendy Pink #8C6892
RGB
CMYK
RGB Variations
Color information
#8C6892 (or 0x8C6892) is known color: Trendy Pink. HEX triplet: 8C, 68 and 92. RGB value is (140,104,146). Sum of RGB (Red+Green+Blue) = 140+104+146=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6892 is #73976D. Grayscale: #777777. Windows color (decimal): -7575406 or 9595020. OLE color: 9595020.
HSL color Cylindrical-coordinate representation of color #8C6892: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6892 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 104 | 146 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.43 |
| HSL | 291.43º | 0.17% | 0.49% | - |
| HSV(B) | 291.43º | 0.29% | 0.57% | - |
| XYZ | 20.95 | 17.55 | 29.48 | - |
| YUV | 119.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 146 | 0.04 | 0.29 | 0 | 0.43 | 291.43 | 0.17 | 0.49 |
| Hex | 8C | 68 | 92 | 4 | 1D | 0 | 2B | 123 | 11 | 31 |
| Octal | 214 | 150 | 222 | 4 | 35 | 0 | 53 | 443 | 21 | 61 |
| Binary | 10001100 | 1101000 | 10010010 | 100 | 11101 | 0 | 101011 | 100100011 | 10001 | 110001 |
Color Harmonies of #8C6892
Complementary color
Monochromatic Colors of #8C6892
Black with #8C6892
Text Example
Text Example
White with #8C6892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6892; }
p { color: rgb(140,104,146); }
H1.HeaderClassName
{
color: #8C6892;
}
.AnyTagClassName
{
color: #8C6892;
}
</style>
background-color css
<style>
a { background-color: #8C6892; }
a { background-color: rgb(140,104,146); }
div.DivClassName
{
background-color: #8C6892;
}
.BgClassName
{
background-color: #8C6892;
}
</style>
border-color css
<style>
span { border-color: #8C6892; }
span { border-color: rgb(140,104,146); }
td.TdClassName
{
border-color: #8C6892;
}
.TagClassName
{
border-color: #8C6892;
}
</style>