Shades of Trendy Pink #8A5B86
Tints of Trendy Pink #8A5B86
RGB
CMYK
RGB Variations
Color information
#8A5B86 (or 0x8A5B86) is known color: Trendy Pink. HEX triplet: 8A, 5B and 86. RGB value is (138,91,134). Sum of RGB (Red+Green+Blue) = 138+91+134=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5B86 is #75A479. Grayscale: #6D6D6D. Windows color (decimal): -7709818 or 8805258. OLE color: 8805258.
HSL color Cylindrical-coordinate representation of color #8A5B86: hue angle of 305.11º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5B86 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 134 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.46 |
| HSL | 305.11º | 0.21% | 0.45% | - |
| HSV(B) | 305.11º | 0.34% | 0.54% | - |
| XYZ | 18.53 | 14.61 | 24.4 | - |
| YUV | 109.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 134 | 0 | 0.34 | 0.03 | 0.46 | 305.11 | 0.21 | 0.45 |
| Hex | 8A | 5B | 86 | 0 | 22 | 3 | 2E | 131 | 15 | 2D |
| Octal | 212 | 133 | 206 | 0 | 42 | 3 | 56 | 461 | 25 | 55 |
| Binary | 10001010 | 1011011 | 10000110 | 0 | 100010 | 11 | 101110 | 100110001 | 10101 | 101101 |
Color Harmonies of #8A5B86
Complementary color
Monochromatic Colors of #8A5B86
Black with #8A5B86
Text Example
Text Example
White with #8A5B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B86; }
p { color: rgb(138,91,134); }
H1.HeaderClassName
{
color: #8A5B86;
}
.AnyTagClassName
{
color: #8A5B86;
}
</style>
background-color css
<style>
a { background-color: #8A5B86; }
a { background-color: rgb(138,91,134); }
div.DivClassName
{
background-color: #8A5B86;
}
.BgClassName
{
background-color: #8A5B86;
}
</style>
border-color css
<style>
span { border-color: #8A5B86; }
span { border-color: rgb(138,91,134); }
td.TdClassName
{
border-color: #8A5B86;
}
.TagClassName
{
border-color: #8A5B86;
}
</style>