Shades of Trendy Pink #8B427A
Tints of Trendy Pink #8B427A
RGB
CMYK
RGB Variations
Color information
#8B427A (or 0x8B427A) is known color: Trendy Pink. HEX triplet: 8B, 42 and 7A. RGB value is (139,66,122). Sum of RGB (Red+Green+Blue) = 139+66+122=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B427A is #74BD85. Grayscale: #5E5E5E. Windows color (decimal): -7650694 or 8012427. OLE color: 8012427.
HSL color Cylindrical-coordinate representation of color #8B427A: hue angle of 313.97º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B427A is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 122 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.45 |
| HSL | 313.97º | 0.36% | 0.4% | - |
| HSV(B) | 313.97º | 0.53% | 0.55% | - |
| XYZ | 16.11 | 10.79 | 19.65 | - |
| YUV | 94.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 122 | 0 | 0.53 | 0.12 | 0.45 | 313.97 | 0.36 | 0.4 |
| Hex | 8B | 42 | 7A | 0 | 35 | C | 2D | 13A | 24 | 28 |
| Octal | 213 | 102 | 172 | 0 | 65 | 14 | 55 | 472 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1111010 | 0 | 110101 | 1100 | 101101 | 100111010 | 100100 | 101000 |
Color Harmonies of #8B427A
Complementary color
Monochromatic Colors of #8B427A
Black with #8B427A
Text Example
Text Example
White with #8B427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B427A; }
p { color: rgb(139,66,122); }
H1.HeaderClassName
{
color: #8B427A;
}
.AnyTagClassName
{
color: #8B427A;
}
</style>
background-color css
<style>
a { background-color: #8B427A; }
a { background-color: rgb(139,66,122); }
div.DivClassName
{
background-color: #8B427A;
}
.BgClassName
{
background-color: #8B427A;
}
</style>
border-color css
<style>
span { border-color: #8B427A; }
span { border-color: rgb(139,66,122); }
td.TdClassName
{
border-color: #8B427A;
}
.TagClassName
{
border-color: #8B427A;
}
</style>