Shades of Hippie Pink #9D5159
Tints of Hippie Pink #9D5159
RGB
CMYK
RGB Variations
Color information
#9D5159 (or 0x9D5159) is known color: Hippie Pink. HEX triplet: 9D, 51 and 59. RGB value is (157,81,89). Sum of RGB (Red+Green+Blue) = 157+81+89=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5159 is #62AEA6. Grayscale: #686868. Windows color (decimal): -6467239 or 5853597. OLE color: 5853597.
HSL color Cylindrical-coordinate representation of color #9D5159: hue angle of 353.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5159 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 89 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.38 |
| HSL | 353.68º | 0.32% | 0.47% | - |
| HSV(B) | 353.68º | 0.48% | 0.62% | - |
| XYZ | 18.65 | 13.77 | 11.13 | - |
| YUV | 104.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 89 | 0 | 0.48 | 0.43 | 0.38 | 353.68 | 0.32 | 0.47 |
| Hex | 9D | 51 | 59 | 0 | 30 | 2B | 26 | 162 | 20 | 2F |
| Octal | 235 | 121 | 131 | 0 | 60 | 53 | 46 | 542 | 40 | 57 |
| Binary | 10011101 | 1010001 | 1011001 | 0 | 110000 | 101011 | 100110 | 101100010 | 100000 | 101111 |
Color Harmonies of #9D5159
Complementary color
Monochromatic Colors of #9D5159
Black with #9D5159
Text Example
Text Example
White with #9D5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5159; }
p { color: rgb(157,81,89); }
H1.HeaderClassName
{
color: #9D5159;
}
.AnyTagClassName
{
color: #9D5159;
}
</style>
background-color css
<style>
a { background-color: #9D5159; }
a { background-color: rgb(157,81,89); }
div.DivClassName
{
background-color: #9D5159;
}
.BgClassName
{
background-color: #9D5159;
}
</style>
border-color css
<style>
span { border-color: #9D5159; }
span { border-color: rgb(157,81,89); }
td.TdClassName
{
border-color: #9D5159;
}
.TagClassName
{
border-color: #9D5159;
}
</style>