Shades of Trendy Pink #90688A
Tints of Trendy Pink #90688A
RGB
CMYK
RGB Variations
Color information
#90688A (or 0x90688A) is known color: Trendy Pink. HEX triplet: 90, 68 and 8A. RGB value is (144,104,138). Sum of RGB (Red+Green+Blue) = 144+104+138=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90688A is #6F9775. Grayscale: #777777. Windows color (decimal): -7313270 or 9070736. OLE color: 9070736.
HSL color Cylindrical-coordinate representation of color #90688A: hue angle of 309º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90688A is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 138 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.44 |
| HSL | 309º | 0.16% | 0.49% | - |
| HSV(B) | 309º | 0.28% | 0.56% | - |
| XYZ | 21.04 | 17.66 | 26.35 | - |
| YUV | 119.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 138 | 0 | 0.28 | 0.04 | 0.44 | 309 | 0.16 | 0.49 |
| Hex | 90 | 68 | 8A | 0 | 1C | 4 | 2C | 135 | 10 | 31 |
| Octal | 220 | 150 | 212 | 0 | 34 | 4 | 54 | 465 | 20 | 61 |
| Binary | 10010000 | 1101000 | 10001010 | 0 | 11100 | 100 | 101100 | 100110101 | 10000 | 110001 |
Color Harmonies of #90688A
Complementary color
Monochromatic Colors of #90688A
Black with #90688A
Text Example
Text Example
White with #90688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90688A; }
p { color: rgb(144,104,138); }
H1.HeaderClassName
{
color: #90688A;
}
.AnyTagClassName
{
color: #90688A;
}
</style>
background-color css
<style>
a { background-color: #90688A; }
a { background-color: rgb(144,104,138); }
div.DivClassName
{
background-color: #90688A;
}
.BgClassName
{
background-color: #90688A;
}
</style>
border-color css
<style>
span { border-color: #90688A; }
span { border-color: rgb(144,104,138); }
td.TdClassName
{
border-color: #90688A;
}
.TagClassName
{
border-color: #90688A;
}
</style>