Shades of Lipstick #9B306B
Tints of Lipstick #9B306B
RGB
CMYK
RGB Variations
Color information
#9B306B (or 0x9B306B) is known color: Lipstick. HEX triplet: 9B, 30 and 6B. RGB value is (155,48,107). Sum of RGB (Red+Green+Blue) = 155+48+107=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B306B is #64CF94. Grayscale: #565656. Windows color (decimal): -6606741 or 7024795. OLE color: 7024795.
HSL color Cylindrical-coordinate representation of color #9B306B: hue angle of 326.92º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B306B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 107 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.39 |
| HSL | 326.92º | 0.53% | 0.4% | - |
| HSV(B) | 326.92º | 0.69% | 0.61% | - |
| XYZ | 17.23 | 10.14 | 14.96 | - |
| YUV | 86.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 107 | 0 | 0.69 | 0.31 | 0.39 | 326.92 | 0.53 | 0.4 |
| Hex | 9B | 30 | 6B | 0 | 45 | 1F | 27 | 147 | 35 | 28 |
| Octal | 233 | 60 | 153 | 0 | 105 | 37 | 47 | 507 | 65 | 50 |
| Binary | 10011011 | 110000 | 1101011 | 0 | 1000101 | 11111 | 100111 | 101000111 | 110101 | 101000 |
Color Harmonies of #9B306B
Complementary color
Monochromatic Colors of #9B306B
Black with #9B306B
Text Example
Text Example
White with #9B306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B306B; }
p { color: rgb(155,48,107); }
H1.HeaderClassName
{
color: #9B306B;
}
.AnyTagClassName
{
color: #9B306B;
}
</style>
background-color css
<style>
a { background-color: #9B306B; }
a { background-color: rgb(155,48,107); }
div.DivClassName
{
background-color: #9B306B;
}
.BgClassName
{
background-color: #9B306B;
}
</style>
border-color css
<style>
span { border-color: #9B306B; }
span { border-color: rgb(155,48,107); }
td.TdClassName
{
border-color: #9B306B;
}
.TagClassName
{
border-color: #9B306B;
}
</style>