Shades of Trendy Pink #92508A
Tints of Trendy Pink #92508A
RGB
CMYK
RGB Variations
Color information
#92508A (or 0x92508A) is known color: Trendy Pink. HEX triplet: 92, 50 and 8A. RGB value is (146,80,138). Sum of RGB (Red+Green+Blue) = 146+80+138=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #92508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92508A is #6DAF75. Grayscale: #6A6A6A. Windows color (decimal): -7188342 or 9064594. OLE color: 9064594.
HSL color Cylindrical-coordinate representation of color #92508A: hue angle of 307.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92508A is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 138 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.43 |
| HSL | 307.27º | 0.29% | 0.44% | - |
| HSV(B) | 307.27º | 0.45% | 0.57% | - |
| XYZ | 19.31 | 13.68 | 25.67 | - |
| YUV | 106.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 138 | 0 | 0.45 | 0.05 | 0.43 | 307.27 | 0.29 | 0.44 |
| Hex | 92 | 50 | 8A | 0 | 2D | 5 | 2B | 133 | 1D | 2C |
| Octal | 222 | 120 | 212 | 0 | 55 | 5 | 53 | 463 | 35 | 54 |
| Binary | 10010010 | 1010000 | 10001010 | 0 | 101101 | 101 | 101011 | 100110011 | 11101 | 101100 |
Color Harmonies of #92508A
Complementary color
Monochromatic Colors of #92508A
Black with #92508A
Text Example
Text Example
White with #92508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92508A; }
p { color: rgb(146,80,138); }
H1.HeaderClassName
{
color: #92508A;
}
.AnyTagClassName
{
color: #92508A;
}
</style>
background-color css
<style>
a { background-color: #92508A; }
a { background-color: rgb(146,80,138); }
div.DivClassName
{
background-color: #92508A;
}
.BgClassName
{
background-color: #92508A;
}
</style>
border-color css
<style>
span { border-color: #92508A; }
span { border-color: rgb(146,80,138); }
td.TdClassName
{
border-color: #92508A;
}
.TagClassName
{
border-color: #92508A;
}
</style>