Shades of Lipstick #941F63
Tints of Lipstick #941F63
RGB
CMYK
RGB Variations
Color information
#941F63 (or 0x941F63) is known color: Lipstick. HEX triplet: 94, 1F and 63. RGB value is (148,31,99). Sum of RGB (Red+Green+Blue) = 148+31+99=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #941F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941F63 is #6BE09C. Grayscale: #494949. Windows color (decimal): -7069853 or 6496148. OLE color: 6496148.
HSL color Cylindrical-coordinate representation of color #941F63: hue angle of 325.13º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #941F63 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 31 | 99 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.42 |
| HSL | 325.13º | 0.65% | 0.35% | - |
| HSV(B) | 325.13º | 0.79% | 0.58% | - |
| XYZ | 14.95 | 8.18 | 12.59 | - |
| YUV | 73.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 31 | 99 | 0 | 0.79 | 0.33 | 0.42 | 325.13 | 0.65 | 0.35 |
| Hex | 94 | 1F | 63 | 0 | 4F | 21 | 2A | 145 | 41 | 23 |
| Octal | 224 | 37 | 143 | 0 | 117 | 41 | 52 | 505 | 101 | 43 |
| Binary | 10010100 | 11111 | 1100011 | 0 | 1001111 | 100001 | 101010 | 101000101 | 1000001 | 100011 |
Color Harmonies of #941F63
Complementary color
Monochromatic Colors of #941F63
Black with #941F63
Text Example
Text Example
White with #941F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941F63; }
p { color: rgb(148,31,99); }
H1.HeaderClassName
{
color: #941F63;
}
.AnyTagClassName
{
color: #941F63;
}
</style>
background-color css
<style>
a { background-color: #941F63; }
a { background-color: rgb(148,31,99); }
div.DivClassName
{
background-color: #941F63;
}
.BgClassName
{
background-color: #941F63;
}
</style>
border-color css
<style>
span { border-color: #941F63; }
span { border-color: rgb(148,31,99); }
td.TdClassName
{
border-color: #941F63;
}
.TagClassName
{
border-color: #941F63;
}
</style>