Shades of Trendy Pink #88467B
Tints of Trendy Pink #88467B
RGB
CMYK
RGB Variations
Color information
#88467B (or 0x88467B) is known color: Trendy Pink. HEX triplet: 88, 46 and 7B. RGB value is (136,70,123). Sum of RGB (Red+Green+Blue) = 136+70+123=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88467B is #77B984. Grayscale: #5F5F5F. Windows color (decimal): -7846277 or 8078984. OLE color: 8078984.
HSL color Cylindrical-coordinate representation of color #88467B: hue angle of 311.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88467B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 123 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.47 |
| HSL | 311.82º | 0.32% | 0.4% | - |
| HSV(B) | 311.82º | 0.49% | 0.53% | - |
| XYZ | 15.92 | 11.04 | 20.03 | - |
| YUV | 95.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 123 | 0 | 0.49 | 0.10 | 0.47 | 311.82 | 0.32 | 0.4 |
| Hex | 88 | 46 | 7B | 0 | 31 | A | 2F | 138 | 20 | 28 |
| Octal | 210 | 106 | 173 | 0 | 61 | 12 | 57 | 470 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1111011 | 0 | 110001 | 1010 | 101111 | 100111000 | 100000 | 101000 |
Color Harmonies of #88467B
Complementary color
Monochromatic Colors of #88467B
Black with #88467B
Text Example
Text Example
White with #88467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88467B; }
p { color: rgb(136,70,123); }
H1.HeaderClassName
{
color: #88467B;
}
.AnyTagClassName
{
color: #88467B;
}
</style>
background-color css
<style>
a { background-color: #88467B; }
a { background-color: rgb(136,70,123); }
div.DivClassName
{
background-color: #88467B;
}
.BgClassName
{
background-color: #88467B;
}
</style>
border-color css
<style>
span { border-color: #88467B; }
span { border-color: rgb(136,70,123); }
td.TdClassName
{
border-color: #88467B;
}
.TagClassName
{
border-color: #88467B;
}
</style>