Shades of Trendy Pink #90668E
Tints of Trendy Pink #90668E
RGB
CMYK
RGB Variations
Color information
#90668E (or 0x90668E) is known color: Trendy Pink. HEX triplet: 90, 66 and 8E. RGB value is (144,102,142). Sum of RGB (Red+Green+Blue) = 144+102+142=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90668E is #6F9971. Grayscale: #777777. Windows color (decimal): -7313778 or 9332368. OLE color: 9332368.
HSL color Cylindrical-coordinate representation of color #90668E: hue angle of 302.86º 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 #90668E is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 142 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.44 |
| HSL | 302.86º | 0.17% | 0.48% | - |
| HSV(B) | 302.86º | 0.29% | 0.56% | - |
| XYZ | 21.14 | 17.39 | 27.83 | - |
| YUV | 119.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 142 | 0 | 0.29 | 0.01 | 0.44 | 302.86 | 0.17 | 0.48 |
| Hex | 90 | 66 | 8E | 0 | 1D | 1 | 2C | 12F | 11 | 30 |
| Octal | 220 | 146 | 216 | 0 | 35 | 1 | 54 | 457 | 21 | 60 |
| Binary | 10010000 | 1100110 | 10001110 | 0 | 11101 | 1 | 101100 | 100101111 | 10001 | 110000 |
Color Harmonies of #90668E
Complementary color
Monochromatic Colors of #90668E
Black with #90668E
Text Example
Text Example
White with #90668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90668E; }
p { color: rgb(144,102,142); }
H1.HeaderClassName
{
color: #90668E;
}
.AnyTagClassName
{
color: #90668E;
}
</style>
background-color css
<style>
a { background-color: #90668E; }
a { background-color: rgb(144,102,142); }
div.DivClassName
{
background-color: #90668E;
}
.BgClassName
{
background-color: #90668E;
}
</style>
border-color css
<style>
span { border-color: #90668E; }
span { border-color: rgb(144,102,142); }
td.TdClassName
{
border-color: #90668E;
}
.TagClassName
{
border-color: #90668E;
}
</style>