Shades of Hippie Pink #9B5157
Tints of Hippie Pink #9B5157
RGB
CMYK
RGB Variations
Color information
#9B5157 (or 0x9B5157) is known color: Hippie Pink. HEX triplet: 9B, 51 and 57. RGB value is (155,81,87). Sum of RGB (Red+Green+Blue) = 155+81+87=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5157 is #64AEA8. Grayscale: #676767. Windows color (decimal): -6598313 or 5722523. OLE color: 5722523.
HSL color Cylindrical-coordinate representation of color #9B5157: hue angle of 355.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5157 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 87 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.39 |
| HSL | 355.14º | 0.31% | 0.46% | - |
| HSV(B) | 355.14º | 0.48% | 0.61% | - |
| XYZ | 18.18 | 13.54 | 10.67 | - |
| YUV | 103.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 87 | 0 | 0.48 | 0.44 | 0.39 | 355.14 | 0.31 | 0.46 |
| Hex | 9B | 51 | 57 | 0 | 30 | 2C | 27 | 163 | 1F | 2E |
| Octal | 233 | 121 | 127 | 0 | 60 | 54 | 47 | 543 | 37 | 56 |
| Binary | 10011011 | 1010001 | 1010111 | 0 | 110000 | 101100 | 100111 | 101100011 | 11111 | 101110 |
Color Harmonies of #9B5157
Complementary color
Monochromatic Colors of #9B5157
Black with #9B5157
Text Example
Text Example
White with #9B5157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5157; }
p { color: rgb(155,81,87); }
H1.HeaderClassName
{
color: #9B5157;
}
.AnyTagClassName
{
color: #9B5157;
}
</style>
background-color css
<style>
a { background-color: #9B5157; }
a { background-color: rgb(155,81,87); }
div.DivClassName
{
background-color: #9B5157;
}
.BgClassName
{
background-color: #9B5157;
}
</style>
border-color css
<style>
span { border-color: #9B5157; }
span { border-color: rgb(155,81,87); }
td.TdClassName
{
border-color: #9B5157;
}
.TagClassName
{
border-color: #9B5157;
}
</style>