Shades of Lipstick #9B2867
Tints of Lipstick #9B2867
RGB
CMYK
RGB Variations
Color information
#9B2867 (or 0x9B2867) is known color: Lipstick. HEX triplet: 9B, 28 and 67. RGB value is (155,40,103). Sum of RGB (Red+Green+Blue) = 155+40+103=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2867 is #64D798. Grayscale: #515151. Windows color (decimal): -6608793 or 6760603. OLE color: 6760603.
HSL color Cylindrical-coordinate representation of color #9B2867: hue angle of 327.13º 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 #9B2867 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 103 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.39 |
| HSL | 327.13º | 0.59% | 0.38% | - |
| HSV(B) | 327.13º | 0.74% | 0.61% | - |
| XYZ | 16.72 | 9.47 | 13.78 | - |
| YUV | 81.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 103 | 0 | 0.74 | 0.34 | 0.39 | 327.13 | 0.59 | 0.38 |
| Hex | 9B | 28 | 67 | 0 | 4A | 22 | 27 | 147 | 3B | 26 |
| Octal | 233 | 50 | 147 | 0 | 112 | 42 | 47 | 507 | 73 | 46 |
| Binary | 10011011 | 101000 | 1100111 | 0 | 1001010 | 100010 | 100111 | 101000111 | 111011 | 100110 |
Color Harmonies of #9B2867
Complementary color
Monochromatic Colors of #9B2867
Black with #9B2867
Text Example
Text Example
White with #9B2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2867; }
p { color: rgb(155,40,103); }
H1.HeaderClassName
{
color: #9B2867;
}
.AnyTagClassName
{
color: #9B2867;
}
</style>
background-color css
<style>
a { background-color: #9B2867; }
a { background-color: rgb(155,40,103); }
div.DivClassName
{
background-color: #9B2867;
}
.BgClassName
{
background-color: #9B2867;
}
</style>
border-color css
<style>
span { border-color: #9B2867; }
span { border-color: rgb(155,40,103); }
td.TdClassName
{
border-color: #9B2867;
}
.TagClassName
{
border-color: #9B2867;
}
</style>