Shades of Trendy Pink #8B5694
Tints of Trendy Pink #8B5694
RGB
CMYK
RGB Variations
Color information
#8B5694 (or 0x8B5694) is known color: Trendy Pink. HEX triplet: 8B, 56 and 94. RGB value is (139,86,148). Sum of RGB (Red+Green+Blue) = 139+86+148=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5694 is #74A96B. Grayscale: #6C6C6C. Windows color (decimal): -7645548 or 9721483. OLE color: 9721483.
HSL color Cylindrical-coordinate representation of color #8B5694: hue angle of 291.29º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5694 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 86 | 148 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.42 |
| HSL | 291.29º | 0.26% | 0.46% | - |
| HSV(B) | 291.29º | 0.42% | 0.58% | - |
| XYZ | 19.32 | 14.28 | 29.76 | - |
| YUV | 108.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 148 | 0.06 | 0.42 | 0 | 0.42 | 291.29 | 0.26 | 0.46 |
| Hex | 8B | 56 | 94 | 6 | 2A | 0 | 2A | 123 | 1A | 2E |
| Octal | 213 | 126 | 224 | 6 | 52 | 0 | 52 | 443 | 32 | 56 |
| Binary | 10001011 | 1010110 | 10010100 | 110 | 101010 | 0 | 101010 | 100100011 | 11010 | 101110 |
Color Harmonies of #8B5694
Complementary color
Monochromatic Colors of #8B5694
Black with #8B5694
Text Example
Text Example
White with #8B5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5694; }
p { color: rgb(139,86,148); }
H1.HeaderClassName
{
color: #8B5694;
}
.AnyTagClassName
{
color: #8B5694;
}
</style>
background-color css
<style>
a { background-color: #8B5694; }
a { background-color: rgb(139,86,148); }
div.DivClassName
{
background-color: #8B5694;
}
.BgClassName
{
background-color: #8B5694;
}
</style>
border-color css
<style>
span { border-color: #8B5694; }
span { border-color: rgb(139,86,148); }
td.TdClassName
{
border-color: #8B5694;
}
.TagClassName
{
border-color: #8B5694;
}
</style>