Shades of Lipstick #9B2F66
Tints of Lipstick #9B2F66
RGB
CMYK
RGB Variations
Color information
#9B2F66 (or 0x9B2F66) is known color: Lipstick. HEX triplet: 9B, 2F and 66. RGB value is (155,47,102). Sum of RGB (Red+Green+Blue) = 155+47+102=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F66 is #64D099. Grayscale: #555555. Windows color (decimal): -6607002 or 6696859. OLE color: 6696859.
HSL color Cylindrical-coordinate representation of color #9B2F66: hue angle of 329.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F66 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 102 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.39 |
| HSL | 329.44º | 0.53% | 0.4% | - |
| HSV(B) | 329.44º | 0.7% | 0.61% | - |
| XYZ | 16.93 | 9.96 | 13.6 | - |
| YUV | 85.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 102 | 0 | 0.70 | 0.34 | 0.39 | 329.44 | 0.53 | 0.4 |
| Hex | 9B | 2F | 66 | 0 | 46 | 22 | 27 | 149 | 35 | 28 |
| Octal | 233 | 57 | 146 | 0 | 106 | 42 | 47 | 511 | 65 | 50 |
| Binary | 10011011 | 101111 | 1100110 | 0 | 1000110 | 100010 | 100111 | 101001001 | 110101 | 101000 |
Color Harmonies of #9B2F66
Complementary color
Monochromatic Colors of #9B2F66
Black with #9B2F66
Text Example
Text Example
White with #9B2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F66; }
p { color: rgb(155,47,102); }
H1.HeaderClassName
{
color: #9B2F66;
}
.AnyTagClassName
{
color: #9B2F66;
}
</style>
background-color css
<style>
a { background-color: #9B2F66; }
a { background-color: rgb(155,47,102); }
div.DivClassName
{
background-color: #9B2F66;
}
.BgClassName
{
background-color: #9B2F66;
}
</style>
border-color css
<style>
span { border-color: #9B2F66; }
span { border-color: rgb(155,47,102); }
td.TdClassName
{
border-color: #9B2F66;
}
.TagClassName
{
border-color: #9B2F66;
}
</style>