Shades of Trendy Pink #954A8B
Tints of Trendy Pink #954A8B
RGB
CMYK
RGB Variations
Color information
#954A8B (or 0x954A8B) is known color: Trendy Pink. HEX triplet: 95, 4A and 8B. RGB value is (149,74,139). Sum of RGB (Red+Green+Blue) = 149+74+139=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #954A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A8B is #6AB574. Grayscale: #676767. Windows color (decimal): -6993269 or 9128597. OLE color: 9128597.
HSL color Cylindrical-coordinate representation of color #954A8B: hue angle of 308º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A8B is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 139 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.42 |
| HSL | 308º | 0.34% | 0.44% | - |
| HSV(B) | 308º | 0.5% | 0.58% | - |
| XYZ | 19.5 | 13.15 | 25.94 | - |
| YUV | 103.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 139 | 0 | 0.50 | 0.07 | 0.42 | 308 | 0.34 | 0.44 |
| Hex | 95 | 4A | 8B | 0 | 32 | 7 | 2A | 134 | 22 | 2C |
| Octal | 225 | 112 | 213 | 0 | 62 | 7 | 52 | 464 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10001011 | 0 | 110010 | 111 | 101010 | 100110100 | 100010 | 101100 |
Color Harmonies of #954A8B
Complementary color
Monochromatic Colors of #954A8B
Black with #954A8B
Text Example
Text Example
White with #954A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A8B; }
p { color: rgb(149,74,139); }
H1.HeaderClassName
{
color: #954A8B;
}
.AnyTagClassName
{
color: #954A8B;
}
</style>
background-color css
<style>
a { background-color: #954A8B; }
a { background-color: rgb(149,74,139); }
div.DivClassName
{
background-color: #954A8B;
}
.BgClassName
{
background-color: #954A8B;
}
</style>
border-color css
<style>
span { border-color: #954A8B; }
span { border-color: rgb(149,74,139); }
td.TdClassName
{
border-color: #954A8B;
}
.TagClassName
{
border-color: #954A8B;
}
</style>