Shades of Trendy Pink #8F568B
Tints of Trendy Pink #8F568B
RGB
CMYK
RGB Variations
Color information
#8F568B (or 0x8F568B) is known color: Trendy Pink. HEX triplet: 8F, 56 and 8B. RGB value is (143,86,139). Sum of RGB (Red+Green+Blue) = 143+86+139=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F568B is #70A974. Grayscale: #6C6C6C. Windows color (decimal): -7383413 or 9131663. OLE color: 9131663.
HSL color Cylindrical-coordinate representation of color #8F568B: hue angle of 304.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F568B is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 139 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.44 |
| HSL | 304.21º | 0.25% | 0.45% | - |
| HSV(B) | 304.21º | 0.4% | 0.56% | - |
| XYZ | 19.32 | 14.36 | 26.18 | - |
| YUV | 109.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 139 | 0 | 0.40 | 0.03 | 0.44 | 304.21 | 0.25 | 0.45 |
| Hex | 8F | 56 | 8B | 0 | 28 | 3 | 2C | 130 | 19 | 2D |
| Octal | 217 | 126 | 213 | 0 | 50 | 3 | 54 | 460 | 31 | 55 |
| Binary | 10001111 | 1010110 | 10001011 | 0 | 101000 | 11 | 101100 | 100110000 | 11001 | 101101 |
Color Harmonies of #8F568B
Complementary color
Monochromatic Colors of #8F568B
Black with #8F568B
Text Example
Text Example
White with #8F568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F568B; }
p { color: rgb(143,86,139); }
H1.HeaderClassName
{
color: #8F568B;
}
.AnyTagClassName
{
color: #8F568B;
}
</style>
background-color css
<style>
a { background-color: #8F568B; }
a { background-color: rgb(143,86,139); }
div.DivClassName
{
background-color: #8F568B;
}
.BgClassName
{
background-color: #8F568B;
}
</style>
border-color css
<style>
span { border-color: #8F568B; }
span { border-color: rgb(143,86,139); }
td.TdClassName
{
border-color: #8F568B;
}
.TagClassName
{
border-color: #8F568B;
}
</style>