Shades of Lipstick #9B2964
Tints of Lipstick #9B2964
RGB
CMYK
RGB Variations
Color information
#9B2964 (or 0x9B2964) is known color: Lipstick. HEX triplet: 9B, 29 and 64. RGB value is (155,41,100). Sum of RGB (Red+Green+Blue) = 155+41+100=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2964 is #64D69B. Grayscale: #515151. Windows color (decimal): -6608540 or 6564251. OLE color: 6564251.
HSL color Cylindrical-coordinate representation of color #9B2964: hue angle of 328.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2964 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 100 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.39 |
| HSL | 328.95º | 0.58% | 0.38% | - |
| HSV(B) | 328.95º | 0.74% | 0.61% | - |
| XYZ | 16.61 | 9.47 | 13.01 | - |
| YUV | 81.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 100 | 0 | 0.74 | 0.35 | 0.39 | 328.95 | 0.58 | 0.38 |
| Hex | 9B | 29 | 64 | 0 | 4A | 23 | 27 | 149 | 3A | 26 |
| Octal | 233 | 51 | 144 | 0 | 112 | 43 | 47 | 511 | 72 | 46 |
| Binary | 10011011 | 101001 | 1100100 | 0 | 1001010 | 100011 | 100111 | 101001001 | 111010 | 100110 |
Color Harmonies of #9B2964
Complementary color
Monochromatic Colors of #9B2964
Black with #9B2964
Text Example
Text Example
White with #9B2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2964; }
p { color: rgb(155,41,100); }
H1.HeaderClassName
{
color: #9B2964;
}
.AnyTagClassName
{
color: #9B2964;
}
</style>
background-color css
<style>
a { background-color: #9B2964; }
a { background-color: rgb(155,41,100); }
div.DivClassName
{
background-color: #9B2964;
}
.BgClassName
{
background-color: #9B2964;
}
</style>
border-color css
<style>
span { border-color: #9B2964; }
span { border-color: rgb(155,41,100); }
td.TdClassName
{
border-color: #9B2964;
}
.TagClassName
{
border-color: #9B2964;
}
</style>