Shades of Trendy Pink #8B447D
Tints of Trendy Pink #8B447D
RGB
CMYK
RGB Variations
Color information
#8B447D (or 0x8B447D) is known color: Trendy Pink. HEX triplet: 8B, 44 and 7D. RGB value is (139,68,125). Sum of RGB (Red+Green+Blue) = 139+68+125=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B447D is #74BB82. Grayscale: #5F5F5F. Windows color (decimal): -7650179 or 8209547. OLE color: 8209547.
HSL color Cylindrical-coordinate representation of color #8B447D: hue angle of 311.83º 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 #8B447D is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 125 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.45 |
| HSL | 311.83º | 0.34% | 0.41% | - |
| HSV(B) | 311.83º | 0.51% | 0.55% | - |
| XYZ | 16.42 | 11.1 | 20.68 | - |
| YUV | 95.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 125 | 0 | 0.51 | 0.10 | 0.45 | 311.83 | 0.34 | 0.41 |
| Hex | 8B | 44 | 7D | 0 | 33 | A | 2D | 138 | 22 | 29 |
| Octal | 213 | 104 | 175 | 0 | 63 | 12 | 55 | 470 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1111101 | 0 | 110011 | 1010 | 101101 | 100111000 | 100010 | 101001 |
Color Harmonies of #8B447D
Complementary color
Monochromatic Colors of #8B447D
Black with #8B447D
Text Example
Text Example
White with #8B447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B447D; }
p { color: rgb(139,68,125); }
H1.HeaderClassName
{
color: #8B447D;
}
.AnyTagClassName
{
color: #8B447D;
}
</style>
background-color css
<style>
a { background-color: #8B447D; }
a { background-color: rgb(139,68,125); }
div.DivClassName
{
background-color: #8B447D;
}
.BgClassName
{
background-color: #8B447D;
}
</style>
border-color css
<style>
span { border-color: #8B447D; }
span { border-color: rgb(139,68,125); }
td.TdClassName
{
border-color: #8B447D;
}
.TagClassName
{
border-color: #8B447D;
}
</style>