Shades of Lipstick #913865
Tints of Lipstick #913865
RGB
CMYK
RGB Variations
Color information
#913865 (or 0x913865) is known color: Lipstick. HEX triplet: 91, 38 and 65. RGB value is (145,56,101). Sum of RGB (Red+Green+Blue) = 145+56+101=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #913865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913865 is #6EC79A. Grayscale: #575757. Windows color (decimal): -7260059 or 6633617. OLE color: 6633617.
HSL color Cylindrical-coordinate representation of color #913865: hue angle of 329.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913865 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 101 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.43 |
| HSL | 329.66º | 0.44% | 0.39% | - |
| HSV(B) | 329.66º | 0.61% | 0.57% | - |
| XYZ | 15.44 | 9.79 | 13.39 | - |
| YUV | 87.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 101 | 0 | 0.61 | 0.30 | 0.43 | 329.66 | 0.44 | 0.39 |
| Hex | 91 | 38 | 65 | 0 | 3D | 1E | 2B | 14A | 2C | 27 |
| Octal | 221 | 70 | 145 | 0 | 75 | 36 | 53 | 512 | 54 | 47 |
| Binary | 10010001 | 111000 | 1100101 | 0 | 111101 | 11110 | 101011 | 101001010 | 101100 | 100111 |
Color Harmonies of #913865
Complementary color
Monochromatic Colors of #913865
Black with #913865
Text Example
Text Example
White with #913865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913865; }
p { color: rgb(145,56,101); }
H1.HeaderClassName
{
color: #913865;
}
.AnyTagClassName
{
color: #913865;
}
</style>
background-color css
<style>
a { background-color: #913865; }
a { background-color: rgb(145,56,101); }
div.DivClassName
{
background-color: #913865;
}
.BgClassName
{
background-color: #913865;
}
</style>
border-color css
<style>
span { border-color: #913865; }
span { border-color: rgb(145,56,101); }
td.TdClassName
{
border-color: #913865;
}
.TagClassName
{
border-color: #913865;
}
</style>