Shades of Trendy Pink #954E8B
Tints of Trendy Pink #954E8B
RGB
CMYK
RGB Variations
Color information
#954E8B (or 0x954E8B) is known color: Trendy Pink. HEX triplet: 95, 4E and 8B. RGB value is (149,78,139). Sum of RGB (Red+Green+Blue) = 149+78+139=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E8B is #6AB174. Grayscale: #6A6A6A. Windows color (decimal): -6992245 or 9129621. OLE color: 9129621.
HSL color Cylindrical-coordinate representation of color #954E8B: hue angle of 308.45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E8B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 139 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.42 |
| HSL | 308.45º | 0.31% | 0.45% | - |
| HSV(B) | 308.45º | 0.48% | 0.58% | - |
| XYZ | 19.78 | 13.7 | 26.03 | - |
| YUV | 106.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 139 | 0 | 0.48 | 0.07 | 0.42 | 308.45 | 0.31 | 0.45 |
| Hex | 95 | 4E | 8B | 0 | 30 | 7 | 2A | 134 | 1F | 2D |
| Octal | 225 | 116 | 213 | 0 | 60 | 7 | 52 | 464 | 37 | 55 |
| Binary | 10010101 | 1001110 | 10001011 | 0 | 110000 | 111 | 101010 | 100110100 | 11111 | 101101 |
Color Harmonies of #954E8B
Complementary color
Monochromatic Colors of #954E8B
Black with #954E8B
Text Example
Text Example
White with #954E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E8B; }
p { color: rgb(149,78,139); }
H1.HeaderClassName
{
color: #954E8B;
}
.AnyTagClassName
{
color: #954E8B;
}
</style>
background-color css
<style>
a { background-color: #954E8B; }
a { background-color: rgb(149,78,139); }
div.DivClassName
{
background-color: #954E8B;
}
.BgClassName
{
background-color: #954E8B;
}
</style>
border-color css
<style>
span { border-color: #954E8B; }
span { border-color: rgb(149,78,139); }
td.TdClassName
{
border-color: #954E8B;
}
.TagClassName
{
border-color: #954E8B;
}
</style>