Shades of Trendy Pink #8B6688
Tints of Trendy Pink #8B6688
RGB
CMYK
RGB Variations
Color information
#8B6688 (or 0x8B6688) is known color: Trendy Pink. HEX triplet: 8B, 66 and 88. RGB value is (139,102,136). Sum of RGB (Red+Green+Blue) = 139+102+136=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6688 is #749977. Grayscale: #747474. Windows color (decimal): -7641464 or 8939147. OLE color: 8939147.
HSL color Cylindrical-coordinate representation of color #8B6688: hue angle of 304.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6688 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 136 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.45 |
| HSL | 304.86º | 0.15% | 0.47% | - |
| HSV(B) | 304.86º | 0.27% | 0.55% | - |
| XYZ | 19.84 | 16.77 | 25.48 | - |
| YUV | 116.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 136 | 0 | 0.27 | 0.02 | 0.45 | 304.86 | 0.15 | 0.47 |
| Hex | 8B | 66 | 88 | 0 | 1B | 2 | 2D | 131 | F | 2F |
| Octal | 213 | 146 | 210 | 0 | 33 | 2 | 55 | 461 | 17 | 57 |
| Binary | 10001011 | 1100110 | 10001000 | 0 | 11011 | 10 | 101101 | 100110001 | 1111 | 101111 |
Color Harmonies of #8B6688
Complementary color
Monochromatic Colors of #8B6688
Black with #8B6688
Text Example
Text Example
White with #8B6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6688; }
p { color: rgb(139,102,136); }
H1.HeaderClassName
{
color: #8B6688;
}
.AnyTagClassName
{
color: #8B6688;
}
</style>
background-color css
<style>
a { background-color: #8B6688; }
a { background-color: rgb(139,102,136); }
div.DivClassName
{
background-color: #8B6688;
}
.BgClassName
{
background-color: #8B6688;
}
</style>
border-color css
<style>
span { border-color: #8B6688; }
span { border-color: rgb(139,102,136); }
td.TdClassName
{
border-color: #8B6688;
}
.TagClassName
{
border-color: #8B6688;
}
</style>