Shades of Trendy Pink #86508F
Tints of Trendy Pink #86508F
RGB
CMYK
RGB Variations
Color information
#86508F (or 0x86508F) is known color: Trendy Pink. HEX triplet: 86, 50 and 8F. RGB value is (134,80,143). Sum of RGB (Red+Green+Blue) = 134+80+143=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #86508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86508F is #79AF70. Grayscale: #676767. Windows color (decimal): -7974769 or 9392262. OLE color: 9392262.
HSL color Cylindrical-coordinate representation of color #86508F: hue angle of 291.43º 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 #86508F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 80 | 143 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.44 |
| HSL | 291.43º | 0.28% | 0.44% | - |
| HSV(B) | 291.43º | 0.44% | 0.56% | - |
| XYZ | 17.66 | 12.79 | 27.52 | - |
| YUV | 103.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 143 | 0.06 | 0.44 | 0 | 0.44 | 291.43 | 0.28 | 0.44 |
| Hex | 86 | 50 | 8F | 6 | 2C | 0 | 2C | 123 | 1C | 2C |
| Octal | 206 | 120 | 217 | 6 | 54 | 0 | 54 | 443 | 34 | 54 |
| Binary | 10000110 | 1010000 | 10001111 | 110 | 101100 | 0 | 101100 | 100100011 | 11100 | 101100 |
Color Harmonies of #86508F
Complementary color
Monochromatic Colors of #86508F
Black with #86508F
Text Example
Text Example
White with #86508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86508F; }
p { color: rgb(134,80,143); }
H1.HeaderClassName
{
color: #86508F;
}
.AnyTagClassName
{
color: #86508F;
}
</style>
background-color css
<style>
a { background-color: #86508F; }
a { background-color: rgb(134,80,143); }
div.DivClassName
{
background-color: #86508F;
}
.BgClassName
{
background-color: #86508F;
}
</style>
border-color css
<style>
span { border-color: #86508F; }
span { border-color: rgb(134,80,143); }
td.TdClassName
{
border-color: #86508F;
}
.TagClassName
{
border-color: #86508F;
}
</style>