Shades of Lipstick #9B294A
Tints of Lipstick #9B294A
RGB
CMYK
RGB Variations
Color information
#9B294A (or 0x9B294A) is known color: Lipstick. HEX triplet: 9B, 29 and 4A. RGB value is (155,41,74). Sum of RGB (Red+Green+Blue) = 155+41+74=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B294A is #64D6B5. Grayscale: #4E4E4E. Windows color (decimal): -6608566 or 4860315. OLE color: 4860315.
HSL color Cylindrical-coordinate representation of color #9B294A: hue angle of 342.63º degrees, saturation: 0.58, 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 #9B294A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 74 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.39 |
| HSL | 342.63º | 0.58% | 0.38% | - |
| HSV(B) | 342.63º | 0.74% | 0.61% | - |
| XYZ | 15.55 | 9.05 | 7.41 | - |
| YUV | 78.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 74 | 0 | 0.74 | 0.52 | 0.39 | 342.63 | 0.58 | 0.38 |
| Hex | 9B | 29 | 4A | 0 | 4A | 34 | 27 | 157 | 3A | 26 |
| Octal | 233 | 51 | 112 | 0 | 112 | 64 | 47 | 527 | 72 | 46 |
| Binary | 10011011 | 101001 | 1001010 | 0 | 1001010 | 110100 | 100111 | 101010111 | 111010 | 100110 |
Color Harmonies of #9B294A
Complementary color
Monochromatic Colors of #9B294A
Black with #9B294A
Text Example
Text Example
White with #9B294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B294A; }
p { color: rgb(155,41,74); }
H1.HeaderClassName
{
color: #9B294A;
}
.AnyTagClassName
{
color: #9B294A;
}
</style>
background-color css
<style>
a { background-color: #9B294A; }
a { background-color: rgb(155,41,74); }
div.DivClassName
{
background-color: #9B294A;
}
.BgClassName
{
background-color: #9B294A;
}
</style>
border-color css
<style>
span { border-color: #9B294A; }
span { border-color: rgb(155,41,74); }
td.TdClassName
{
border-color: #9B294A;
}
.TagClassName
{
border-color: #9B294A;
}
</style>