Shades of Trendy Pink #945588
Tints of Trendy Pink #945588
RGB
CMYK
RGB Variations
Color information
#945588 (or 0x945588) is known color: Trendy Pink. HEX triplet: 94, 55 and 88. RGB value is (148,85,136). Sum of RGB (Red+Green+Blue) = 148+85+136=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #945588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945588 is #6BAA77. Grayscale: #6D6D6D. Windows color (decimal): -7055992 or 8934804. OLE color: 8934804.
HSL color Cylindrical-coordinate representation of color #945588: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945588 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 136 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.42 |
| HSL | 311.43º | 0.27% | 0.46% | - |
| HSV(B) | 311.43º | 0.43% | 0.58% | - |
| XYZ | 19.91 | 14.57 | 25.06 | - |
| YUV | 109.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 136 | 0 | 0.43 | 0.08 | 0.42 | 311.43 | 0.27 | 0.46 |
| Hex | 94 | 55 | 88 | 0 | 2B | 8 | 2A | 137 | 1B | 2E |
| Octal | 224 | 125 | 210 | 0 | 53 | 10 | 52 | 467 | 33 | 56 |
| Binary | 10010100 | 1010101 | 10001000 | 0 | 101011 | 1000 | 101010 | 100110111 | 11011 | 101110 |
Color Harmonies of #945588
Complementary color
Monochromatic Colors of #945588
Black with #945588
Text Example
Text Example
White with #945588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945588; }
p { color: rgb(148,85,136); }
H1.HeaderClassName
{
color: #945588;
}
.AnyTagClassName
{
color: #945588;
}
</style>
background-color css
<style>
a { background-color: #945588; }
a { background-color: rgb(148,85,136); }
div.DivClassName
{
background-color: #945588;
}
.BgClassName
{
background-color: #945588;
}
</style>
border-color css
<style>
span { border-color: #945588; }
span { border-color: rgb(148,85,136); }
td.TdClassName
{
border-color: #945588;
}
.TagClassName
{
border-color: #945588;
}
</style>