Shades of Trendy Pink #8B5391
Tints of Trendy Pink #8B5391
RGB
CMYK
RGB Variations
Color information
#8B5391 (or 0x8B5391) is known color: Trendy Pink. HEX triplet: 8B, 53 and 91. RGB value is (139,83,145). Sum of RGB (Red+Green+Blue) = 139+83+145=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5391 is #74AC6E. Grayscale: #6A6A6A. Windows color (decimal): -7646319 or 9524107. OLE color: 9524107.
HSL color Cylindrical-coordinate representation of color #8B5391: hue angle of 294.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B5391 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 83 | 145 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.43 |
| HSL | 294.19º | 0.27% | 0.45% | - |
| HSV(B) | 294.19º | 0.43% | 0.57% | - |
| XYZ | 18.85 | 13.72 | 28.44 | - |
| YUV | 106.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 145 | 0.04 | 0.43 | 0 | 0.43 | 294.19 | 0.27 | 0.45 |
| Hex | 8B | 53 | 91 | 4 | 2B | 0 | 2B | 126 | 1B | 2D |
| Octal | 213 | 123 | 221 | 4 | 53 | 0 | 53 | 446 | 33 | 55 |
| Binary | 10001011 | 1010011 | 10010001 | 100 | 101011 | 0 | 101011 | 100100110 | 11011 | 101101 |
Color Harmonies of #8B5391
Complementary color
Monochromatic Colors of #8B5391
Black with #8B5391
Text Example
Text Example
White with #8B5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5391; }
p { color: rgb(139,83,145); }
H1.HeaderClassName
{
color: #8B5391;
}
.AnyTagClassName
{
color: #8B5391;
}
</style>
background-color css
<style>
a { background-color: #8B5391; }
a { background-color: rgb(139,83,145); }
div.DivClassName
{
background-color: #8B5391;
}
.BgClassName
{
background-color: #8B5391;
}
</style>
border-color css
<style>
span { border-color: #8B5391; }
span { border-color: rgb(139,83,145); }
td.TdClassName
{
border-color: #8B5391;
}
.TagClassName
{
border-color: #8B5391;
}
</style>