Shades of Trendy Pink #8A6887
Tints of Trendy Pink #8A6887
RGB
CMYK
RGB Variations
Color information
#8A6887 (or 0x8A6887) is known color: Trendy Pink. HEX triplet: 8A, 68 and 87. RGB value is (138,104,135). Sum of RGB (Red+Green+Blue) = 138+104+135=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6887 is #759778. Grayscale: #757575. Windows color (decimal): -7706489 or 8874122. OLE color: 8874122.
HSL color Cylindrical-coordinate representation of color #8A6887: hue angle of 305.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A6887 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 135 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.46 |
| HSL | 305.29º | 0.14% | 0.47% | - |
| HSV(B) | 305.29º | 0.25% | 0.54% | - |
| XYZ | 19.8 | 17.05 | 25.17 | - |
| YUV | 117.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 135 | 0 | 0.25 | 0.02 | 0.46 | 305.29 | 0.14 | 0.47 |
| Hex | 8A | 68 | 87 | 0 | 19 | 2 | 2E | 131 | E | 2F |
| Octal | 212 | 150 | 207 | 0 | 31 | 2 | 56 | 461 | 16 | 57 |
| Binary | 10001010 | 1101000 | 10000111 | 0 | 11001 | 10 | 101110 | 100110001 | 1110 | 101111 |
Color Harmonies of #8A6887
Complementary color
Monochromatic Colors of #8A6887
Black with #8A6887
Text Example
Text Example
White with #8A6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6887; }
p { color: rgb(138,104,135); }
H1.HeaderClassName
{
color: #8A6887;
}
.AnyTagClassName
{
color: #8A6887;
}
</style>
background-color css
<style>
a { background-color: #8A6887; }
a { background-color: rgb(138,104,135); }
div.DivClassName
{
background-color: #8A6887;
}
.BgClassName
{
background-color: #8A6887;
}
</style>
border-color css
<style>
span { border-color: #8A6887; }
span { border-color: rgb(138,104,135); }
td.TdClassName
{
border-color: #8A6887;
}
.TagClassName
{
border-color: #8A6887;
}
</style>