Shades of Lipstick #9D305F
Tints of Lipstick #9D305F
RGB
CMYK
RGB Variations
Color information
#9D305F (or 0x9D305F) is known color: Lipstick. HEX triplet: 9D, 30 and 5F. RGB value is (157,48,95). Sum of RGB (Red+Green+Blue) = 157+48+95=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D305F is #62CFA0. Grayscale: #555555. Windows color (decimal): -6475681 or 6238365. OLE color: 6238365.
HSL color Cylindrical-coordinate representation of color #9D305F: hue angle of 334.13º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D305F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 95 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.38 |
| HSL | 334.13º | 0.53% | 0.4% | - |
| HSV(B) | 334.13º | 0.69% | 0.62% | - |
| XYZ | 17.03 | 10.11 | 11.88 | - |
| YUV | 85.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 95 | 0 | 0.69 | 0.39 | 0.38 | 334.13 | 0.53 | 0.4 |
| Hex | 9D | 30 | 5F | 0 | 45 | 27 | 26 | 14E | 35 | 28 |
| Octal | 235 | 60 | 137 | 0 | 105 | 47 | 46 | 516 | 65 | 50 |
| Binary | 10011101 | 110000 | 1011111 | 0 | 1000101 | 100111 | 100110 | 101001110 | 110101 | 101000 |
Color Harmonies of #9D305F
Complementary color
Monochromatic Colors of #9D305F
Black with #9D305F
Text Example
Text Example
White with #9D305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D305F; }
p { color: rgb(157,48,95); }
H1.HeaderClassName
{
color: #9D305F;
}
.AnyTagClassName
{
color: #9D305F;
}
</style>
background-color css
<style>
a { background-color: #9D305F; }
a { background-color: rgb(157,48,95); }
div.DivClassName
{
background-color: #9D305F;
}
.BgClassName
{
background-color: #9D305F;
}
</style>
border-color css
<style>
span { border-color: #9D305F; }
span { border-color: rgb(157,48,95); }
td.TdClassName
{
border-color: #9D305F;
}
.TagClassName
{
border-color: #9D305F;
}
</style>