Shades of Trendy Pink #95448B
Tints of Trendy Pink #95448B
RGB
CMYK
RGB Variations
Color information
#95448B (or 0x95448B) is known color: Trendy Pink. HEX triplet: 95, 44 and 8B. RGB value is (149,68,139). Sum of RGB (Red+Green+Blue) = 149+68+139=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95448B is #6ABB74. Grayscale: #646464. Windows color (decimal): -6994805 or 9127061. OLE color: 9127061.
HSL color Cylindrical-coordinate representation of color #95448B: hue angle of 307.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95448B is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 139 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.42 |
| HSL | 307.41º | 0.37% | 0.43% | - |
| HSV(B) | 307.41º | 0.54% | 0.58% | - |
| XYZ | 19.12 | 12.39 | 25.81 | - |
| YUV | 100.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 139 | 0 | 0.54 | 0.07 | 0.42 | 307.41 | 0.37 | 0.43 |
| Hex | 95 | 44 | 8B | 0 | 36 | 7 | 2A | 133 | 25 | 2B |
| Octal | 225 | 104 | 213 | 0 | 66 | 7 | 52 | 463 | 45 | 53 |
| Binary | 10010101 | 1000100 | 10001011 | 0 | 110110 | 111 | 101010 | 100110011 | 100101 | 101011 |
Color Harmonies of #95448B
Complementary color
Monochromatic Colors of #95448B
Black with #95448B
Text Example
Text Example
White with #95448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95448B; }
p { color: rgb(149,68,139); }
H1.HeaderClassName
{
color: #95448B;
}
.AnyTagClassName
{
color: #95448B;
}
</style>
background-color css
<style>
a { background-color: #95448B; }
a { background-color: rgb(149,68,139); }
div.DivClassName
{
background-color: #95448B;
}
.BgClassName
{
background-color: #95448B;
}
</style>
border-color css
<style>
span { border-color: #95448B; }
span { border-color: rgb(149,68,139); }
td.TdClassName
{
border-color: #95448B;
}
.TagClassName
{
border-color: #95448B;
}
</style>