Shades of Hippie Pink #9F5154
Tints of Hippie Pink #9F5154
RGB
CMYK
RGB Variations
Color information
#9F5154 (or 0x9F5154) is known color: Hippie Pink. HEX triplet: 9F, 51 and 54. RGB value is (159,81,84). Sum of RGB (Red+Green+Blue) = 159+81+84=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5154 is #60AEAB. Grayscale: #686868. Windows color (decimal): -6336172 or 5525919. OLE color: 5525919.
HSL color Cylindrical-coordinate representation of color #9F5154: hue angle of 357.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5154 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 84 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.38 |
| HSL | 357.69º | 0.33% | 0.47% | - |
| HSV(B) | 357.69º | 0.49% | 0.62% | - |
| XYZ | 18.84 | 13.9 | 10.08 | - |
| YUV | 104.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 84 | 0 | 0.49 | 0.47 | 0.38 | 357.69 | 0.33 | 0.47 |
| Hex | 9F | 51 | 54 | 0 | 31 | 2F | 26 | 166 | 20 | 2F |
| Octal | 237 | 121 | 124 | 0 | 61 | 57 | 46 | 546 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1010100 | 0 | 110001 | 101111 | 100110 | 101100110 | 100000 | 101111 |
Color Harmonies of #9F5154
Complementary color
Monochromatic Colors of #9F5154
Black with #9F5154
Text Example
Text Example
White with #9F5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5154; }
p { color: rgb(159,81,84); }
H1.HeaderClassName
{
color: #9F5154;
}
.AnyTagClassName
{
color: #9F5154;
}
</style>
background-color css
<style>
a { background-color: #9F5154; }
a { background-color: rgb(159,81,84); }
div.DivClassName
{
background-color: #9F5154;
}
.BgClassName
{
background-color: #9F5154;
}
</style>
border-color css
<style>
span { border-color: #9F5154; }
span { border-color: rgb(159,81,84); }
td.TdClassName
{
border-color: #9F5154;
}
.TagClassName
{
border-color: #9F5154;
}
</style>