Shades of Hippie Pink #9F505D
Tints of Hippie Pink #9F505D
RGB
CMYK
RGB Variations
Color information
#9F505D (or 0x9F505D) is known color: Hippie Pink. HEX triplet: 9F, 50 and 5D. RGB value is (159,80,93). Sum of RGB (Red+Green+Blue) = 159+80+93=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F505D is #60AFA2. Grayscale: #696969. Windows color (decimal): -6336419 or 6115487. OLE color: 6115487.
HSL color Cylindrical-coordinate representation of color #9F505D: hue angle of 350.13º 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 #9F505D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 93 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.38 |
| HSL | 350.13º | 0.33% | 0.47% | - |
| HSV(B) | 350.13º | 0.5% | 0.62% | - |
| XYZ | 19.14 | 13.9 | 12.03 | - |
| YUV | 105.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 93 | 0 | 0.50 | 0.42 | 0.38 | 350.13 | 0.33 | 0.47 |
| Hex | 9F | 50 | 5D | 0 | 32 | 2A | 26 | 15E | 21 | 2F |
| Octal | 237 | 120 | 135 | 0 | 62 | 52 | 46 | 536 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1011101 | 0 | 110010 | 101010 | 100110 | 101011110 | 100001 | 101111 |
Color Harmonies of #9F505D
Complementary color
Monochromatic Colors of #9F505D
Black with #9F505D
Text Example
Text Example
White with #9F505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F505D; }
p { color: rgb(159,80,93); }
H1.HeaderClassName
{
color: #9F505D;
}
.AnyTagClassName
{
color: #9F505D;
}
</style>
background-color css
<style>
a { background-color: #9F505D; }
a { background-color: rgb(159,80,93); }
div.DivClassName
{
background-color: #9F505D;
}
.BgClassName
{
background-color: #9F505D;
}
</style>
border-color css
<style>
span { border-color: #9F505D; }
span { border-color: rgb(159,80,93); }
td.TdClassName
{
border-color: #9F505D;
}
.TagClassName
{
border-color: #9F505D;
}
</style>