Shades of Hippie Pink #9F5054
Tints of Hippie Pink #9F5054
RGB
CMYK
RGB Variations
Color information
#9F5054 (or 0x9F5054) is known color: Hippie Pink. HEX triplet: 9F, 50 and 54. RGB value is (159,80,84). Sum of RGB (Red+Green+Blue) = 159+80+84=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5054 is #60AFAB. Grayscale: #686868. Windows color (decimal): -6336428 or 5525663. OLE color: 5525663.
HSL color Cylindrical-coordinate representation of color #9F5054: hue angle of 356.96º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5054 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 84 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.38 |
| HSL | 356.96º | 0.33% | 0.47% | - |
| HSV(B) | 356.96º | 0.5% | 0.62% | - |
| XYZ | 18.77 | 13.75 | 10.05 | - |
| YUV | 104.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 84 | 0 | 0.50 | 0.47 | 0.38 | 356.96 | 0.33 | 0.47 |
| Hex | 9F | 50 | 54 | 0 | 32 | 2F | 26 | 165 | 21 | 2F |
| Octal | 237 | 120 | 124 | 0 | 62 | 57 | 46 | 545 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1010100 | 0 | 110010 | 101111 | 100110 | 101100101 | 100001 | 101111 |
Color Harmonies of #9F5054
Complementary color
Monochromatic Colors of #9F5054
Black with #9F5054
Text Example
Text Example
White with #9F5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5054; }
p { color: rgb(159,80,84); }
H1.HeaderClassName
{
color: #9F5054;
}
.AnyTagClassName
{
color: #9F5054;
}
</style>
background-color css
<style>
a { background-color: #9F5054; }
a { background-color: rgb(159,80,84); }
div.DivClassName
{
background-color: #9F5054;
}
.BgClassName
{
background-color: #9F5054;
}
</style>
border-color css
<style>
span { border-color: #9F5054; }
span { border-color: rgb(159,80,84); }
td.TdClassName
{
border-color: #9F5054;
}
.TagClassName
{
border-color: #9F5054;
}
</style>