Shades of Trendy Pink #924D88
Tints of Trendy Pink #924D88
RGB
CMYK
RGB Variations
Color information
#924D88 (or 0x924D88) is known color: Trendy Pink. HEX triplet: 92, 4D and 88. RGB value is (146,77,136). Sum of RGB (Red+Green+Blue) = 146+77+136=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #924D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924D88 is #6DB277. Grayscale: #686868. Windows color (decimal): -7189112 or 8932754. OLE color: 8932754.
HSL color Cylindrical-coordinate representation of color #924D88: hue angle of 308.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D88 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 136 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.43 |
| HSL | 308.7º | 0.31% | 0.44% | - |
| HSV(B) | 308.7º | 0.47% | 0.57% | - |
| XYZ | 18.95 | 13.2 | 24.84 | - |
| YUV | 104.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 136 | 0 | 0.47 | 0.07 | 0.43 | 308.7 | 0.31 | 0.44 |
| Hex | 92 | 4D | 88 | 0 | 2F | 7 | 2B | 135 | 1F | 2C |
| Octal | 222 | 115 | 210 | 0 | 57 | 7 | 53 | 465 | 37 | 54 |
| Binary | 10010010 | 1001101 | 10001000 | 0 | 101111 | 111 | 101011 | 100110101 | 11111 | 101100 |
Color Harmonies of #924D88
Complementary color
Monochromatic Colors of #924D88
Black with #924D88
Text Example
Text Example
White with #924D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D88; }
p { color: rgb(146,77,136); }
H1.HeaderClassName
{
color: #924D88;
}
.AnyTagClassName
{
color: #924D88;
}
</style>
background-color css
<style>
a { background-color: #924D88; }
a { background-color: rgb(146,77,136); }
div.DivClassName
{
background-color: #924D88;
}
.BgClassName
{
background-color: #924D88;
}
</style>
border-color css
<style>
span { border-color: #924D88; }
span { border-color: rgb(146,77,136); }
td.TdClassName
{
border-color: #924D88;
}
.TagClassName
{
border-color: #924D88;
}
</style>