Shades of Trendy Pink #90668A
Tints of Trendy Pink #90668A
RGB
CMYK
RGB Variations
Color information
#90668A (or 0x90668A) is known color: Trendy Pink. HEX triplet: 90, 66 and 8A. RGB value is (144,102,138). Sum of RGB (Red+Green+Blue) = 144+102+138=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90668A is #6F9975. Grayscale: #767676. Windows color (decimal): -7313782 or 9070224. OLE color: 9070224.
HSL color Cylindrical-coordinate representation of color #90668A: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90668A is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 138 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.44 |
| HSL | 308.57º | 0.17% | 0.48% | - |
| HSV(B) | 308.57º | 0.29% | 0.56% | - |
| XYZ | 20.84 | 17.27 | 26.28 | - |
| YUV | 118.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 138 | 0 | 0.29 | 0.04 | 0.44 | 308.57 | 0.17 | 0.48 |
| Hex | 90 | 66 | 8A | 0 | 1D | 4 | 2C | 135 | 11 | 30 |
| Octal | 220 | 146 | 212 | 0 | 35 | 4 | 54 | 465 | 21 | 60 |
| Binary | 10010000 | 1100110 | 10001010 | 0 | 11101 | 100 | 101100 | 100110101 | 10001 | 110000 |
Color Harmonies of #90668A
Complementary color
Monochromatic Colors of #90668A
Black with #90668A
Text Example
Text Example
White with #90668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90668A; }
p { color: rgb(144,102,138); }
H1.HeaderClassName
{
color: #90668A;
}
.AnyTagClassName
{
color: #90668A;
}
</style>
background-color css
<style>
a { background-color: #90668A; }
a { background-color: rgb(144,102,138); }
div.DivClassName
{
background-color: #90668A;
}
.BgClassName
{
background-color: #90668A;
}
</style>
border-color css
<style>
span { border-color: #90668A; }
span { border-color: rgb(144,102,138); }
td.TdClassName
{
border-color: #90668A;
}
.TagClassName
{
border-color: #90668A;
}
</style>