Shades of Trendy Pink #954386
Tints of Trendy Pink #954386
RGB
CMYK
RGB Variations
Color information
#954386 (or 0x954386) is known color: Trendy Pink. HEX triplet: 95, 43 and 86. RGB value is (149,67,134). Sum of RGB (Red+Green+Blue) = 149+67+134=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954386 is #6ABC79. Grayscale: #626262. Windows color (decimal): -6995066 or 8799125. OLE color: 8799125.
HSL color Cylindrical-coordinate representation of color #954386: hue angle of 310.98º 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 #954386 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 134 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.42 |
| HSL | 310.98º | 0.38% | 0.42% | - |
| HSV(B) | 310.98º | 0.55% | 0.58% | - |
| XYZ | 18.7 | 12.13 | 23.91 | - |
| YUV | 99.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 134 | 0 | 0.55 | 0.10 | 0.42 | 310.98 | 0.38 | 0.42 |
| Hex | 95 | 43 | 86 | 0 | 37 | A | 2A | 137 | 26 | 2A |
| Octal | 225 | 103 | 206 | 0 | 67 | 12 | 52 | 467 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10000110 | 0 | 110111 | 1010 | 101010 | 100110111 | 100110 | 101010 |
Color Harmonies of #954386
Complementary color
Monochromatic Colors of #954386
Black with #954386
Text Example
Text Example
White with #954386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954386; }
p { color: rgb(149,67,134); }
H1.HeaderClassName
{
color: #954386;
}
.AnyTagClassName
{
color: #954386;
}
</style>
background-color css
<style>
a { background-color: #954386; }
a { background-color: rgb(149,67,134); }
div.DivClassName
{
background-color: #954386;
}
.BgClassName
{
background-color: #954386;
}
</style>
border-color css
<style>
span { border-color: #954386; }
span { border-color: rgb(149,67,134); }
td.TdClassName
{
border-color: #954386;
}
.TagClassName
{
border-color: #954386;
}
</style>