Shades of Trendy Pink #92598B
Tints of Trendy Pink #92598B
RGB
CMYK
RGB Variations
Color information
#92598B (or 0x92598B) is known color: Trendy Pink. HEX triplet: 92, 59 and 8B. RGB value is (146,89,139). Sum of RGB (Red+Green+Blue) = 146+89+139=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #92598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92598B is #6DA674. Grayscale: #6F6F6F. Windows color (decimal): -7186037 or 9132434. OLE color: 9132434.
HSL color Cylindrical-coordinate representation of color #92598B: hue angle of 307.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92598B is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 139 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.43 |
| HSL | 307.37º | 0.24% | 0.46% | - |
| HSV(B) | 307.37º | 0.39% | 0.57% | - |
| XYZ | 20.09 | 15.12 | 26.29 | - |
| YUV | 111.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 139 | 0 | 0.39 | 0.05 | 0.43 | 307.37 | 0.24 | 0.46 |
| Hex | 92 | 59 | 8B | 0 | 27 | 5 | 2B | 133 | 18 | 2E |
| Octal | 222 | 131 | 213 | 0 | 47 | 5 | 53 | 463 | 30 | 56 |
| Binary | 10010010 | 1011001 | 10001011 | 0 | 100111 | 101 | 101011 | 100110011 | 11000 | 101110 |
Color Harmonies of #92598B
Complementary color
Monochromatic Colors of #92598B
Black with #92598B
Text Example
Text Example
White with #92598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92598B; }
p { color: rgb(146,89,139); }
H1.HeaderClassName
{
color: #92598B;
}
.AnyTagClassName
{
color: #92598B;
}
</style>
background-color css
<style>
a { background-color: #92598B; }
a { background-color: rgb(146,89,139); }
div.DivClassName
{
background-color: #92598B;
}
.BgClassName
{
background-color: #92598B;
}
</style>
border-color css
<style>
span { border-color: #92598B; }
span { border-color: rgb(146,89,139); }
td.TdClassName
{
border-color: #92598B;
}
.TagClassName
{
border-color: #92598B;
}
</style>