Shades of Trendy Pink #8F6C8E
Tints of Trendy Pink #8F6C8E
RGB
CMYK
RGB Variations
Color information
#8F6C8E (or 0x8F6C8E) is known color: Trendy Pink. HEX triplet: 8F, 6C and 8E. RGB value is (143,108,142). Sum of RGB (Red+Green+Blue) = 143+108+142=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6C8E is #709371. Grayscale: #7A7A7A. Windows color (decimal): -7377778 or 9333903. OLE color: 9333903.
HSL color Cylindrical-coordinate representation of color #8F6C8E: hue angle of 301.71º 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 #8F6C8E is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 108 | 142 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.44 |
| HSL | 301.71º | 0.14% | 0.49% | - |
| HSV(B) | 301.71º | 0.24% | 0.56% | - |
| XYZ | 21.57 | 18.52 | 28.03 | - |
| YUV | 122.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 142 | 0 | 0.24 | 0.01 | 0.44 | 301.71 | 0.14 | 0.49 |
| Hex | 8F | 6C | 8E | 0 | 18 | 1 | 2C | 12E | E | 31 |
| Octal | 217 | 154 | 216 | 0 | 30 | 1 | 54 | 456 | 16 | 61 |
| Binary | 10001111 | 1101100 | 10001110 | 0 | 11000 | 1 | 101100 | 100101110 | 1110 | 110001 |
Color Harmonies of #8F6C8E
Complementary color
Monochromatic Colors of #8F6C8E
Black with #8F6C8E
Text Example
Text Example
White with #8F6C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6C8E; }
p { color: rgb(143,108,142); }
H1.HeaderClassName
{
color: #8F6C8E;
}
.AnyTagClassName
{
color: #8F6C8E;
}
</style>
background-color css
<style>
a { background-color: #8F6C8E; }
a { background-color: rgb(143,108,142); }
div.DivClassName
{
background-color: #8F6C8E;
}
.BgClassName
{
background-color: #8F6C8E;
}
</style>
border-color css
<style>
span { border-color: #8F6C8E; }
span { border-color: rgb(143,108,142); }
td.TdClassName
{
border-color: #8F6C8E;
}
.TagClassName
{
border-color: #8F6C8E;
}
</style>