Shades of Lipstick #9B2864
Tints of Lipstick #9B2864
RGB
CMYK
RGB Variations
Color information
#9B2864 (or 0x9B2864) is known color: Lipstick. HEX triplet: 9B, 28 and 64. RGB value is (155,40,100). Sum of RGB (Red+Green+Blue) = 155+40+100=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2864 is #64D79B. Grayscale: #515151. Windows color (decimal): -6608796 or 6563995. OLE color: 6563995.
HSL color Cylindrical-coordinate representation of color #9B2864: hue angle of 328.7º degrees, saturation: 0.59, 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 #9B2864 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 100 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.39 |
| HSL | 328.7º | 0.59% | 0.38% | - |
| HSV(B) | 328.7º | 0.74% | 0.61% | - |
| XYZ | 16.58 | 9.41 | 13 | - |
| YUV | 81.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 100 | 0 | 0.74 | 0.35 | 0.39 | 328.7 | 0.59 | 0.38 |
| Hex | 9B | 28 | 64 | 0 | 4A | 23 | 27 | 149 | 3B | 26 |
| Octal | 233 | 50 | 144 | 0 | 112 | 43 | 47 | 511 | 73 | 46 |
| Binary | 10011011 | 101000 | 1100100 | 0 | 1001010 | 100011 | 100111 | 101001001 | 111011 | 100110 |
Color Harmonies of #9B2864
Complementary color
Monochromatic Colors of #9B2864
Black with #9B2864
Text Example
Text Example
White with #9B2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2864; }
p { color: rgb(155,40,100); }
H1.HeaderClassName
{
color: #9B2864;
}
.AnyTagClassName
{
color: #9B2864;
}
</style>
background-color css
<style>
a { background-color: #9B2864; }
a { background-color: rgb(155,40,100); }
div.DivClassName
{
background-color: #9B2864;
}
.BgClassName
{
background-color: #9B2864;
}
</style>
border-color css
<style>
span { border-color: #9B2864; }
span { border-color: rgb(155,40,100); }
td.TdClassName
{
border-color: #9B2864;
}
.TagClassName
{
border-color: #9B2864;
}
</style>