Shades of Lipstick #942565
Tints of Lipstick #942565
RGB
CMYK
RGB Variations
Color information
#942565 (or 0x942565) is known color: Lipstick. HEX triplet: 94, 25 and 65. RGB value is (148,37,101). Sum of RGB (Red+Green+Blue) = 148+37+101=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #942565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942565 is #6BDA9A. Grayscale: #4D4D4D. Windows color (decimal): -7068315 or 6628756. OLE color: 6628756.
HSL color Cylindrical-coordinate representation of color #942565: hue angle of 325.41º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942565 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 37 | 101 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.42 |
| HSL | 325.41º | 0.6% | 0.36% | - |
| HSV(B) | 325.41º | 0.75% | 0.58% | - |
| XYZ | 15.22 | 8.56 | 13.16 | - |
| YUV | 77.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 101 | 0 | 0.75 | 0.32 | 0.42 | 325.41 | 0.6 | 0.36 |
| Hex | 94 | 25 | 65 | 0 | 4B | 20 | 2A | 145 | 3C | 24 |
| Octal | 224 | 45 | 145 | 0 | 113 | 40 | 52 | 505 | 74 | 44 |
| Binary | 10010100 | 100101 | 1100101 | 0 | 1001011 | 100000 | 101010 | 101000101 | 111100 | 100100 |
Color Harmonies of #942565
Complementary color
Monochromatic Colors of #942565
Black with #942565
Text Example
Text Example
White with #942565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942565; }
p { color: rgb(148,37,101); }
H1.HeaderClassName
{
color: #942565;
}
.AnyTagClassName
{
color: #942565;
}
</style>
background-color css
<style>
a { background-color: #942565; }
a { background-color: rgb(148,37,101); }
div.DivClassName
{
background-color: #942565;
}
.BgClassName
{
background-color: #942565;
}
</style>
border-color css
<style>
span { border-color: #942565; }
span { border-color: rgb(148,37,101); }
td.TdClassName
{
border-color: #942565;
}
.TagClassName
{
border-color: #942565;
}
</style>