Shades of Trendy Pink #8F6C8C
Tints of Trendy Pink #8F6C8C
RGB
CMYK
RGB Variations
Color information
#8F6C8C (or 0x8F6C8C) is known color: Trendy Pink. HEX triplet: 8F, 6C and 8C. RGB value is (143,108,140). Sum of RGB (Red+Green+Blue) = 143+108+140=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6C8C is #709373. Grayscale: #7A7A7A. Windows color (decimal): -7377780 or 9202831. OLE color: 9202831.
HSL color Cylindrical-coordinate representation of color #8F6C8C: hue angle of 305.14º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6C8C is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 108 | 140 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.44 |
| HSL | 305.14º | 0.14% | 0.49% | - |
| HSV(B) | 305.14º | 0.24% | 0.56% | - |
| XYZ | 21.42 | 18.46 | 27.24 | - |
| YUV | 122.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 140 | 0 | 0.24 | 0.02 | 0.44 | 305.14 | 0.14 | 0.49 |
| Hex | 8F | 6C | 8C | 0 | 18 | 2 | 2C | 131 | E | 31 |
| Octal | 217 | 154 | 214 | 0 | 30 | 2 | 54 | 461 | 16 | 61 |
| Binary | 10001111 | 1101100 | 10001100 | 0 | 11000 | 10 | 101100 | 100110001 | 1110 | 110001 |
Color Harmonies of #8F6C8C
Complementary color
Monochromatic Colors of #8F6C8C
Black with #8F6C8C
Text Example
Text Example
White with #8F6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6C8C; }
p { color: rgb(143,108,140); }
H1.HeaderClassName
{
color: #8F6C8C;
}
.AnyTagClassName
{
color: #8F6C8C;
}
</style>
background-color css
<style>
a { background-color: #8F6C8C; }
a { background-color: rgb(143,108,140); }
div.DivClassName
{
background-color: #8F6C8C;
}
.BgClassName
{
background-color: #8F6C8C;
}
</style>
border-color css
<style>
span { border-color: #8F6C8C; }
span { border-color: rgb(143,108,140); }
td.TdClassName
{
border-color: #8F6C8C;
}
.TagClassName
{
border-color: #8F6C8C;
}
</style>