Shades of Lipstick #9B255F
Tints of Lipstick #9B255F
RGB
CMYK
RGB Variations
Color information
#9B255F (or 0x9B255F) is known color: Lipstick. HEX triplet: 9B, 25 and 5F. RGB value is (155,37,95). Sum of RGB (Red+Green+Blue) = 155+37+95=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B255F is #64DAA0. Grayscale: #4E4E4E. Windows color (decimal): -6609569 or 6235547. OLE color: 6235547.
HSL color Cylindrical-coordinate representation of color #9B255F: hue angle of 330.51º 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 #9B255F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 95 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.39 |
| HSL | 330.51º | 0.61% | 0.38% | - |
| HSV(B) | 330.51º | 0.76% | 0.61% | - |
| XYZ | 16.24 | 9.12 | 11.73 | - |
| YUV | 78.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 95 | 0 | 0.76 | 0.39 | 0.39 | 330.51 | 0.61 | 0.38 |
| Hex | 9B | 25 | 5F | 0 | 4C | 27 | 27 | 14B | 3D | 26 |
| Octal | 233 | 45 | 137 | 0 | 114 | 47 | 47 | 513 | 75 | 46 |
| Binary | 10011011 | 100101 | 1011111 | 0 | 1001100 | 100111 | 100111 | 101001011 | 111101 | 100110 |
Color Harmonies of #9B255F
Complementary color
Monochromatic Colors of #9B255F
Black with #9B255F
Text Example
Text Example
White with #9B255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B255F; }
p { color: rgb(155,37,95); }
H1.HeaderClassName
{
color: #9B255F;
}
.AnyTagClassName
{
color: #9B255F;
}
</style>
background-color css
<style>
a { background-color: #9B255F; }
a { background-color: rgb(155,37,95); }
div.DivClassName
{
background-color: #9B255F;
}
.BgClassName
{
background-color: #9B255F;
}
</style>
border-color css
<style>
span { border-color: #9B255F; }
span { border-color: rgb(155,37,95); }
td.TdClassName
{
border-color: #9B255F;
}
.TagClassName
{
border-color: #9B255F;
}
</style>