Shades of Trendy Pink #954381
Tints of Trendy Pink #954381
RGB
CMYK
RGB Variations
Color information
#954381 (or 0x954381) is known color: Trendy Pink. HEX triplet: 95, 43 and 81. RGB value is (149,67,129). Sum of RGB (Red+Green+Blue) = 149+67+129=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954381 is #6ABC7E. Grayscale: #626262. Windows color (decimal): -6995071 or 8471445. OLE color: 8471445.
HSL color Cylindrical-coordinate representation of color #954381: hue angle of 314.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954381 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 129 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.42 |
| HSL | 314.63º | 0.38% | 0.42% | - |
| HSV(B) | 314.63º | 0.55% | 0.58% | - |
| XYZ | 18.36 | 11.99 | 22.12 | - |
| YUV | 98.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 129 | 0 | 0.55 | 0.13 | 0.42 | 314.63 | 0.38 | 0.42 |
| Hex | 95 | 43 | 81 | 0 | 37 | D | 2A | 13B | 26 | 2A |
| Octal | 225 | 103 | 201 | 0 | 67 | 15 | 52 | 473 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10000001 | 0 | 110111 | 1101 | 101010 | 100111011 | 100110 | 101010 |
Color Harmonies of #954381
Complementary color
Monochromatic Colors of #954381
Black with #954381
Text Example
Text Example
White with #954381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954381; }
p { color: rgb(149,67,129); }
H1.HeaderClassName
{
color: #954381;
}
.AnyTagClassName
{
color: #954381;
}
</style>
background-color css
<style>
a { background-color: #954381; }
a { background-color: rgb(149,67,129); }
div.DivClassName
{
background-color: #954381;
}
.BgClassName
{
background-color: #954381;
}
</style>
border-color css
<style>
span { border-color: #954381; }
span { border-color: rgb(149,67,129); }
td.TdClassName
{
border-color: #954381;
}
.TagClassName
{
border-color: #954381;
}
</style>