Shades of Trendy Pink #954389
Tints of Trendy Pink #954389
RGB
CMYK
RGB Variations
Color information
#954389 (or 0x954389) is known color: Trendy Pink. HEX triplet: 95, 43 and 89. RGB value is (149,67,137). Sum of RGB (Red+Green+Blue) = 149+67+137=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #954389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954389 is #6ABC76. Grayscale: #636363. Windows color (decimal): -6995063 or 8995733. OLE color: 8995733.
HSL color Cylindrical-coordinate representation of color #954389: hue angle of 308.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954389 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 137 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.42 |
| HSL | 308.78º | 0.38% | 0.42% | - |
| HSV(B) | 308.78º | 0.55% | 0.58% | - |
| XYZ | 18.92 | 12.21 | 25.03 | - |
| YUV | 99.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 137 | 0 | 0.55 | 0.08 | 0.42 | 308.78 | 0.38 | 0.42 |
| Hex | 95 | 43 | 89 | 0 | 37 | 8 | 2A | 135 | 26 | 2A |
| Octal | 225 | 103 | 211 | 0 | 67 | 10 | 52 | 465 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10001001 | 0 | 110111 | 1000 | 101010 | 100110101 | 100110 | 101010 |
Color Harmonies of #954389
Complementary color
Monochromatic Colors of #954389
Black with #954389
Text Example
Text Example
White with #954389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954389; }
p { color: rgb(149,67,137); }
H1.HeaderClassName
{
color: #954389;
}
.AnyTagClassName
{
color: #954389;
}
</style>
background-color css
<style>
a { background-color: #954389; }
a { background-color: rgb(149,67,137); }
div.DivClassName
{
background-color: #954389;
}
.BgClassName
{
background-color: #954389;
}
</style>
border-color css
<style>
span { border-color: #954389; }
span { border-color: rgb(149,67,137); }
td.TdClassName
{
border-color: #954389;
}
.TagClassName
{
border-color: #954389;
}
</style>