Shades of Lipstick #9B2A64
Tints of Lipstick #9B2A64
RGB
CMYK
RGB Variations
Color information
#9B2A64 (or 0x9B2A64) is known color: Lipstick. HEX triplet: 9B, 2A and 64. RGB value is (155,42,100). Sum of RGB (Red+Green+Blue) = 155+42+100=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2A64 is #64D59B. Grayscale: #525252. Windows color (decimal): -6608284 or 6564507. OLE color: 6564507.
HSL color Cylindrical-coordinate representation of color #9B2A64: hue angle of 329.2º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A64 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 42 | 100 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.39 |
| HSL | 329.2º | 0.57% | 0.39% | - |
| HSV(B) | 329.2º | 0.73% | 0.61% | - |
| XYZ | 16.65 | 9.54 | 13.02 | - |
| YUV | 82.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 100 | 0 | 0.73 | 0.35 | 0.39 | 329.2 | 0.57 | 0.39 |
| Hex | 9B | 2A | 64 | 0 | 49 | 23 | 27 | 149 | 39 | 27 |
| Octal | 233 | 52 | 144 | 0 | 111 | 43 | 47 | 511 | 71 | 47 |
| Binary | 10011011 | 101010 | 1100100 | 0 | 1001001 | 100011 | 100111 | 101001001 | 111001 | 100111 |
Color Harmonies of #9B2A64
Complementary color
Monochromatic Colors of #9B2A64
Black with #9B2A64
Text Example
Text Example
White with #9B2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2A64; }
p { color: rgb(155,42,100); }
H1.HeaderClassName
{
color: #9B2A64;
}
.AnyTagClassName
{
color: #9B2A64;
}
</style>
background-color css
<style>
a { background-color: #9B2A64; }
a { background-color: rgb(155,42,100); }
div.DivClassName
{
background-color: #9B2A64;
}
.BgClassName
{
background-color: #9B2A64;
}
</style>
border-color css
<style>
span { border-color: #9B2A64; }
span { border-color: rgb(155,42,100); }
td.TdClassName
{
border-color: #9B2A64;
}
.TagClassName
{
border-color: #9B2A64;
}
</style>