Shades of Lipstick #9B3168
Tints of Lipstick #9B3168
RGB
CMYK
RGB Variations
Color information
#9B3168 (or 0x9B3168) is known color: Lipstick. HEX triplet: 9B, 31 and 68. RGB value is (155,49,104). Sum of RGB (Red+Green+Blue) = 155+49+104=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3168 is #64CE97. Grayscale: #565656. Windows color (decimal): -6606488 or 6828443. OLE color: 6828443.
HSL color Cylindrical-coordinate representation of color #9B3168: hue angle of 328.87º 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 #9B3168 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 104 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.39 |
| HSL | 328.87º | 0.52% | 0.4% | - |
| HSV(B) | 328.87º | 0.68% | 0.61% | - |
| XYZ | 17.11 | 10.16 | 14.16 | - |
| YUV | 86.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 104 | 0 | 0.68 | 0.33 | 0.39 | 328.87 | 0.52 | 0.4 |
| Hex | 9B | 31 | 68 | 0 | 44 | 21 | 27 | 149 | 34 | 28 |
| Octal | 233 | 61 | 150 | 0 | 104 | 41 | 47 | 511 | 64 | 50 |
| Binary | 10011011 | 110001 | 1101000 | 0 | 1000100 | 100001 | 100111 | 101001001 | 110100 | 101000 |
Color Harmonies of #9B3168
Complementary color
Monochromatic Colors of #9B3168
Black with #9B3168
Text Example
Text Example
White with #9B3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3168; }
p { color: rgb(155,49,104); }
H1.HeaderClassName
{
color: #9B3168;
}
.AnyTagClassName
{
color: #9B3168;
}
</style>
background-color css
<style>
a { background-color: #9B3168; }
a { background-color: rgb(155,49,104); }
div.DivClassName
{
background-color: #9B3168;
}
.BgClassName
{
background-color: #9B3168;
}
</style>
border-color css
<style>
span { border-color: #9B3168; }
span { border-color: rgb(155,49,104); }
td.TdClassName
{
border-color: #9B3168;
}
.TagClassName
{
border-color: #9B3168;
}
</style>