Shades of Trendy Pink #8C6790
Tints of Trendy Pink #8C6790
RGB
CMYK
RGB Variations
Color information
#8C6790 (or 0x8C6790) is known color: Trendy Pink. HEX triplet: 8C, 67 and 90. RGB value is (140,103,144). Sum of RGB (Red+Green+Blue) = 140+103+144=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6790 is #73986F. Grayscale: #767676. Windows color (decimal): -7575664 or 9463692. OLE color: 9463692.
HSL color Cylindrical-coordinate representation of color #8C6790: hue angle of 294.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6790 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 103 | 144 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.44 |
| HSL | 294.15º | 0.17% | 0.48% | - |
| HSV(B) | 294.15º | 0.28% | 0.56% | - |
| XYZ | 20.7 | 17.29 | 28.63 | - |
| YUV | 118.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 144 | 0.03 | 0.28 | 0 | 0.44 | 294.15 | 0.17 | 0.48 |
| Hex | 8C | 67 | 90 | 3 | 1C | 0 | 2C | 126 | 11 | 30 |
| Octal | 214 | 147 | 220 | 3 | 34 | 0 | 54 | 446 | 21 | 60 |
| Binary | 10001100 | 1100111 | 10010000 | 11 | 11100 | 0 | 101100 | 100100110 | 10001 | 110000 |
Color Harmonies of #8C6790
Complementary color
Monochromatic Colors of #8C6790
Black with #8C6790
Text Example
Text Example
White with #8C6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6790; }
p { color: rgb(140,103,144); }
H1.HeaderClassName
{
color: #8C6790;
}
.AnyTagClassName
{
color: #8C6790;
}
</style>
background-color css
<style>
a { background-color: #8C6790; }
a { background-color: rgb(140,103,144); }
div.DivClassName
{
background-color: #8C6790;
}
.BgClassName
{
background-color: #8C6790;
}
</style>
border-color css
<style>
span { border-color: #8C6790; }
span { border-color: rgb(140,103,144); }
td.TdClassName
{
border-color: #8C6790;
}
.TagClassName
{
border-color: #8C6790;
}
</style>