Shades of Trendy Pink #92558A
Tints of Trendy Pink #92558A
RGB
CMYK
RGB Variations
Color information
#92558A (or 0x92558A) is known color: Trendy Pink. HEX triplet: 92, 55 and 8A. RGB value is (146,85,138). Sum of RGB (Red+Green+Blue) = 146+85+138=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92558A is #6DAA75. Grayscale: #6D6D6D. Windows color (decimal): -7187062 or 9065874. OLE color: 9065874.
HSL color Cylindrical-coordinate representation of color #92558A: hue angle of 307.87º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92558A is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 138 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.43 |
| HSL | 307.87º | 0.26% | 0.45% | - |
| HSV(B) | 307.87º | 0.42% | 0.57% | - |
| XYZ | 19.69 | 14.44 | 25.79 | - |
| YUV | 109.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 138 | 0 | 0.42 | 0.05 | 0.43 | 307.87 | 0.26 | 0.45 |
| Hex | 92 | 55 | 8A | 0 | 2A | 5 | 2B | 134 | 1A | 2D |
| Octal | 222 | 125 | 212 | 0 | 52 | 5 | 53 | 464 | 32 | 55 |
| Binary | 10010010 | 1010101 | 10001010 | 0 | 101010 | 101 | 101011 | 100110100 | 11010 | 101101 |
Color Harmonies of #92558A
Complementary color
Monochromatic Colors of #92558A
Black with #92558A
Text Example
Text Example
White with #92558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92558A; }
p { color: rgb(146,85,138); }
H1.HeaderClassName
{
color: #92558A;
}
.AnyTagClassName
{
color: #92558A;
}
</style>
background-color css
<style>
a { background-color: #92558A; }
a { background-color: rgb(146,85,138); }
div.DivClassName
{
background-color: #92558A;
}
.BgClassName
{
background-color: #92558A;
}
</style>
border-color css
<style>
span { border-color: #92558A; }
span { border-color: rgb(146,85,138); }
td.TdClassName
{
border-color: #92558A;
}
.TagClassName
{
border-color: #92558A;
}
</style>