Shades of Trendy Pink #8B497B
Tints of Trendy Pink #8B497B
RGB
CMYK
RGB Variations
Color information
#8B497B (or 0x8B497B) is known color: Trendy Pink. HEX triplet: 8B, 49 and 7B. RGB value is (139,73,123). Sum of RGB (Red+Green+Blue) = 139+73+123=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B497B is #74B684. Grayscale: #626262. Windows color (decimal): -7648901 or 8079755. OLE color: 8079755.
HSL color Cylindrical-coordinate representation of color #8B497B: hue angle of 314.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B497B is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 123 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.45 |
| HSL | 314.55º | 0.31% | 0.42% | - |
| HSV(B) | 314.55º | 0.47% | 0.55% | - |
| XYZ | 16.61 | 11.68 | 20.12 | - |
| YUV | 98.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 123 | 0 | 0.47 | 0.12 | 0.45 | 314.55 | 0.31 | 0.42 |
| Hex | 8B | 49 | 7B | 0 | 2F | C | 2D | 13B | 1F | 2A |
| Octal | 213 | 111 | 173 | 0 | 57 | 14 | 55 | 473 | 37 | 52 |
| Binary | 10001011 | 1001001 | 1111011 | 0 | 101111 | 1100 | 101101 | 100111011 | 11111 | 101010 |
Color Harmonies of #8B497B
Complementary color
Monochromatic Colors of #8B497B
Black with #8B497B
Text Example
Text Example
White with #8B497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B497B; }
p { color: rgb(139,73,123); }
H1.HeaderClassName
{
color: #8B497B;
}
.AnyTagClassName
{
color: #8B497B;
}
</style>
background-color css
<style>
a { background-color: #8B497B; }
a { background-color: rgb(139,73,123); }
div.DivClassName
{
background-color: #8B497B;
}
.BgClassName
{
background-color: #8B497B;
}
</style>
border-color css
<style>
span { border-color: #8B497B; }
span { border-color: rgb(139,73,123); }
td.TdClassName
{
border-color: #8B497B;
}
.TagClassName
{
border-color: #8B497B;
}
</style>