Shades of Trendy Pink #90468B
Tints of Trendy Pink #90468B
RGB
CMYK
RGB Variations
Color information
#90468B (or 0x90468B) is known color: Trendy Pink. HEX triplet: 90, 46 and 8B. RGB value is (144,70,139). Sum of RGB (Red+Green+Blue) = 144+70+139=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90468B is #6FB974. Grayscale: #636363. Windows color (decimal): -7321973 or 9127568. OLE color: 9127568.
HSL color Cylindrical-coordinate representation of color #90468B: hue angle of 304.05º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90468B is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 139 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.44 |
| HSL | 304.05º | 0.35% | 0.42% | - |
| HSV(B) | 304.05º | 0.51% | 0.56% | - |
| XYZ | 18.35 | 12.17 | 25.81 | - |
| YUV | 99.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 139 | 0 | 0.51 | 0.03 | 0.44 | 304.05 | 0.35 | 0.42 |
| Hex | 90 | 46 | 8B | 0 | 33 | 3 | 2C | 130 | 23 | 2A |
| Octal | 220 | 106 | 213 | 0 | 63 | 3 | 54 | 460 | 43 | 52 |
| Binary | 10010000 | 1000110 | 10001011 | 0 | 110011 | 11 | 101100 | 100110000 | 100011 | 101010 |
Color Harmonies of #90468B
Complementary color
Monochromatic Colors of #90468B
Black with #90468B
Text Example
Text Example
White with #90468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90468B; }
p { color: rgb(144,70,139); }
H1.HeaderClassName
{
color: #90468B;
}
.AnyTagClassName
{
color: #90468B;
}
</style>
background-color css
<style>
a { background-color: #90468B; }
a { background-color: rgb(144,70,139); }
div.DivClassName
{
background-color: #90468B;
}
.BgClassName
{
background-color: #90468B;
}
</style>
border-color css
<style>
span { border-color: #90468B; }
span { border-color: rgb(144,70,139); }
td.TdClassName
{
border-color: #90468B;
}
.TagClassName
{
border-color: #90468B;
}
</style>