Shades of Lipstick #9B255C
Tints of Lipstick #9B255C
RGB
CMYK
RGB Variations
Color information
#9B255C (or 0x9B255C) is known color: Lipstick. HEX triplet: 9B, 25 and 5C. RGB value is (155,37,92). Sum of RGB (Red+Green+Blue) = 155+37+92=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B255C is #64DAA3. Grayscale: #4E4E4E. Windows color (decimal): -6609572 or 6038939. OLE color: 6038939.
HSL color Cylindrical-coordinate representation of color #9B255C: hue angle of 332.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B255C is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 92 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.39 |
| HSL | 332.03º | 0.61% | 0.38% | - |
| HSV(B) | 332.03º | 0.76% | 0.61% | - |
| XYZ | 16.11 | 9.06 | 11.03 | - |
| YUV | 78.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 92 | 0 | 0.76 | 0.41 | 0.39 | 332.03 | 0.61 | 0.38 |
| Hex | 9B | 25 | 5C | 0 | 4C | 29 | 27 | 14C | 3D | 26 |
| Octal | 233 | 45 | 134 | 0 | 114 | 51 | 47 | 514 | 75 | 46 |
| Binary | 10011011 | 100101 | 1011100 | 0 | 1001100 | 101001 | 100111 | 101001100 | 111101 | 100110 |
Color Harmonies of #9B255C
Complementary color
Monochromatic Colors of #9B255C
Black with #9B255C
Text Example
Text Example
White with #9B255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B255C; }
p { color: rgb(155,37,92); }
H1.HeaderClassName
{
color: #9B255C;
}
.AnyTagClassName
{
color: #9B255C;
}
</style>
background-color css
<style>
a { background-color: #9B255C; }
a { background-color: rgb(155,37,92); }
div.DivClassName
{
background-color: #9B255C;
}
.BgClassName
{
background-color: #9B255C;
}
</style>
border-color css
<style>
span { border-color: #9B255C; }
span { border-color: rgb(155,37,92); }
td.TdClassName
{
border-color: #9B255C;
}
.TagClassName
{
border-color: #9B255C;
}
</style>