Shades of Lipstick #9D264E
Tints of Lipstick #9D264E
RGB
CMYK
RGB Variations
Color information
#9D264E (or 0x9D264E) is known color: Lipstick. HEX triplet: 9D, 26 and 4E. RGB value is (157,38,78). Sum of RGB (Red+Green+Blue) = 157+38+78=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D264E is #62D9B1. Grayscale: #4E4E4E. Windows color (decimal): -6478258 or 5121693. OLE color: 5121693.
HSL color Cylindrical-coordinate representation of color #9D264E: hue angle of 339.83º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D264E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 78 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.38 |
| HSL | 339.83º | 0.61% | 0.38% | - |
| HSV(B) | 339.83º | 0.76% | 0.62% | - |
| XYZ | 15.97 | 9.1 | 8.12 | - |
| YUV | 78.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 78 | 0 | 0.76 | 0.50 | 0.38 | 339.83 | 0.61 | 0.38 |
| Hex | 9D | 26 | 4E | 0 | 4C | 32 | 26 | 154 | 3D | 26 |
| Octal | 235 | 46 | 116 | 0 | 114 | 62 | 46 | 524 | 75 | 46 |
| Binary | 10011101 | 100110 | 1001110 | 0 | 1001100 | 110010 | 100110 | 101010100 | 111101 | 100110 |
Color Harmonies of #9D264E
Complementary color
Monochromatic Colors of #9D264E
Black with #9D264E
Text Example
Text Example
White with #9D264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D264E; }
p { color: rgb(157,38,78); }
H1.HeaderClassName
{
color: #9D264E;
}
.AnyTagClassName
{
color: #9D264E;
}
</style>
background-color css
<style>
a { background-color: #9D264E; }
a { background-color: rgb(157,38,78); }
div.DivClassName
{
background-color: #9D264E;
}
.BgClassName
{
background-color: #9D264E;
}
</style>
border-color css
<style>
span { border-color: #9D264E; }
span { border-color: rgb(157,38,78); }
td.TdClassName
{
border-color: #9D264E;
}
.TagClassName
{
border-color: #9D264E;
}
</style>