Shades of Lipstick #9B3163
Tints of Lipstick #9B3163
RGB
CMYK
RGB Variations
Color information
#9B3163 (or 0x9B3163) is known color: Lipstick. HEX triplet: 9B, 31 and 63. RGB value is (155,49,99). Sum of RGB (Red+Green+Blue) = 155+49+99=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3163 is #64CE9C. Grayscale: #565656. Windows color (decimal): -6606493 or 6500763. OLE color: 6500763.
HSL color Cylindrical-coordinate representation of color #9B3163: hue angle of 331.7º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3163 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 99 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.39 |
| HSL | 331.7º | 0.52% | 0.4% | - |
| HSV(B) | 331.7º | 0.68% | 0.61% | - |
| XYZ | 16.87 | 10.07 | 12.86 | - |
| YUV | 86.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 99 | 0 | 0.68 | 0.36 | 0.39 | 331.7 | 0.52 | 0.4 |
| Hex | 9B | 31 | 63 | 0 | 44 | 24 | 27 | 14C | 34 | 28 |
| Octal | 233 | 61 | 143 | 0 | 104 | 44 | 47 | 514 | 64 | 50 |
| Binary | 10011011 | 110001 | 1100011 | 0 | 1000100 | 100100 | 100111 | 101001100 | 110100 | 101000 |
Color Harmonies of #9B3163
Complementary color
Monochromatic Colors of #9B3163
Black with #9B3163
Text Example
Text Example
White with #9B3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3163; }
p { color: rgb(155,49,99); }
H1.HeaderClassName
{
color: #9B3163;
}
.AnyTagClassName
{
color: #9B3163;
}
</style>
background-color css
<style>
a { background-color: #9B3163; }
a { background-color: rgb(155,49,99); }
div.DivClassName
{
background-color: #9B3163;
}
.BgClassName
{
background-color: #9B3163;
}
</style>
border-color css
<style>
span { border-color: #9B3163; }
span { border-color: rgb(155,49,99); }
td.TdClassName
{
border-color: #9B3163;
}
.TagClassName
{
border-color: #9B3163;
}
</style>