Shades of Trendy Pink #92478B
Tints of Trendy Pink #92478B
RGB
CMYK
RGB Variations
Color information
#92478B (or 0x92478B) is known color: Trendy Pink. HEX triplet: 92, 47 and 8B. RGB value is (146,71,139). Sum of RGB (Red+Green+Blue) = 146+71+139=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92478B is #6DB874. Grayscale: #646464. Windows color (decimal): -7190645 or 9127826. OLE color: 9127826.
HSL color Cylindrical-coordinate representation of color #92478B: hue angle of 305.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92478B is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 71 | 139 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.43 |
| HSL | 305.6º | 0.35% | 0.43% | - |
| HSV(B) | 305.6º | 0.51% | 0.57% | - |
| XYZ | 18.77 | 12.48 | 25.85 | - |
| YUV | 101.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 139 | 0 | 0.51 | 0.05 | 0.43 | 305.6 | 0.35 | 0.43 |
| Hex | 92 | 47 | 8B | 0 | 33 | 5 | 2B | 132 | 23 | 2B |
| Octal | 222 | 107 | 213 | 0 | 63 | 5 | 53 | 462 | 43 | 53 |
| Binary | 10010010 | 1000111 | 10001011 | 0 | 110011 | 101 | 101011 | 100110010 | 100011 | 101011 |
Color Harmonies of #92478B
Complementary color
Monochromatic Colors of #92478B
Black with #92478B
Text Example
Text Example
White with #92478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92478B; }
p { color: rgb(146,71,139); }
H1.HeaderClassName
{
color: #92478B;
}
.AnyTagClassName
{
color: #92478B;
}
</style>
background-color css
<style>
a { background-color: #92478B; }
a { background-color: rgb(146,71,139); }
div.DivClassName
{
background-color: #92478B;
}
.BgClassName
{
background-color: #92478B;
}
</style>
border-color css
<style>
span { border-color: #92478B; }
span { border-color: rgb(146,71,139); }
td.TdClassName
{
border-color: #92478B;
}
.TagClassName
{
border-color: #92478B;
}
</style>