Shades of Trendy Pink #954C8A
Tints of Trendy Pink #954C8A
RGB
CMYK
RGB Variations
Color information
#954C8A (or 0x954C8A) is known color: Trendy Pink. HEX triplet: 95, 4C and 8A. RGB value is (149,76,138). Sum of RGB (Red+Green+Blue) = 149+76+138=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C8A is #6AB375. Grayscale: #686868. Windows color (decimal): -6992758 or 9063573. OLE color: 9063573.
HSL color Cylindrical-coordinate representation of color #954C8A: hue angle of 309.04º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C8A is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 138 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.42 |
| HSL | 309.04º | 0.32% | 0.44% | - |
| HSV(B) | 309.04º | 0.49% | 0.58% | - |
| XYZ | 19.57 | 13.39 | 25.6 | - |
| YUV | 104.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 138 | 0 | 0.49 | 0.07 | 0.42 | 309.04 | 0.32 | 0.44 |
| Hex | 95 | 4C | 8A | 0 | 31 | 7 | 2A | 135 | 20 | 2C |
| Octal | 225 | 114 | 212 | 0 | 61 | 7 | 52 | 465 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10001010 | 0 | 110001 | 111 | 101010 | 100110101 | 100000 | 101100 |
Color Harmonies of #954C8A
Complementary color
Monochromatic Colors of #954C8A
Black with #954C8A
Text Example
Text Example
White with #954C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C8A; }
p { color: rgb(149,76,138); }
H1.HeaderClassName
{
color: #954C8A;
}
.AnyTagClassName
{
color: #954C8A;
}
</style>
background-color css
<style>
a { background-color: #954C8A; }
a { background-color: rgb(149,76,138); }
div.DivClassName
{
background-color: #954C8A;
}
.BgClassName
{
background-color: #954C8A;
}
</style>
border-color css
<style>
span { border-color: #954C8A; }
span { border-color: rgb(149,76,138); }
td.TdClassName
{
border-color: #954C8A;
}
.TagClassName
{
border-color: #954C8A;
}
</style>