Shades of Trendy Pink #865A7A
Tints of Trendy Pink #865A7A
RGB
CMYK
RGB Variations
Color information
#865A7A (or 0x865A7A) is known color: Trendy Pink. HEX triplet: 86, 5A and 7A. RGB value is (134,90,122). Sum of RGB (Red+Green+Blue) = 134+90+122=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #865A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A7A is #79A585. Grayscale: #6A6A6A. Windows color (decimal): -7972230 or 8018566. OLE color: 8018566.
HSL color Cylindrical-coordinate representation of color #865A7A: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A7A is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 122 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.47 |
| HSL | 316.36º | 0.2% | 0.44% | - |
| HSV(B) | 316.36º | 0.33% | 0.53% | - |
| XYZ | 17 | 13.79 | 20.18 | - |
| YUV | 106.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 122 | 0 | 0.33 | 0.09 | 0.47 | 316.36 | 0.2 | 0.44 |
| Hex | 86 | 5A | 7A | 0 | 21 | 9 | 2F | 13C | 14 | 2C |
| Octal | 206 | 132 | 172 | 0 | 41 | 11 | 57 | 474 | 24 | 54 |
| Binary | 10000110 | 1011010 | 1111010 | 0 | 100001 | 1001 | 101111 | 100111100 | 10100 | 101100 |
Color Harmonies of #865A7A
Complementary color
Monochromatic Colors of #865A7A
Black with #865A7A
Text Example
Text Example
White with #865A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A7A; }
p { color: rgb(134,90,122); }
H1.HeaderClassName
{
color: #865A7A;
}
.AnyTagClassName
{
color: #865A7A;
}
</style>
background-color css
<style>
a { background-color: #865A7A; }
a { background-color: rgb(134,90,122); }
div.DivClassName
{
background-color: #865A7A;
}
.BgClassName
{
background-color: #865A7A;
}
</style>
border-color css
<style>
span { border-color: #865A7A; }
span { border-color: rgb(134,90,122); }
td.TdClassName
{
border-color: #865A7A;
}
.TagClassName
{
border-color: #865A7A;
}
</style>