Shades of Trendy Pink #906D8C
Tints of Trendy Pink #906D8C
RGB
CMYK
RGB Variations
Color information
#906D8C (or 0x906D8C) is known color: Trendy Pink. HEX triplet: 90, 6D and 8C. RGB value is (144,109,140). Sum of RGB (Red+Green+Blue) = 144+109+140=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #906D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D8C is #6F9273. Grayscale: #7A7A7A. Windows color (decimal): -7311988 or 9203088. OLE color: 9203088.
HSL color Cylindrical-coordinate representation of color #906D8C: hue angle of 306.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906D8C is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 109 | 140 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.44 |
| HSL | 306.86º | 0.14% | 0.5% | - |
| HSV(B) | 306.86º | 0.24% | 0.56% | - |
| XYZ | 21.7 | 18.76 | 27.29 | - |
| YUV | 123 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 140 | 0 | 0.24 | 0.03 | 0.44 | 306.86 | 0.14 | 0.5 |
| Hex | 90 | 6D | 8C | 0 | 18 | 3 | 2C | 133 | E | 32 |
| Octal | 220 | 155 | 214 | 0 | 30 | 3 | 54 | 463 | 16 | 62 |
| Binary | 10010000 | 1101101 | 10001100 | 0 | 11000 | 11 | 101100 | 100110011 | 1110 | 110010 |
Color Harmonies of #906D8C
Complementary color
Monochromatic Colors of #906D8C
Black with #906D8C
Text Example
Text Example
White with #906D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906D8C; }
p { color: rgb(144,109,140); }
H1.HeaderClassName
{
color: #906D8C;
}
.AnyTagClassName
{
color: #906D8C;
}
</style>
background-color css
<style>
a { background-color: #906D8C; }
a { background-color: rgb(144,109,140); }
div.DivClassName
{
background-color: #906D8C;
}
.BgClassName
{
background-color: #906D8C;
}
</style>
border-color css
<style>
span { border-color: #906D8C; }
span { border-color: rgb(144,109,140); }
td.TdClassName
{
border-color: #906D8C;
}
.TagClassName
{
border-color: #906D8C;
}
</style>