Shades of Trendy Pink #864A7D
Tints of Trendy Pink #864A7D
RGB
CMYK
RGB Variations
Color information
#864A7D (or 0x864A7D) is known color: Trendy Pink. HEX triplet: 86, 4A and 7D. RGB value is (134,74,125). Sum of RGB (Red+Green+Blue) = 134+74+125=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #864A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A7D is #79B582. Grayscale: #616161. Windows color (decimal): -7976323 or 8211078. OLE color: 8211078.
HSL color Cylindrical-coordinate representation of color #864A7D: hue angle of 309º 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 #864A7D is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 125 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.47 |
| HSL | 309º | 0.29% | 0.41% | - |
| HSV(B) | 309º | 0.45% | 0.53% | - |
| XYZ | 15.98 | 11.45 | 20.77 | - |
| YUV | 97.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 125 | 0 | 0.45 | 0.07 | 0.47 | 309 | 0.29 | 0.41 |
| Hex | 86 | 4A | 7D | 0 | 2D | 7 | 2F | 135 | 1D | 29 |
| Octal | 206 | 112 | 175 | 0 | 55 | 7 | 57 | 465 | 35 | 51 |
| Binary | 10000110 | 1001010 | 1111101 | 0 | 101101 | 111 | 101111 | 100110101 | 11101 | 101001 |
Color Harmonies of #864A7D
Complementary color
Monochromatic Colors of #864A7D
Black with #864A7D
Text Example
Text Example
White with #864A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A7D; }
p { color: rgb(134,74,125); }
H1.HeaderClassName
{
color: #864A7D;
}
.AnyTagClassName
{
color: #864A7D;
}
</style>
background-color css
<style>
a { background-color: #864A7D; }
a { background-color: rgb(134,74,125); }
div.DivClassName
{
background-color: #864A7D;
}
.BgClassName
{
background-color: #864A7D;
}
</style>
border-color css
<style>
span { border-color: #864A7D; }
span { border-color: rgb(134,74,125); }
td.TdClassName
{
border-color: #864A7D;
}
.TagClassName
{
border-color: #864A7D;
}
</style>