Shades of Trendy Pink #8B5294
Tints of Trendy Pink #8B5294
RGB
CMYK
RGB Variations
Color information
#8B5294 (or 0x8B5294) is known color: Trendy Pink. HEX triplet: 8B, 52 and 94. RGB value is (139,82,148). Sum of RGB (Red+Green+Blue) = 139+82+148=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B5294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5294 is #74AD6B. Grayscale: #6A6A6A. Windows color (decimal): -7646572 or 9720459. OLE color: 9720459.
HSL color Cylindrical-coordinate representation of color #8B5294: hue angle of 291.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B5294 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 82 | 148 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.42 |
| HSL | 291.82º | 0.29% | 0.45% | - |
| HSV(B) | 291.82º | 0.45% | 0.58% | - |
| XYZ | 19.01 | 13.66 | 29.65 | - |
| YUV | 106.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 148 | 0.06 | 0.45 | 0 | 0.42 | 291.82 | 0.29 | 0.45 |
| Hex | 8B | 52 | 94 | 6 | 2D | 0 | 2A | 124 | 1D | 2D |
| Octal | 213 | 122 | 224 | 6 | 55 | 0 | 52 | 444 | 35 | 55 |
| Binary | 10001011 | 1010010 | 10010100 | 110 | 101101 | 0 | 101010 | 100100100 | 11101 | 101101 |
Color Harmonies of #8B5294
Complementary color
Monochromatic Colors of #8B5294
Black with #8B5294
Text Example
Text Example
White with #8B5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5294; }
p { color: rgb(139,82,148); }
H1.HeaderClassName
{
color: #8B5294;
}
.AnyTagClassName
{
color: #8B5294;
}
</style>
background-color css
<style>
a { background-color: #8B5294; }
a { background-color: rgb(139,82,148); }
div.DivClassName
{
background-color: #8B5294;
}
.BgClassName
{
background-color: #8B5294;
}
</style>
border-color css
<style>
span { border-color: #8B5294; }
span { border-color: rgb(139,82,148); }
td.TdClassName
{
border-color: #8B5294;
}
.TagClassName
{
border-color: #8B5294;
}
</style>