Shades of Trendy Pink #954F8A
Tints of Trendy Pink #954F8A
RGB
CMYK
RGB Variations
Color information
#954F8A (or 0x954F8A) is known color: Trendy Pink. HEX triplet: 95, 4F and 8A. RGB value is (149,79,138). Sum of RGB (Red+Green+Blue) = 149+79+138=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8A is #6AB075. Grayscale: #6A6A6A. Windows color (decimal): -6991990 or 9064341. OLE color: 9064341.
HSL color Cylindrical-coordinate representation of color #954F8A: hue angle of 309.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F8A is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 138 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.42 |
| HSL | 309.43º | 0.31% | 0.45% | - |
| HSV(B) | 309.43º | 0.47% | 0.58% | - |
| XYZ | 19.78 | 13.82 | 25.67 | - |
| YUV | 106.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 138 | 0 | 0.47 | 0.07 | 0.42 | 309.43 | 0.31 | 0.45 |
| Hex | 95 | 4F | 8A | 0 | 2F | 7 | 2A | 135 | 1F | 2D |
| Octal | 225 | 117 | 212 | 0 | 57 | 7 | 52 | 465 | 37 | 55 |
| Binary | 10010101 | 1001111 | 10001010 | 0 | 101111 | 111 | 101010 | 100110101 | 11111 | 101101 |
Color Harmonies of #954F8A
Complementary color
Monochromatic Colors of #954F8A
Black with #954F8A
Text Example
Text Example
White with #954F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F8A; }
p { color: rgb(149,79,138); }
H1.HeaderClassName
{
color: #954F8A;
}
.AnyTagClassName
{
color: #954F8A;
}
</style>
background-color css
<style>
a { background-color: #954F8A; }
a { background-color: rgb(149,79,138); }
div.DivClassName
{
background-color: #954F8A;
}
.BgClassName
{
background-color: #954F8A;
}
</style>
border-color css
<style>
span { border-color: #954F8A; }
span { border-color: rgb(149,79,138); }
td.TdClassName
{
border-color: #954F8A;
}
.TagClassName
{
border-color: #954F8A;
}
</style>