Shades of Lipstick #9B2D5F
Tints of Lipstick #9B2D5F
RGB
CMYK
RGB Variations
Color information
#9B2D5F (or 0x9B2D5F) is known color: Lipstick. HEX triplet: 9B, 2D and 5F. RGB value is (155,45,95). Sum of RGB (Red+Green+Blue) = 155+45+95=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2D5F is #64D2A0. Grayscale: #535353. Windows color (decimal): -6607521 or 6237595. OLE color: 6237595.
HSL color Cylindrical-coordinate representation of color #9B2D5F: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D5F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 95 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.39 |
| HSL | 332.73º | 0.55% | 0.39% | - |
| HSV(B) | 332.73º | 0.71% | 0.61% | - |
| XYZ | 16.52 | 9.67 | 11.82 | - |
| YUV | 83.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 95 | 0 | 0.71 | 0.39 | 0.39 | 332.73 | 0.55 | 0.39 |
| Hex | 9B | 2D | 5F | 0 | 47 | 27 | 27 | 14D | 37 | 27 |
| Octal | 233 | 55 | 137 | 0 | 107 | 47 | 47 | 515 | 67 | 47 |
| Binary | 10011011 | 101101 | 1011111 | 0 | 1000111 | 100111 | 100111 | 101001101 | 110111 | 100111 |
Color Harmonies of #9B2D5F
Complementary color
Monochromatic Colors of #9B2D5F
Black with #9B2D5F
Text Example
Text Example
White with #9B2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D5F; }
p { color: rgb(155,45,95); }
H1.HeaderClassName
{
color: #9B2D5F;
}
.AnyTagClassName
{
color: #9B2D5F;
}
</style>
background-color css
<style>
a { background-color: #9B2D5F; }
a { background-color: rgb(155,45,95); }
div.DivClassName
{
background-color: #9B2D5F;
}
.BgClassName
{
background-color: #9B2D5F;
}
</style>
border-color css
<style>
span { border-color: #9B2D5F; }
span { border-color: rgb(155,45,95); }
td.TdClassName
{
border-color: #9B2D5F;
}
.TagClassName
{
border-color: #9B2D5F;
}
</style>