Shades of Trendy Pink #8E6B8A
Tints of Trendy Pink #8E6B8A
RGB
CMYK
RGB Variations
Color information
#8E6B8A (or 0x8E6B8A) is known color: Trendy Pink. HEX triplet: 8E, 6B and 8A. RGB value is (142,107,138). Sum of RGB (Red+Green+Blue) = 142+107+138=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B8A is #719475. Grayscale: #787878. Windows color (decimal): -7443574 or 9071502. OLE color: 9071502.
HSL color Cylindrical-coordinate representation of color #8E6B8A: hue angle of 306.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6B8A is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 107 | 138 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.44 |
| HSL | 306.86º | 0.14% | 0.49% | - |
| HSV(B) | 306.86º | 0.25% | 0.56% | - |
| XYZ | 21 | 18.1 | 26.43 | - |
| YUV | 121 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 138 | 0 | 0.25 | 0.03 | 0.44 | 306.86 | 0.14 | 0.49 |
| Hex | 8E | 6B | 8A | 0 | 19 | 3 | 2C | 133 | E | 31 |
| Octal | 216 | 153 | 212 | 0 | 31 | 3 | 54 | 463 | 16 | 61 |
| Binary | 10001110 | 1101011 | 10001010 | 0 | 11001 | 11 | 101100 | 100110011 | 1110 | 110001 |
Color Harmonies of #8E6B8A
Complementary color
Monochromatic Colors of #8E6B8A
Black with #8E6B8A
Text Example
Text Example
White with #8E6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6B8A; }
p { color: rgb(142,107,138); }
H1.HeaderClassName
{
color: #8E6B8A;
}
.AnyTagClassName
{
color: #8E6B8A;
}
</style>
background-color css
<style>
a { background-color: #8E6B8A; }
a { background-color: rgb(142,107,138); }
div.DivClassName
{
background-color: #8E6B8A;
}
.BgClassName
{
background-color: #8E6B8A;
}
</style>
border-color css
<style>
span { border-color: #8E6B8A; }
span { border-color: rgb(142,107,138); }
td.TdClassName
{
border-color: #8E6B8A;
}
.TagClassName
{
border-color: #8E6B8A;
}
</style>