Shades of Trendy Pink #8B6A90
Tints of Trendy Pink #8B6A90
RGB
CMYK
RGB Variations
Color information
#8B6A90 (or 0x8B6A90) is known color: Trendy Pink. HEX triplet: 8B, 6A and 90. RGB value is (139,106,144). Sum of RGB (Red+Green+Blue) = 139+106+144=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B6A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6A90 is #74956F. Grayscale: #787878. Windows color (decimal): -7640432 or 9464459. OLE color: 9464459.
HSL color Cylindrical-coordinate representation of color #8B6A90: hue angle of 292.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B6A90 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 106 | 144 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.44 |
| HSL | 292.11º | 0.15% | 0.49% | - |
| HSV(B) | 292.11º | 0.26% | 0.56% | - |
| XYZ | 20.84 | 17.81 | 28.73 | - |
| YUV | 120.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 144 | 0.03 | 0.26 | 0 | 0.44 | 292.11 | 0.15 | 0.49 |
| Hex | 8B | 6A | 90 | 3 | 1A | 0 | 2C | 124 | F | 31 |
| Octal | 213 | 152 | 220 | 3 | 32 | 0 | 54 | 444 | 17 | 61 |
| Binary | 10001011 | 1101010 | 10010000 | 11 | 11010 | 0 | 101100 | 100100100 | 1111 | 110001 |
Color Harmonies of #8B6A90
Complementary color
Monochromatic Colors of #8B6A90
Black with #8B6A90
Text Example
Text Example
White with #8B6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A90; }
p { color: rgb(139,106,144); }
H1.HeaderClassName
{
color: #8B6A90;
}
.AnyTagClassName
{
color: #8B6A90;
}
</style>
background-color css
<style>
a { background-color: #8B6A90; }
a { background-color: rgb(139,106,144); }
div.DivClassName
{
background-color: #8B6A90;
}
.BgClassName
{
background-color: #8B6A90;
}
</style>
border-color css
<style>
span { border-color: #8B6A90; }
span { border-color: rgb(139,106,144); }
td.TdClassName
{
border-color: #8B6A90;
}
.TagClassName
{
border-color: #8B6A90;
}
</style>