Shades of Hippie Pink #9F515D
Tints of Hippie Pink #9F515D
RGB
CMYK
RGB Variations
Color information
#9F515D (or 0x9F515D) is known color: Hippie Pink. HEX triplet: 9F, 51 and 5D. RGB value is (159,81,93). Sum of RGB (Red+Green+Blue) = 159+81+93=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F515D is #60AEA2. Grayscale: #696969. Windows color (decimal): -6336163 or 6115743. OLE color: 6115743.
HSL color Cylindrical-coordinate representation of color #9F515D: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F515D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 93 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.38 |
| HSL | 350.77º | 0.33% | 0.47% | - |
| HSV(B) | 350.77º | 0.49% | 0.62% | - |
| XYZ | 19.22 | 14.05 | 12.05 | - |
| YUV | 105.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 93 | 0 | 0.49 | 0.42 | 0.38 | 350.77 | 0.33 | 0.47 |
| Hex | 9F | 51 | 5D | 0 | 31 | 2A | 26 | 15F | 20 | 2F |
| Octal | 237 | 121 | 135 | 0 | 61 | 52 | 46 | 537 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1011101 | 0 | 110001 | 101010 | 100110 | 101011111 | 100000 | 101111 |
Color Harmonies of #9F515D
Complementary color
Monochromatic Colors of #9F515D
Black with #9F515D
Text Example
Text Example
White with #9F515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F515D; }
p { color: rgb(159,81,93); }
H1.HeaderClassName
{
color: #9F515D;
}
.AnyTagClassName
{
color: #9F515D;
}
</style>
background-color css
<style>
a { background-color: #9F515D; }
a { background-color: rgb(159,81,93); }
div.DivClassName
{
background-color: #9F515D;
}
.BgClassName
{
background-color: #9F515D;
}
</style>
border-color css
<style>
span { border-color: #9F515D; }
span { border-color: rgb(159,81,93); }
td.TdClassName
{
border-color: #9F515D;
}
.TagClassName
{
border-color: #9F515D;
}
</style>