Shades of Lipstick #9B2F63
Tints of Lipstick #9B2F63
RGB
CMYK
RGB Variations
Color information
#9B2F63 (or 0x9B2F63) is known color: Lipstick. HEX triplet: 9B, 2F and 63. RGB value is (155,47,99). Sum of RGB (Red+Green+Blue) = 155+47+99=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F63 is #64D09C. Grayscale: #555555. Windows color (decimal): -6607005 or 6500251. OLE color: 6500251.
HSL color Cylindrical-coordinate representation of color #9B2F63: hue angle of 331.11º 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 #9B2F63 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 99 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.39 |
| HSL | 331.11º | 0.53% | 0.4% | - |
| HSV(B) | 331.11º | 0.7% | 0.61% | - |
| XYZ | 16.79 | 9.9 | 12.83 | - |
| YUV | 85.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 99 | 0 | 0.70 | 0.36 | 0.39 | 331.11 | 0.53 | 0.4 |
| Hex | 9B | 2F | 63 | 0 | 46 | 24 | 27 | 14B | 35 | 28 |
| Octal | 233 | 57 | 143 | 0 | 106 | 44 | 47 | 513 | 65 | 50 |
| Binary | 10011011 | 101111 | 1100011 | 0 | 1000110 | 100100 | 100111 | 101001011 | 110101 | 101000 |
Color Harmonies of #9B2F63
Complementary color
Monochromatic Colors of #9B2F63
Black with #9B2F63
Text Example
Text Example
White with #9B2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F63; }
p { color: rgb(155,47,99); }
H1.HeaderClassName
{
color: #9B2F63;
}
.AnyTagClassName
{
color: #9B2F63;
}
</style>
background-color css
<style>
a { background-color: #9B2F63; }
a { background-color: rgb(155,47,99); }
div.DivClassName
{
background-color: #9B2F63;
}
.BgClassName
{
background-color: #9B2F63;
}
</style>
border-color css
<style>
span { border-color: #9B2F63; }
span { border-color: rgb(155,47,99); }
td.TdClassName
{
border-color: #9B2F63;
}
.TagClassName
{
border-color: #9B2F63;
}
</style>