Shades of Hippie Pink #9F4E5C
Tints of Hippie Pink #9F4E5C
RGB
CMYK
RGB Variations
Color information
#9F4E5C (or 0x9F4E5C) is known color: Hippie Pink. HEX triplet: 9F, 4E and 5C. RGB value is (159,78,92). Sum of RGB (Red+Green+Blue) = 159+78+92=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E5C is #60B1A3. Grayscale: #676767. Windows color (decimal): -6336932 or 6049439. OLE color: 6049439.
HSL color Cylindrical-coordinate representation of color #9F4E5C: hue angle of 349.63º 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 #9F4E5C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 92 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.38 |
| HSL | 349.63º | 0.34% | 0.46% | - |
| HSV(B) | 349.63º | 0.51% | 0.62% | - |
| XYZ | 18.95 | 13.59 | 11.75 | - |
| YUV | 103.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 92 | 0 | 0.51 | 0.42 | 0.38 | 349.63 | 0.34 | 0.46 |
| Hex | 9F | 4E | 5C | 0 | 33 | 2A | 26 | 15E | 22 | 2E |
| Octal | 237 | 116 | 134 | 0 | 63 | 52 | 46 | 536 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1011100 | 0 | 110011 | 101010 | 100110 | 101011110 | 100010 | 101110 |
Color Harmonies of #9F4E5C
Complementary color
Monochromatic Colors of #9F4E5C
Black with #9F4E5C
Text Example
Text Example
White with #9F4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E5C; }
p { color: rgb(159,78,92); }
H1.HeaderClassName
{
color: #9F4E5C;
}
.AnyTagClassName
{
color: #9F4E5C;
}
</style>
background-color css
<style>
a { background-color: #9F4E5C; }
a { background-color: rgb(159,78,92); }
div.DivClassName
{
background-color: #9F4E5C;
}
.BgClassName
{
background-color: #9F4E5C;
}
</style>
border-color css
<style>
span { border-color: #9F4E5C; }
span { border-color: rgb(159,78,92); }
td.TdClassName
{
border-color: #9F4E5C;
}
.TagClassName
{
border-color: #9F4E5C;
}
</style>