Shades of Lipstick #9B255B
Tints of Lipstick #9B255B
RGB
CMYK
RGB Variations
Color information
#9B255B (or 0x9B255B) is known color: Lipstick. HEX triplet: 9B, 25 and 5B. RGB value is (155,37,91). Sum of RGB (Red+Green+Blue) = 155+37+91=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B255B is #64DAA4. Grayscale: #4E4E4E. Windows color (decimal): -6609573 or 5973403. OLE color: 5973403.
HSL color Cylindrical-coordinate representation of color #9B255B: hue angle of 332.54º 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 #9B255B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 91 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.39 |
| HSL | 332.54º | 0.61% | 0.38% | - |
| HSV(B) | 332.54º | 0.76% | 0.61% | - |
| XYZ | 16.07 | 9.05 | 10.8 | - |
| YUV | 78.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 91 | 0 | 0.76 | 0.41 | 0.39 | 332.54 | 0.61 | 0.38 |
| Hex | 9B | 25 | 5B | 0 | 4C | 29 | 27 | 14D | 3D | 26 |
| Octal | 233 | 45 | 133 | 0 | 114 | 51 | 47 | 515 | 75 | 46 |
| Binary | 10011011 | 100101 | 1011011 | 0 | 1001100 | 101001 | 100111 | 101001101 | 111101 | 100110 |
Color Harmonies of #9B255B
Complementary color
Monochromatic Colors of #9B255B
Black with #9B255B
Text Example
Text Example
White with #9B255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B255B; }
p { color: rgb(155,37,91); }
H1.HeaderClassName
{
color: #9B255B;
}
.AnyTagClassName
{
color: #9B255B;
}
</style>
background-color css
<style>
a { background-color: #9B255B; }
a { background-color: rgb(155,37,91); }
div.DivClassName
{
background-color: #9B255B;
}
.BgClassName
{
background-color: #9B255B;
}
</style>
border-color css
<style>
span { border-color: #9B255B; }
span { border-color: rgb(155,37,91); }
td.TdClassName
{
border-color: #9B255B;
}
.TagClassName
{
border-color: #9B255B;
}
</style>