Shades of Lipstick #9B2658
Tints of Lipstick #9B2658
RGB
CMYK
RGB Variations
Color information
#9B2658 (or 0x9B2658) is known color: Lipstick. HEX triplet: 9B, 26 and 58. RGB value is (155,38,88). Sum of RGB (Red+Green+Blue) = 155+38+88=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2658 is #64D9A7. Grayscale: #4E4E4E. Windows color (decimal): -6609320 or 5777051. OLE color: 5777051.
HSL color Cylindrical-coordinate representation of color #9B2658: hue angle of 334.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2658 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 88 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.39 |
| HSL | 334.36º | 0.61% | 0.38% | - |
| HSV(B) | 334.36º | 0.75% | 0.61% | - |
| XYZ | 15.97 | 9.06 | 10.14 | - |
| YUV | 78.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 88 | 0 | 0.75 | 0.43 | 0.39 | 334.36 | 0.61 | 0.38 |
| Hex | 9B | 26 | 58 | 0 | 4B | 2B | 27 | 14E | 3D | 26 |
| Octal | 233 | 46 | 130 | 0 | 113 | 53 | 47 | 516 | 75 | 46 |
| Binary | 10011011 | 100110 | 1011000 | 0 | 1001011 | 101011 | 100111 | 101001110 | 111101 | 100110 |
Color Harmonies of #9B2658
Complementary color
Monochromatic Colors of #9B2658
Black with #9B2658
Text Example
Text Example
White with #9B2658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2658; }
p { color: rgb(155,38,88); }
H1.HeaderClassName
{
color: #9B2658;
}
.AnyTagClassName
{
color: #9B2658;
}
</style>
background-color css
<style>
a { background-color: #9B2658; }
a { background-color: rgb(155,38,88); }
div.DivClassName
{
background-color: #9B2658;
}
.BgClassName
{
background-color: #9B2658;
}
</style>
border-color css
<style>
span { border-color: #9B2658; }
span { border-color: rgb(155,38,88); }
td.TdClassName
{
border-color: #9B2658;
}
.TagClassName
{
border-color: #9B2658;
}
</style>