Shades of Lipstick #9B2B63
Tints of Lipstick #9B2B63
RGB
CMYK
RGB Variations
Color information
#9B2B63 (or 0x9B2B63) is known color: Lipstick. HEX triplet: 9B, 2B and 63. RGB value is (155,43,99). Sum of RGB (Red+Green+Blue) = 155+43+99=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2B63 is #64D49C. Grayscale: #525252. Windows color (decimal): -6608029 or 6499227. OLE color: 6499227.
HSL color Cylindrical-coordinate representation of color #9B2B63: hue angle of 330º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B63 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 43 | 99 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.39 |
| HSL | 330º | 0.57% | 0.39% | - |
| HSV(B) | 330º | 0.72% | 0.61% | - |
| XYZ | 16.63 | 9.6 | 12.78 | - |
| YUV | 82.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 99 | 0 | 0.72 | 0.36 | 0.39 | 330 | 0.57 | 0.39 |
| Hex | 9B | 2B | 63 | 0 | 48 | 24 | 27 | 14A | 39 | 27 |
| Octal | 233 | 53 | 143 | 0 | 110 | 44 | 47 | 512 | 71 | 47 |
| Binary | 10011011 | 101011 | 1100011 | 0 | 1001000 | 100100 | 100111 | 101001010 | 111001 | 100111 |
Color Harmonies of #9B2B63
Complementary color
Monochromatic Colors of #9B2B63
Black with #9B2B63
Text Example
Text Example
White with #9B2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2B63; }
p { color: rgb(155,43,99); }
H1.HeaderClassName
{
color: #9B2B63;
}
.AnyTagClassName
{
color: #9B2B63;
}
</style>
background-color css
<style>
a { background-color: #9B2B63; }
a { background-color: rgb(155,43,99); }
div.DivClassName
{
background-color: #9B2B63;
}
.BgClassName
{
background-color: #9B2B63;
}
</style>
border-color css
<style>
span { border-color: #9B2B63; }
span { border-color: rgb(155,43,99); }
td.TdClassName
{
border-color: #9B2B63;
}
.TagClassName
{
border-color: #9B2B63;
}
</style>