Shades of Trendy Pink #874683
Tints of Trendy Pink #874683
RGB
CMYK
RGB Variations
Color information
#874683 (or 0x874683) is known color: Trendy Pink. HEX triplet: 87, 46 and 83. RGB value is (135,70,131). Sum of RGB (Red+Green+Blue) = 135+70+131=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874683 is #78B97C. Grayscale: #606060. Windows color (decimal): -7911805 or 8603271. OLE color: 8603271.
HSL color Cylindrical-coordinate representation of color #874683: hue angle of 303.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874683 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 131 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.47 |
| HSL | 303.69º | 0.32% | 0.4% | - |
| HSV(B) | 303.69º | 0.48% | 0.53% | - |
| XYZ | 16.28 | 11.17 | 22.77 | - |
| YUV | 96.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 131 | 0 | 0.48 | 0.03 | 0.47 | 303.69 | 0.32 | 0.4 |
| Hex | 87 | 46 | 83 | 0 | 30 | 3 | 2F | 130 | 20 | 28 |
| Octal | 207 | 106 | 203 | 0 | 60 | 3 | 57 | 460 | 40 | 50 |
| Binary | 10000111 | 1000110 | 10000011 | 0 | 110000 | 11 | 101111 | 100110000 | 100000 | 101000 |
Color Harmonies of #874683
Complementary color
Monochromatic Colors of #874683
Black with #874683
Text Example
Text Example
White with #874683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874683; }
p { color: rgb(135,70,131); }
H1.HeaderClassName
{
color: #874683;
}
.AnyTagClassName
{
color: #874683;
}
</style>
background-color css
<style>
a { background-color: #874683; }
a { background-color: rgb(135,70,131); }
div.DivClassName
{
background-color: #874683;
}
.BgClassName
{
background-color: #874683;
}
</style>
border-color css
<style>
span { border-color: #874683; }
span { border-color: rgb(135,70,131); }
td.TdClassName
{
border-color: #874683;
}
.TagClassName
{
border-color: #874683;
}
</style>