Shades of Trendy Pink #8E6387
Tints of Trendy Pink #8E6387
RGB
CMYK
RGB Variations
Color information
#8E6387 (or 0x8E6387) is known color: Trendy Pink. HEX triplet: 8E, 63 and 87. RGB value is (142,99,135). Sum of RGB (Red+Green+Blue) = 142+99+135=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6387 is #719C78. Grayscale: #737373. Windows color (decimal): -7445625 or 8872846. OLE color: 8872846.
HSL color Cylindrical-coordinate representation of color #8E6387: hue angle of 309.77º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6387 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 135 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.44 |
| HSL | 309.77º | 0.18% | 0.47% | - |
| HSV(B) | 309.77º | 0.3% | 0.56% | - |
| XYZ | 19.99 | 16.42 | 25.04 | - |
| YUV | 115.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 135 | 0 | 0.30 | 0.05 | 0.44 | 309.77 | 0.18 | 0.47 |
| Hex | 8E | 63 | 87 | 0 | 1E | 5 | 2C | 136 | 12 | 2F |
| Octal | 216 | 143 | 207 | 0 | 36 | 5 | 54 | 466 | 22 | 57 |
| Binary | 10001110 | 1100011 | 10000111 | 0 | 11110 | 101 | 101100 | 100110110 | 10010 | 101111 |
Color Harmonies of #8E6387
Complementary color
Monochromatic Colors of #8E6387
Black with #8E6387
Text Example
Text Example
White with #8E6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6387; }
p { color: rgb(142,99,135); }
H1.HeaderClassName
{
color: #8E6387;
}
.AnyTagClassName
{
color: #8E6387;
}
</style>
background-color css
<style>
a { background-color: #8E6387; }
a { background-color: rgb(142,99,135); }
div.DivClassName
{
background-color: #8E6387;
}
.BgClassName
{
background-color: #8E6387;
}
</style>
border-color css
<style>
span { border-color: #8E6387; }
span { border-color: rgb(142,99,135); }
td.TdClassName
{
border-color: #8E6387;
}
.TagClassName
{
border-color: #8E6387;
}
</style>