Shades of Trendy Pink #906388
Tints of Trendy Pink #906388
RGB
CMYK
RGB Variations
Color information
#906388 (or 0x906388) is known color: Trendy Pink. HEX triplet: 90, 63 and 88. RGB value is (144,99,136). Sum of RGB (Red+Green+Blue) = 144+99+136=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #906388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906388 is #6F9C77. Grayscale: #747474. Windows color (decimal): -7314552 or 8938384. OLE color: 8938384.
HSL color Cylindrical-coordinate representation of color #906388: hue angle of 310.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906388 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 136 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.44 |
| HSL | 310.67º | 0.19% | 0.48% | - |
| HSV(B) | 310.67º | 0.31% | 0.56% | - |
| XYZ | 20.41 | 16.63 | 25.43 | - |
| YUV | 116.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 136 | 0 | 0.31 | 0.06 | 0.44 | 310.67 | 0.19 | 0.48 |
| Hex | 90 | 63 | 88 | 0 | 1F | 6 | 2C | 137 | 13 | 30 |
| Octal | 220 | 143 | 210 | 0 | 37 | 6 | 54 | 467 | 23 | 60 |
| Binary | 10010000 | 1100011 | 10001000 | 0 | 11111 | 110 | 101100 | 100110111 | 10011 | 110000 |
Color Harmonies of #906388
Complementary color
Monochromatic Colors of #906388
Black with #906388
Text Example
Text Example
White with #906388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906388; }
p { color: rgb(144,99,136); }
H1.HeaderClassName
{
color: #906388;
}
.AnyTagClassName
{
color: #906388;
}
</style>
background-color css
<style>
a { background-color: #906388; }
a { background-color: rgb(144,99,136); }
div.DivClassName
{
background-color: #906388;
}
.BgClassName
{
background-color: #906388;
}
</style>
border-color css
<style>
span { border-color: #906388; }
span { border-color: rgb(144,99,136); }
td.TdClassName
{
border-color: #906388;
}
.TagClassName
{
border-color: #906388;
}
</style>