Shades of Trendy Pink #8A6C87
Tints of Trendy Pink #8A6C87
RGB
CMYK
RGB Variations
Color information
#8A6C87 (or 0x8A6C87) is known color: Trendy Pink. HEX triplet: 8A, 6C and 87. RGB value is (138,108,135). Sum of RGB (Red+Green+Blue) = 138+108+135=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6C87 is #759378. Grayscale: #777777. Windows color (decimal): -7705465 or 8875146. OLE color: 8875146.
HSL color Cylindrical-coordinate representation of color #8A6C87: hue angle of 306º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6C87 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 135 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.46 |
| HSL | 306º | 0.12% | 0.48% | - |
| HSV(B) | 306º | 0.22% | 0.54% | - |
| XYZ | 20.22 | 17.88 | 25.31 | - |
| YUV | 120.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 135 | 0 | 0.22 | 0.02 | 0.46 | 306 | 0.12 | 0.48 |
| Hex | 8A | 6C | 87 | 0 | 16 | 2 | 2E | 132 | C | 30 |
| Octal | 212 | 154 | 207 | 0 | 26 | 2 | 56 | 462 | 14 | 60 |
| Binary | 10001010 | 1101100 | 10000111 | 0 | 10110 | 10 | 101110 | 100110010 | 1100 | 110000 |
Color Harmonies of #8A6C87
Complementary color
Monochromatic Colors of #8A6C87
Black with #8A6C87
Text Example
Text Example
White with #8A6C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C87; }
p { color: rgb(138,108,135); }
H1.HeaderClassName
{
color: #8A6C87;
}
.AnyTagClassName
{
color: #8A6C87;
}
</style>
background-color css
<style>
a { background-color: #8A6C87; }
a { background-color: rgb(138,108,135); }
div.DivClassName
{
background-color: #8A6C87;
}
.BgClassName
{
background-color: #8A6C87;
}
</style>
border-color css
<style>
span { border-color: #8A6C87; }
span { border-color: rgb(138,108,135); }
td.TdClassName
{
border-color: #8A6C87;
}
.TagClassName
{
border-color: #8A6C87;
}
</style>