Shades of Trendy Pink #8B488A
Tints of Trendy Pink #8B488A
RGB
CMYK
RGB Variations
Color information
#8B488A (or 0x8B488A) is known color: Trendy Pink. HEX triplet: 8B, 48 and 8A. RGB value is (139,72,138). Sum of RGB (Red+Green+Blue) = 139+72+138=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B488A is #74B775. Grayscale: #636363. Windows color (decimal): -7649142 or 9062539. OLE color: 9062539.
HSL color Cylindrical-coordinate representation of color #8B488A: hue angle of 300.9º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B488A is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 138 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.45 |
| HSL | 300.9º | 0.32% | 0.41% | - |
| HSV(B) | 300.9º | 0.48% | 0.55% | - |
| XYZ | 17.55 | 11.96 | 25.43 | - |
| YUV | 99.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 138 | 0 | 0.48 | 0.01 | 0.45 | 300.9 | 0.32 | 0.41 |
| Hex | 8B | 48 | 8A | 0 | 30 | 1 | 2D | 12D | 20 | 29 |
| Octal | 213 | 110 | 212 | 0 | 60 | 1 | 55 | 455 | 40 | 51 |
| Binary | 10001011 | 1001000 | 10001010 | 0 | 110000 | 1 | 101101 | 100101101 | 100000 | 101001 |
Color Harmonies of #8B488A
Complementary color
Monochromatic Colors of #8B488A
Black with #8B488A
Text Example
Text Example
White with #8B488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B488A; }
p { color: rgb(139,72,138); }
H1.HeaderClassName
{
color: #8B488A;
}
.AnyTagClassName
{
color: #8B488A;
}
</style>
background-color css
<style>
a { background-color: #8B488A; }
a { background-color: rgb(139,72,138); }
div.DivClassName
{
background-color: #8B488A;
}
.BgClassName
{
background-color: #8B488A;
}
</style>
border-color css
<style>
span { border-color: #8B488A; }
span { border-color: rgb(139,72,138); }
td.TdClassName
{
border-color: #8B488A;
}
.TagClassName
{
border-color: #8B488A;
}
</style>