Shades of Trendy Pink #906B8D
Tints of Trendy Pink #906B8D
RGB
CMYK
RGB Variations
Color information
#906B8D (or 0x906B8D) is known color: Trendy Pink. HEX triplet: 90, 6B and 8D. RGB value is (144,107,141). Sum of RGB (Red+Green+Blue) = 144+107+141=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #906B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B8D is #6F9472. Grayscale: #797979. Windows color (decimal): -7312499 or 9268112. OLE color: 9268112.
HSL color Cylindrical-coordinate representation of color #906B8D: hue angle of 304.86º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906B8D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 141 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.44 |
| HSL | 304.86º | 0.15% | 0.49% | - |
| HSV(B) | 304.86º | 0.26% | 0.56% | - |
| XYZ | 21.57 | 18.37 | 27.61 | - |
| YUV | 121.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 141 | 0 | 0.26 | 0.02 | 0.44 | 304.86 | 0.15 | 0.49 |
| Hex | 90 | 6B | 8D | 0 | 1A | 2 | 2C | 131 | F | 31 |
| Octal | 220 | 153 | 215 | 0 | 32 | 2 | 54 | 461 | 17 | 61 |
| Binary | 10010000 | 1101011 | 10001101 | 0 | 11010 | 10 | 101100 | 100110001 | 1111 | 110001 |
Color Harmonies of #906B8D
Complementary color
Monochromatic Colors of #906B8D
Black with #906B8D
Text Example
Text Example
White with #906B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B8D; }
p { color: rgb(144,107,141); }
H1.HeaderClassName
{
color: #906B8D;
}
.AnyTagClassName
{
color: #906B8D;
}
</style>
background-color css
<style>
a { background-color: #906B8D; }
a { background-color: rgb(144,107,141); }
div.DivClassName
{
background-color: #906B8D;
}
.BgClassName
{
background-color: #906B8D;
}
</style>
border-color css
<style>
span { border-color: #906B8D; }
span { border-color: rgb(144,107,141); }
td.TdClassName
{
border-color: #906B8D;
}
.TagClassName
{
border-color: #906B8D;
}
</style>