Shades of Trendy Pink #906D8D
Tints of Trendy Pink #906D8D
RGB
CMYK
RGB Variations
Color information
#906D8D (or 0x906D8D) is known color: Trendy Pink. HEX triplet: 90, 6D and 8D. RGB value is (144,109,141). Sum of RGB (Red+Green+Blue) = 144+109+141=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #906D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D8D is #6F9272. Grayscale: #7B7B7B. Windows color (decimal): -7311987 or 9268624. OLE color: 9268624.
HSL color Cylindrical-coordinate representation of color #906D8D: hue angle of 305.14º 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 #906D8D is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 109 | 141 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.44 |
| HSL | 305.14º | 0.14% | 0.5% | - |
| HSV(B) | 305.14º | 0.24% | 0.56% | - |
| XYZ | 21.78 | 18.79 | 27.68 | - |
| YUV | 123.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 141 | 0 | 0.24 | 0.02 | 0.44 | 305.14 | 0.14 | 0.5 |
| Hex | 90 | 6D | 8D | 0 | 18 | 2 | 2C | 131 | E | 32 |
| Octal | 220 | 155 | 215 | 0 | 30 | 2 | 54 | 461 | 16 | 62 |
| Binary | 10010000 | 1101101 | 10001101 | 0 | 11000 | 10 | 101100 | 100110001 | 1110 | 110010 |
Color Harmonies of #906D8D
Complementary color
Monochromatic Colors of #906D8D
Black with #906D8D
Text Example
Text Example
White with #906D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906D8D; }
p { color: rgb(144,109,141); }
H1.HeaderClassName
{
color: #906D8D;
}
.AnyTagClassName
{
color: #906D8D;
}
</style>
background-color css
<style>
a { background-color: #906D8D; }
a { background-color: rgb(144,109,141); }
div.DivClassName
{
background-color: #906D8D;
}
.BgClassName
{
background-color: #906D8D;
}
</style>
border-color css
<style>
span { border-color: #906D8D; }
span { border-color: rgb(144,109,141); }
td.TdClassName
{
border-color: #906D8D;
}
.TagClassName
{
border-color: #906D8D;
}
</style>