Shades of Trendy Pink #925388
Tints of Trendy Pink #925388
RGB
CMYK
RGB Variations
Color information
#925388 (or 0x925388) is known color: Trendy Pink. HEX triplet: 92, 53 and 88. RGB value is (146,83,136). Sum of RGB (Red+Green+Blue) = 146+83+136=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #925388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925388 is #6DAC77. Grayscale: #6B6B6B. Windows color (decimal): -7187576 or 8934290. OLE color: 8934290.
HSL color Cylindrical-coordinate representation of color #925388: hue angle of 309.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #925388 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 136 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.43 |
| HSL | 309.52º | 0.28% | 0.45% | - |
| HSV(B) | 309.52º | 0.43% | 0.57% | - |
| XYZ | 19.39 | 14.08 | 24.99 | - |
| YUV | 107.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 136 | 0 | 0.43 | 0.07 | 0.43 | 309.52 | 0.28 | 0.45 |
| Hex | 92 | 53 | 88 | 0 | 2B | 7 | 2B | 136 | 1C | 2D |
| Octal | 222 | 123 | 210 | 0 | 53 | 7 | 53 | 466 | 34 | 55 |
| Binary | 10010010 | 1010011 | 10001000 | 0 | 101011 | 111 | 101011 | 100110110 | 11100 | 101101 |
Color Harmonies of #925388
Complementary color
Monochromatic Colors of #925388
Black with #925388
Text Example
Text Example
White with #925388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925388; }
p { color: rgb(146,83,136); }
H1.HeaderClassName
{
color: #925388;
}
.AnyTagClassName
{
color: #925388;
}
</style>
background-color css
<style>
a { background-color: #925388; }
a { background-color: rgb(146,83,136); }
div.DivClassName
{
background-color: #925388;
}
.BgClassName
{
background-color: #925388;
}
</style>
border-color css
<style>
span { border-color: #925388; }
span { border-color: rgb(146,83,136); }
td.TdClassName
{
border-color: #925388;
}
.TagClassName
{
border-color: #925388;
}
</style>