Shades of Trendy Pink #90698D
Tints of Trendy Pink #90698D
RGB
CMYK
RGB Variations
Color information
#90698D (or 0x90698D) is known color: Trendy Pink. HEX triplet: 90, 69 and 8D. RGB value is (144,105,141). Sum of RGB (Red+Green+Blue) = 144+105+141=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90698D is #6F9672. Grayscale: #787878. Windows color (decimal): -7313011 or 9267600. OLE color: 9267600.
HSL color Cylindrical-coordinate representation of color #90698D: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90698D is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 141 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.44 |
| HSL | 304.62º | 0.16% | 0.49% | - |
| HSV(B) | 304.62º | 0.27% | 0.56% | - |
| XYZ | 21.36 | 17.96 | 27.54 | - |
| YUV | 120.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 141 | 0 | 0.27 | 0.02 | 0.44 | 304.62 | 0.16 | 0.49 |
| Hex | 90 | 69 | 8D | 0 | 1B | 2 | 2C | 131 | 10 | 31 |
| Octal | 220 | 151 | 215 | 0 | 33 | 2 | 54 | 461 | 20 | 61 |
| Binary | 10010000 | 1101001 | 10001101 | 0 | 11011 | 10 | 101100 | 100110001 | 10000 | 110001 |
Color Harmonies of #90698D
Complementary color
Monochromatic Colors of #90698D
Black with #90698D
Text Example
Text Example
White with #90698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90698D; }
p { color: rgb(144,105,141); }
H1.HeaderClassName
{
color: #90698D;
}
.AnyTagClassName
{
color: #90698D;
}
</style>
background-color css
<style>
a { background-color: #90698D; }
a { background-color: rgb(144,105,141); }
div.DivClassName
{
background-color: #90698D;
}
.BgClassName
{
background-color: #90698D;
}
</style>
border-color css
<style>
span { border-color: #90698D; }
span { border-color: rgb(144,105,141); }
td.TdClassName
{
border-color: #90698D;
}
.TagClassName
{
border-color: #90698D;
}
</style>