Shades of Lipstick #9B2C69
Tints of Lipstick #9B2C69
RGB
CMYK
RGB Variations
Color information
#9B2C69 (or 0x9B2C69) is known color: Lipstick. HEX triplet: 9B, 2C and 69. RGB value is (155,44,105). Sum of RGB (Red+Green+Blue) = 155+44+105=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C69 is #64D396. Grayscale: #545454. Windows color (decimal): -6607767 or 6892699. OLE color: 6892699.
HSL color Cylindrical-coordinate representation of color #9B2C69: hue angle of 327.03º degrees, saturation: 0.56, 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 #9B2C69 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 105 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.39 |
| HSL | 327.03º | 0.56% | 0.39% | - |
| HSV(B) | 327.03º | 0.72% | 0.61% | - |
| XYZ | 16.97 | 9.79 | 14.36 | - |
| YUV | 84.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 105 | 0 | 0.72 | 0.32 | 0.39 | 327.03 | 0.56 | 0.39 |
| Hex | 9B | 2C | 69 | 0 | 48 | 20 | 27 | 147 | 38 | 27 |
| Octal | 233 | 54 | 151 | 0 | 110 | 40 | 47 | 507 | 70 | 47 |
| Binary | 10011011 | 101100 | 1101001 | 0 | 1001000 | 100000 | 100111 | 101000111 | 111000 | 100111 |
Color Harmonies of #9B2C69
Complementary color
Monochromatic Colors of #9B2C69
Black with #9B2C69
Text Example
Text Example
White with #9B2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C69; }
p { color: rgb(155,44,105); }
H1.HeaderClassName
{
color: #9B2C69;
}
.AnyTagClassName
{
color: #9B2C69;
}
</style>
background-color css
<style>
a { background-color: #9B2C69; }
a { background-color: rgb(155,44,105); }
div.DivClassName
{
background-color: #9B2C69;
}
.BgClassName
{
background-color: #9B2C69;
}
</style>
border-color css
<style>
span { border-color: #9B2C69; }
span { border-color: rgb(155,44,105); }
td.TdClassName
{
border-color: #9B2C69;
}
.TagClassName
{
border-color: #9B2C69;
}
</style>