Shades of Trendy Pink #864B88
Tints of Trendy Pink #864B88
RGB
CMYK
RGB Variations
Color information
#864B88 (or 0x864B88) is known color: Trendy Pink. HEX triplet: 86, 4B and 88. RGB value is (134,75,136). Sum of RGB (Red+Green+Blue) = 134+75+136=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #864B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864B88 is #79B477. Grayscale: #636363. Windows color (decimal): -7976056 or 8932230. OLE color: 8932230.
HSL color Cylindrical-coordinate representation of color #864B88: hue angle of 298.03º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864B88 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 136 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.47 |
| HSL | 298.03º | 0.29% | 0.41% | - |
| HSV(B) | 298.03º | 0.45% | 0.53% | - |
| XYZ | 16.79 | 11.88 | 24.7 | - |
| YUV | 99.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 136 | 0.01 | 0.45 | 0 | 0.47 | 298.03 | 0.29 | 0.41 |
| Hex | 86 | 4B | 88 | 1 | 2D | 0 | 2F | 12A | 1D | 29 |
| Octal | 206 | 113 | 210 | 1 | 55 | 0 | 57 | 452 | 35 | 51 |
| Binary | 10000110 | 1001011 | 10001000 | 1 | 101101 | 0 | 101111 | 100101010 | 11101 | 101001 |
Color Harmonies of #864B88
Complementary color
Monochromatic Colors of #864B88
Black with #864B88
Text Example
Text Example
White with #864B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B88; }
p { color: rgb(134,75,136); }
H1.HeaderClassName
{
color: #864B88;
}
.AnyTagClassName
{
color: #864B88;
}
</style>
background-color css
<style>
a { background-color: #864B88; }
a { background-color: rgb(134,75,136); }
div.DivClassName
{
background-color: #864B88;
}
.BgClassName
{
background-color: #864B88;
}
</style>
border-color css
<style>
span { border-color: #864B88; }
span { border-color: rgb(134,75,136); }
td.TdClassName
{
border-color: #864B88;
}
.TagClassName
{
border-color: #864B88;
}
</style>