Shades of Trendy Pink #865381
Tints of Trendy Pink #865381
RGB
CMYK
RGB Variations
Color information
#865381 (or 0x865381) is known color: Trendy Pink. HEX triplet: 86, 53 and 81. RGB value is (134,83,129). Sum of RGB (Red+Green+Blue) = 134+83+129=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #865381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865381 is #79AC7E. Grayscale: #676767. Windows color (decimal): -7974015 or 8475526. OLE color: 8475526.
HSL color Cylindrical-coordinate representation of color #865381: hue angle of 305.88º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865381 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 129 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.47 |
| HSL | 305.88º | 0.24% | 0.43% | - |
| HSV(B) | 305.88º | 0.38% | 0.53% | - |
| XYZ | 16.89 | 12.84 | 22.36 | - |
| YUV | 103.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 129 | 0 | 0.38 | 0.04 | 0.47 | 305.88 | 0.24 | 0.43 |
| Hex | 86 | 53 | 81 | 0 | 26 | 4 | 2F | 132 | 18 | 2B |
| Octal | 206 | 123 | 201 | 0 | 46 | 4 | 57 | 462 | 30 | 53 |
| Binary | 10000110 | 1010011 | 10000001 | 0 | 100110 | 100 | 101111 | 100110010 | 11000 | 101011 |
Color Harmonies of #865381
Complementary color
Monochromatic Colors of #865381
Black with #865381
Text Example
Text Example
White with #865381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865381; }
p { color: rgb(134,83,129); }
H1.HeaderClassName
{
color: #865381;
}
.AnyTagClassName
{
color: #865381;
}
</style>
background-color css
<style>
a { background-color: #865381; }
a { background-color: rgb(134,83,129); }
div.DivClassName
{
background-color: #865381;
}
.BgClassName
{
background-color: #865381;
}
</style>
border-color css
<style>
span { border-color: #865381; }
span { border-color: rgb(134,83,129); }
td.TdClassName
{
border-color: #865381;
}
.TagClassName
{
border-color: #865381;
}
</style>