Shades of Trendy Pink #864A82
Tints of Trendy Pink #864A82
RGB
CMYK
RGB Variations
Color information
#864A82 (or 0x864A82) is known color: Trendy Pink. HEX triplet: 86, 4A and 82. RGB value is (134,74,130). Sum of RGB (Red+Green+Blue) = 134+74+130=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #864A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A82 is #79B57D. Grayscale: #626262. Windows color (decimal): -7976318 or 8538758. OLE color: 8538758.
HSL color Cylindrical-coordinate representation of color #864A82: hue angle of 304º 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 #864A82 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 130 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.47 |
| HSL | 304º | 0.29% | 0.41% | - |
| HSV(B) | 304º | 0.45% | 0.53% | - |
| XYZ | 16.31 | 11.58 | 22.49 | - |
| YUV | 98.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 130 | 0 | 0.45 | 0.03 | 0.47 | 304 | 0.29 | 0.41 |
| Hex | 86 | 4A | 82 | 0 | 2D | 3 | 2F | 130 | 1D | 29 |
| Octal | 206 | 112 | 202 | 0 | 55 | 3 | 57 | 460 | 35 | 51 |
| Binary | 10000110 | 1001010 | 10000010 | 0 | 101101 | 11 | 101111 | 100110000 | 11101 | 101001 |
Color Harmonies of #864A82
Complementary color
Monochromatic Colors of #864A82
Black with #864A82
Text Example
Text Example
White with #864A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A82; }
p { color: rgb(134,74,130); }
H1.HeaderClassName
{
color: #864A82;
}
.AnyTagClassName
{
color: #864A82;
}
</style>
background-color css
<style>
a { background-color: #864A82; }
a { background-color: rgb(134,74,130); }
div.DivClassName
{
background-color: #864A82;
}
.BgClassName
{
background-color: #864A82;
}
</style>
border-color css
<style>
span { border-color: #864A82; }
span { border-color: rgb(134,74,130); }
td.TdClassName
{
border-color: #864A82;
}
.TagClassName
{
border-color: #864A82;
}
</style>