Shades of Trendy Pink #8B5893
Tints of Trendy Pink #8B5893
RGB
CMYK
RGB Variations
Color information
#8B5893 (or 0x8B5893) is known color: Trendy Pink. HEX triplet: 8B, 58 and 93. RGB value is (139,88,147). Sum of RGB (Red+Green+Blue) = 139+88+147=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5893 is #74A76C. Grayscale: #6D6D6D. Windows color (decimal): -7645037 or 9656459. OLE color: 9656459.
HSL color Cylindrical-coordinate representation of color #8B5893: hue angle of 291.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5893 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 88 | 147 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.42 |
| HSL | 291.86º | 0.25% | 0.46% | - |
| HSV(B) | 291.86º | 0.4% | 0.58% | - |
| XYZ | 19.4 | 14.58 | 29.39 | - |
| YUV | 109.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 147 | 0.05 | 0.40 | 0 | 0.42 | 291.86 | 0.25 | 0.46 |
| Hex | 8B | 58 | 93 | 5 | 28 | 0 | 2A | 124 | 19 | 2E |
| Octal | 213 | 130 | 223 | 5 | 50 | 0 | 52 | 444 | 31 | 56 |
| Binary | 10001011 | 1011000 | 10010011 | 101 | 101000 | 0 | 101010 | 100100100 | 11001 | 101110 |
Color Harmonies of #8B5893
Complementary color
Monochromatic Colors of #8B5893
Black with #8B5893
Text Example
Text Example
White with #8B5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5893; }
p { color: rgb(139,88,147); }
H1.HeaderClassName
{
color: #8B5893;
}
.AnyTagClassName
{
color: #8B5893;
}
</style>
background-color css
<style>
a { background-color: #8B5893; }
a { background-color: rgb(139,88,147); }
div.DivClassName
{
background-color: #8B5893;
}
.BgClassName
{
background-color: #8B5893;
}
</style>
border-color css
<style>
span { border-color: #8B5893; }
span { border-color: rgb(139,88,147); }
td.TdClassName
{
border-color: #8B5893;
}
.TagClassName
{
border-color: #8B5893;
}
</style>