Shades of Trendy Pink #954982
Tints of Trendy Pink #954982
RGB
CMYK
RGB Variations
Color information
#954982 (or 0x954982) is known color: Trendy Pink. HEX triplet: 95, 49 and 82. RGB value is (149,73,130). Sum of RGB (Red+Green+Blue) = 149+73+130=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954982 is #6AB67D. Grayscale: #666666. Windows color (decimal): -6993534 or 8538517. OLE color: 8538517.
HSL color Cylindrical-coordinate representation of color #954982: hue angle of 315º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954982 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 130 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.42 |
| HSL | 315º | 0.34% | 0.44% | - |
| HSV(B) | 315º | 0.51% | 0.58% | - |
| XYZ | 18.81 | 12.77 | 22.59 | - |
| YUV | 102.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 130 | 0 | 0.51 | 0.13 | 0.42 | 315 | 0.34 | 0.44 |
| Hex | 95 | 49 | 82 | 0 | 33 | D | 2A | 13B | 22 | 2C |
| Octal | 225 | 111 | 202 | 0 | 63 | 15 | 52 | 473 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10000010 | 0 | 110011 | 1101 | 101010 | 100111011 | 100010 | 101100 |
Color Harmonies of #954982
Complementary color
Monochromatic Colors of #954982
Black with #954982
Text Example
Text Example
White with #954982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954982; }
p { color: rgb(149,73,130); }
H1.HeaderClassName
{
color: #954982;
}
.AnyTagClassName
{
color: #954982;
}
</style>
background-color css
<style>
a { background-color: #954982; }
a { background-color: rgb(149,73,130); }
div.DivClassName
{
background-color: #954982;
}
.BgClassName
{
background-color: #954982;
}
</style>
border-color css
<style>
span { border-color: #954982; }
span { border-color: rgb(149,73,130); }
td.TdClassName
{
border-color: #954982;
}
.TagClassName
{
border-color: #954982;
}
</style>