Shades of Trendy Pink #865C8A
Tints of Trendy Pink #865C8A
RGB
CMYK
RGB Variations
Color information
#865C8A (or 0x865C8A) is known color: Trendy Pink. HEX triplet: 86, 5C and 8A. RGB value is (134,92,138). Sum of RGB (Red+Green+Blue) = 134+92+138=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #865C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C8A is #79A375. Grayscale: #6D6D6D. Windows color (decimal): -7971702 or 9067654. OLE color: 9067654.
HSL color Cylindrical-coordinate representation of color #865C8A: hue angle of 294.78º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865C8A is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 92 | 138 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.46 |
| HSL | 294.78º | 0.2% | 0.45% | - |
| HSV(B) | 294.78º | 0.33% | 0.54% | - |
| XYZ | 18.25 | 14.56 | 25.89 | - |
| YUV | 109.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 138 | 0.03 | 0.33 | 0 | 0.46 | 294.78 | 0.2 | 0.45 |
| Hex | 86 | 5C | 8A | 3 | 21 | 0 | 2E | 127 | 14 | 2D |
| Octal | 206 | 134 | 212 | 3 | 41 | 0 | 56 | 447 | 24 | 55 |
| Binary | 10000110 | 1011100 | 10001010 | 11 | 100001 | 0 | 101110 | 100100111 | 10100 | 101101 |
Color Harmonies of #865C8A
Complementary color
Monochromatic Colors of #865C8A
Black with #865C8A
Text Example
Text Example
White with #865C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C8A; }
p { color: rgb(134,92,138); }
H1.HeaderClassName
{
color: #865C8A;
}
.AnyTagClassName
{
color: #865C8A;
}
</style>
background-color css
<style>
a { background-color: #865C8A; }
a { background-color: rgb(134,92,138); }
div.DivClassName
{
background-color: #865C8A;
}
.BgClassName
{
background-color: #865C8A;
}
</style>
border-color css
<style>
span { border-color: #865C8A; }
span { border-color: rgb(134,92,138); }
td.TdClassName
{
border-color: #865C8A;
}
.TagClassName
{
border-color: #865C8A;
}
</style>