Shades of Hippie Pink #9F545D
Tints of Hippie Pink #9F545D
RGB
CMYK
RGB Variations
Color information
#9F545D (or 0x9F545D) is known color: Hippie Pink. HEX triplet: 9F, 54 and 5D. RGB value is (159,84,93). Sum of RGB (Red+Green+Blue) = 159+84+93=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F545D is #60ABA2. Grayscale: #6B6B6B. Windows color (decimal): -6335395 or 6116511. OLE color: 6116511.
HSL color Cylindrical-coordinate representation of color #9F545D: hue angle of 352.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F545D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 93 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.38 |
| HSL | 352.8º | 0.31% | 0.48% | - |
| HSV(B) | 352.8º | 0.47% | 0.62% | - |
| XYZ | 19.44 | 14.5 | 12.13 | - |
| YUV | 107.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 93 | 0 | 0.47 | 0.42 | 0.38 | 352.8 | 0.31 | 0.48 |
| Hex | 9F | 54 | 5D | 0 | 2F | 2A | 26 | 161 | 1F | 30 |
| Octal | 237 | 124 | 135 | 0 | 57 | 52 | 46 | 541 | 37 | 60 |
| Binary | 10011111 | 1010100 | 1011101 | 0 | 101111 | 101010 | 100110 | 101100001 | 11111 | 110000 |
Color Harmonies of #9F545D
Complementary color
Monochromatic Colors of #9F545D
Black with #9F545D
Text Example
Text Example
White with #9F545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F545D; }
p { color: rgb(159,84,93); }
H1.HeaderClassName
{
color: #9F545D;
}
.AnyTagClassName
{
color: #9F545D;
}
</style>
background-color css
<style>
a { background-color: #9F545D; }
a { background-color: rgb(159,84,93); }
div.DivClassName
{
background-color: #9F545D;
}
.BgClassName
{
background-color: #9F545D;
}
</style>
border-color css
<style>
span { border-color: #9F545D; }
span { border-color: rgb(159,84,93); }
td.TdClassName
{
border-color: #9F545D;
}
.TagClassName
{
border-color: #9F545D;
}
</style>