Shades of Trendy Pink #863F7E
Tints of Trendy Pink #863F7E
RGB
CMYK
RGB Variations
Color information
#863F7E (or 0x863F7E) is known color: Trendy Pink. HEX triplet: 86, 3F and 7E. RGB value is (134,63,126). Sum of RGB (Red+Green+Blue) = 134+63+126=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F7E is #79C081. Grayscale: #5B5B5B. Windows color (decimal): -7979138 or 8273798. OLE color: 8273798.
HSL color Cylindrical-coordinate representation of color #863F7E: hue angle of 306.76º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F7E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 126 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.47 |
| HSL | 306.76º | 0.36% | 0.39% | - |
| HSV(B) | 306.76º | 0.53% | 0.53% | - |
| XYZ | 15.37 | 10.13 | 20.88 | - |
| YUV | 91.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 126 | 0 | 0.53 | 0.06 | 0.47 | 306.76 | 0.36 | 0.39 |
| Hex | 86 | 3F | 7E | 0 | 35 | 6 | 2F | 133 | 24 | 27 |
| Octal | 206 | 77 | 176 | 0 | 65 | 6 | 57 | 463 | 44 | 47 |
| Binary | 10000110 | 111111 | 1111110 | 0 | 110101 | 110 | 101111 | 100110011 | 100100 | 100111 |
Color Harmonies of #863F7E
Complementary color
Monochromatic Colors of #863F7E
Black with #863F7E
Text Example
Text Example
White with #863F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F7E; }
p { color: rgb(134,63,126); }
H1.HeaderClassName
{
color: #863F7E;
}
.AnyTagClassName
{
color: #863F7E;
}
</style>
background-color css
<style>
a { background-color: #863F7E; }
a { background-color: rgb(134,63,126); }
div.DivClassName
{
background-color: #863F7E;
}
.BgClassName
{
background-color: #863F7E;
}
</style>
border-color css
<style>
span { border-color: #863F7E; }
span { border-color: rgb(134,63,126); }
td.TdClassName
{
border-color: #863F7E;
}
.TagClassName
{
border-color: #863F7E;
}
</style>