Shades of Trendy Pink #8F508B
Tints of Trendy Pink #8F508B
RGB
CMYK
RGB Variations
Color information
#8F508B (or 0x8F508B) is known color: Trendy Pink. HEX triplet: 8F, 50 and 8B. RGB value is (143,80,139). Sum of RGB (Red+Green+Blue) = 143+80+139=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F508B is #70AF74. Grayscale: #696969. Windows color (decimal): -7384949 or 9130127. OLE color: 9130127.
HSL color Cylindrical-coordinate representation of color #8F508B: hue angle of 303.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F508B is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 139 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.44 |
| HSL | 303.81º | 0.28% | 0.44% | - |
| HSV(B) | 303.81º | 0.44% | 0.56% | - |
| XYZ | 18.86 | 13.44 | 26.03 | - |
| YUV | 105.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 139 | 0 | 0.44 | 0.03 | 0.44 | 303.81 | 0.28 | 0.44 |
| Hex | 8F | 50 | 8B | 0 | 2C | 3 | 2C | 130 | 1C | 2C |
| Octal | 217 | 120 | 213 | 0 | 54 | 3 | 54 | 460 | 34 | 54 |
| Binary | 10001111 | 1010000 | 10001011 | 0 | 101100 | 11 | 101100 | 100110000 | 11100 | 101100 |
Color Harmonies of #8F508B
Complementary color
Monochromatic Colors of #8F508B
Black with #8F508B
Text Example
Text Example
White with #8F508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F508B; }
p { color: rgb(143,80,139); }
H1.HeaderClassName
{
color: #8F508B;
}
.AnyTagClassName
{
color: #8F508B;
}
</style>
background-color css
<style>
a { background-color: #8F508B; }
a { background-color: rgb(143,80,139); }
div.DivClassName
{
background-color: #8F508B;
}
.BgClassName
{
background-color: #8F508B;
}
</style>
border-color css
<style>
span { border-color: #8F508B; }
span { border-color: rgb(143,80,139); }
td.TdClassName
{
border-color: #8F508B;
}
.TagClassName
{
border-color: #8F508B;
}
</style>