Shades of Trendy Pink #90437D
Tints of Trendy Pink #90437D
RGB
CMYK
RGB Variations
Color information
#90437D (or 0x90437D) is known color: Trendy Pink. HEX triplet: 90, 43 and 7D. RGB value is (144,67,125). Sum of RGB (Red+Green+Blue) = 144+67+125=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90437D is #6FBC82. Grayscale: #606060. Windows color (decimal): -7322755 or 8209296. OLE color: 8209296.
HSL color Cylindrical-coordinate representation of color #90437D: hue angle of 314.81º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90437D is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 125 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.44 |
| HSL | 314.81º | 0.36% | 0.41% | - |
| HSV(B) | 314.81º | 0.53% | 0.56% | - |
| XYZ | 17.21 | 11.42 | 20.7 | - |
| YUV | 96.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 125 | 0 | 0.53 | 0.13 | 0.44 | 314.81 | 0.36 | 0.41 |
| Hex | 90 | 43 | 7D | 0 | 35 | D | 2C | 13B | 24 | 29 |
| Octal | 220 | 103 | 175 | 0 | 65 | 15 | 54 | 473 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1111101 | 0 | 110101 | 1101 | 101100 | 100111011 | 100100 | 101001 |
Color Harmonies of #90437D
Complementary color
Monochromatic Colors of #90437D
Black with #90437D
Text Example
Text Example
White with #90437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90437D; }
p { color: rgb(144,67,125); }
H1.HeaderClassName
{
color: #90437D;
}
.AnyTagClassName
{
color: #90437D;
}
</style>
background-color css
<style>
a { background-color: #90437D; }
a { background-color: rgb(144,67,125); }
div.DivClassName
{
background-color: #90437D;
}
.BgClassName
{
background-color: #90437D;
}
</style>
border-color css
<style>
span { border-color: #90437D; }
span { border-color: rgb(144,67,125); }
td.TdClassName
{
border-color: #90437D;
}
.TagClassName
{
border-color: #90437D;
}
</style>