Shades of Trendy Pink #92598A
Tints of Trendy Pink #92598A
RGB
CMYK
RGB Variations
Color information
#92598A (or 0x92598A) is known color: Trendy Pink. HEX triplet: 92, 59 and 8A. RGB value is (146,89,138). Sum of RGB (Red+Green+Blue) = 146+89+138=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92598A is #6DA675. Grayscale: #6F6F6F. Windows color (decimal): -7186038 or 9066898. OLE color: 9066898.
HSL color Cylindrical-coordinate representation of color #92598A: hue angle of 308.42º 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 #92598A is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 138 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.43 |
| HSL | 308.42º | 0.24% | 0.46% | - |
| HSV(B) | 308.42º | 0.39% | 0.57% | - |
| XYZ | 20.01 | 15.09 | 25.9 | - |
| YUV | 111.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 138 | 0 | 0.39 | 0.05 | 0.43 | 308.42 | 0.24 | 0.46 |
| Hex | 92 | 59 | 8A | 0 | 27 | 5 | 2B | 134 | 18 | 2E |
| Octal | 222 | 131 | 212 | 0 | 47 | 5 | 53 | 464 | 30 | 56 |
| Binary | 10010010 | 1011001 | 10001010 | 0 | 100111 | 101 | 101011 | 100110100 | 11000 | 101110 |
Color Harmonies of #92598A
Complementary color
Monochromatic Colors of #92598A
Black with #92598A
Text Example
Text Example
White with #92598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92598A; }
p { color: rgb(146,89,138); }
H1.HeaderClassName
{
color: #92598A;
}
.AnyTagClassName
{
color: #92598A;
}
</style>
background-color css
<style>
a { background-color: #92598A; }
a { background-color: rgb(146,89,138); }
div.DivClassName
{
background-color: #92598A;
}
.BgClassName
{
background-color: #92598A;
}
</style>
border-color css
<style>
span { border-color: #92598A; }
span { border-color: rgb(146,89,138); }
td.TdClassName
{
border-color: #92598A;
}
.TagClassName
{
border-color: #92598A;
}
</style>