Shades of Trendy Pink #906F8D
Tints of Trendy Pink #906F8D
RGB
CMYK
RGB Variations
Color information
#906F8D (or 0x906F8D) is known color: Trendy Pink. HEX triplet: 90, 6F and 8D. RGB value is (144,111,141). Sum of RGB (Red+Green+Blue) = 144+111+141=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #906F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906F8D is #6F9072. Grayscale: #7C7C7C. Windows color (decimal): -7311475 or 9269136. OLE color: 9269136.
HSL color Cylindrical-coordinate representation of color #906F8D: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F8D is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 141 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.44 |
| HSL | 305.45º | 0.13% | 0.5% | - |
| HSV(B) | 305.45º | 0.23% | 0.56% | - |
| XYZ | 21.99 | 19.22 | 27.75 | - |
| YUV | 124.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 141 | 0 | 0.23 | 0.02 | 0.44 | 305.45 | 0.13 | 0.5 |
| Hex | 90 | 6F | 8D | 0 | 17 | 2 | 2C | 131 | D | 32 |
| Octal | 220 | 157 | 215 | 0 | 27 | 2 | 54 | 461 | 15 | 62 |
| Binary | 10010000 | 1101111 | 10001101 | 0 | 10111 | 10 | 101100 | 100110001 | 1101 | 110010 |
Color Harmonies of #906F8D
Complementary color
Monochromatic Colors of #906F8D
Black with #906F8D
Text Example
Text Example
White with #906F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F8D; }
p { color: rgb(144,111,141); }
H1.HeaderClassName
{
color: #906F8D;
}
.AnyTagClassName
{
color: #906F8D;
}
</style>
background-color css
<style>
a { background-color: #906F8D; }
a { background-color: rgb(144,111,141); }
div.DivClassName
{
background-color: #906F8D;
}
.BgClassName
{
background-color: #906F8D;
}
</style>
border-color css
<style>
span { border-color: #906F8D; }
span { border-color: rgb(144,111,141); }
td.TdClassName
{
border-color: #906F8D;
}
.TagClassName
{
border-color: #906F8D;
}
</style>