Shades of Hippie Pink #9F4E5B
Tints of Hippie Pink #9F4E5B
RGB
CMYK
RGB Variations
Color information
#9F4E5B (or 0x9F4E5B) is known color: Hippie Pink. HEX triplet: 9F, 4E and 5B. RGB value is (159,78,91). Sum of RGB (Red+Green+Blue) = 159+78+91=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E5B is #60B1A4. Grayscale: #676767. Windows color (decimal): -6336933 or 5983903. OLE color: 5983903.
HSL color Cylindrical-coordinate representation of color #9F4E5B: hue angle of 350.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E5B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 91 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.38 |
| HSL | 350.37º | 0.34% | 0.46% | - |
| HSV(B) | 350.37º | 0.51% | 0.62% | - |
| XYZ | 18.91 | 13.58 | 11.52 | - |
| YUV | 103.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 91 | 0 | 0.51 | 0.43 | 0.38 | 350.37 | 0.34 | 0.46 |
| Hex | 9F | 4E | 5B | 0 | 33 | 2B | 26 | 15E | 22 | 2E |
| Octal | 237 | 116 | 133 | 0 | 63 | 53 | 46 | 536 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1011011 | 0 | 110011 | 101011 | 100110 | 101011110 | 100010 | 101110 |
Color Harmonies of #9F4E5B
Complementary color
Monochromatic Colors of #9F4E5B
Black with #9F4E5B
Text Example
Text Example
White with #9F4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E5B; }
p { color: rgb(159,78,91); }
H1.HeaderClassName
{
color: #9F4E5B;
}
.AnyTagClassName
{
color: #9F4E5B;
}
</style>
background-color css
<style>
a { background-color: #9F4E5B; }
a { background-color: rgb(159,78,91); }
div.DivClassName
{
background-color: #9F4E5B;
}
.BgClassName
{
background-color: #9F4E5B;
}
</style>
border-color css
<style>
span { border-color: #9F4E5B; }
span { border-color: rgb(159,78,91); }
td.TdClassName
{
border-color: #9F4E5B;
}
.TagClassName
{
border-color: #9F4E5B;
}
</style>