Shades of Lipstick #9D2765
Tints of Lipstick #9D2765
RGB
CMYK
RGB Variations
Color information
#9D2765 (or 0x9D2765) is known color: Lipstick. HEX triplet: 9D, 27 and 65. RGB value is (157,39,101). Sum of RGB (Red+Green+Blue) = 157+39+101=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2765 is #62D89A. Grayscale: #515151. Windows color (decimal): -6477979 or 6629277. OLE color: 6629277.
HSL color Cylindrical-coordinate representation of color #9D2765: hue angle of 328.47º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2765 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 101 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.38 |
| HSL | 328.47º | 0.6% | 0.38% | - |
| HSV(B) | 328.47º | 0.75% | 0.62% | - |
| XYZ | 16.98 | 9.56 | 13.26 | - |
| YUV | 81.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 101 | 0 | 0.75 | 0.36 | 0.38 | 328.47 | 0.6 | 0.38 |
| Hex | 9D | 27 | 65 | 0 | 4B | 24 | 26 | 148 | 3C | 26 |
| Octal | 235 | 47 | 145 | 0 | 113 | 44 | 46 | 510 | 74 | 46 |
| Binary | 10011101 | 100111 | 1100101 | 0 | 1001011 | 100100 | 100110 | 101001000 | 111100 | 100110 |
Color Harmonies of #9D2765
Complementary color
Monochromatic Colors of #9D2765
Black with #9D2765
Text Example
Text Example
White with #9D2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2765; }
p { color: rgb(157,39,101); }
H1.HeaderClassName
{
color: #9D2765;
}
.AnyTagClassName
{
color: #9D2765;
}
</style>
background-color css
<style>
a { background-color: #9D2765; }
a { background-color: rgb(157,39,101); }
div.DivClassName
{
background-color: #9D2765;
}
.BgClassName
{
background-color: #9D2765;
}
</style>
border-color css
<style>
span { border-color: #9D2765; }
span { border-color: rgb(157,39,101); }
td.TdClassName
{
border-color: #9D2765;
}
.TagClassName
{
border-color: #9D2765;
}
</style>