Shades of Trendy Pink #8B447B
Tints of Trendy Pink #8B447B
RGB
CMYK
RGB Variations
Color information
#8B447B (or 0x8B447B) is known color: Trendy Pink. HEX triplet: 8B, 44 and 7B. RGB value is (139,68,123). Sum of RGB (Red+Green+Blue) = 139+68+123=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B447B is #74BB84. Grayscale: #5F5F5F. Windows color (decimal): -7650181 or 8078475. OLE color: 8078475.
HSL color Cylindrical-coordinate representation of color #8B447B: hue angle of 313.52º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B447B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 123 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.45 |
| HSL | 313.52º | 0.34% | 0.41% | - |
| HSV(B) | 313.52º | 0.51% | 0.55% | - |
| XYZ | 16.29 | 11.05 | 20.01 | - |
| YUV | 95.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 123 | 0 | 0.51 | 0.12 | 0.45 | 313.52 | 0.34 | 0.41 |
| Hex | 8B | 44 | 7B | 0 | 33 | C | 2D | 13A | 22 | 29 |
| Octal | 213 | 104 | 173 | 0 | 63 | 14 | 55 | 472 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1111011 | 0 | 110011 | 1100 | 101101 | 100111010 | 100010 | 101001 |
Color Harmonies of #8B447B
Complementary color
Monochromatic Colors of #8B447B
Black with #8B447B
Text Example
Text Example
White with #8B447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B447B; }
p { color: rgb(139,68,123); }
H1.HeaderClassName
{
color: #8B447B;
}
.AnyTagClassName
{
color: #8B447B;
}
</style>
background-color css
<style>
a { background-color: #8B447B; }
a { background-color: rgb(139,68,123); }
div.DivClassName
{
background-color: #8B447B;
}
.BgClassName
{
background-color: #8B447B;
}
</style>
border-color css
<style>
span { border-color: #8B447B; }
span { border-color: rgb(139,68,123); }
td.TdClassName
{
border-color: #8B447B;
}
.TagClassName
{
border-color: #8B447B;
}
</style>