Shades of Lipstick #9B2D66
Tints of Lipstick #9B2D66
RGB
CMYK
RGB Variations
Color information
#9B2D66 (or 0x9B2D66) is known color: Lipstick. HEX triplet: 9B, 2D and 66. RGB value is (155,45,102). Sum of RGB (Red+Green+Blue) = 155+45+102=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2D66 is #64D299. Grayscale: #545454. Windows color (decimal): -6607514 or 6696347. OLE color: 6696347.
HSL color Cylindrical-coordinate representation of color #9B2D66: hue angle of 328.91º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D66 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 102 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.39 |
| HSL | 328.91º | 0.55% | 0.39% | - |
| HSV(B) | 328.91º | 0.71% | 0.61% | - |
| XYZ | 16.85 | 9.8 | 13.57 | - |
| YUV | 84.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 102 | 0 | 0.71 | 0.34 | 0.39 | 328.91 | 0.55 | 0.39 |
| Hex | 9B | 2D | 66 | 0 | 47 | 22 | 27 | 149 | 37 | 27 |
| Octal | 233 | 55 | 146 | 0 | 107 | 42 | 47 | 511 | 67 | 47 |
| Binary | 10011011 | 101101 | 1100110 | 0 | 1000111 | 100010 | 100111 | 101001001 | 110111 | 100111 |
Color Harmonies of #9B2D66
Complementary color
Monochromatic Colors of #9B2D66
Black with #9B2D66
Text Example
Text Example
White with #9B2D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D66; }
p { color: rgb(155,45,102); }
H1.HeaderClassName
{
color: #9B2D66;
}
.AnyTagClassName
{
color: #9B2D66;
}
</style>
background-color css
<style>
a { background-color: #9B2D66; }
a { background-color: rgb(155,45,102); }
div.DivClassName
{
background-color: #9B2D66;
}
.BgClassName
{
background-color: #9B2D66;
}
</style>
border-color css
<style>
span { border-color: #9B2D66; }
span { border-color: rgb(155,45,102); }
td.TdClassName
{
border-color: #9B2D66;
}
.TagClassName
{
border-color: #9B2D66;
}
</style>