Shades of Trendy Pink #8E6390
Tints of Trendy Pink #8E6390
RGB
CMYK
RGB Variations
Color information
#8E6390 (or 0x8E6390) is known color: Trendy Pink. HEX triplet: 8E, 63 and 90. RGB value is (142,99,144). Sum of RGB (Red+Green+Blue) = 142+99+144=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6390 is #719C6F. Grayscale: #747474. Windows color (decimal): -7445616 or 9462670. OLE color: 9462670.
HSL color Cylindrical-coordinate representation of color #8E6390: hue angle of 297.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6390 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 144 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.44 |
| HSL | 297.33º | 0.19% | 0.48% | - |
| HSV(B) | 297.33º | 0.31% | 0.56% | - |
| XYZ | 20.65 | 16.69 | 28.52 | - |
| YUV | 116.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 144 | 0.01 | 0.31 | 0 | 0.44 | 297.33 | 0.19 | 0.48 |
| Hex | 8E | 63 | 90 | 1 | 1F | 0 | 2C | 129 | 13 | 30 |
| Octal | 216 | 143 | 220 | 1 | 37 | 0 | 54 | 451 | 23 | 60 |
| Binary | 10001110 | 1100011 | 10010000 | 1 | 11111 | 0 | 101100 | 100101001 | 10011 | 110000 |
Color Harmonies of #8E6390
Complementary color
Monochromatic Colors of #8E6390
Black with #8E6390
Text Example
Text Example
White with #8E6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6390; }
p { color: rgb(142,99,144); }
H1.HeaderClassName
{
color: #8E6390;
}
.AnyTagClassName
{
color: #8E6390;
}
</style>
background-color css
<style>
a { background-color: #8E6390; }
a { background-color: rgb(142,99,144); }
div.DivClassName
{
background-color: #8E6390;
}
.BgClassName
{
background-color: #8E6390;
}
</style>
border-color css
<style>
span { border-color: #8E6390; }
span { border-color: rgb(142,99,144); }
td.TdClassName
{
border-color: #8E6390;
}
.TagClassName
{
border-color: #8E6390;
}
</style>