Shades of Lipstick #962465
Tints of Lipstick #962465
RGB
CMYK
RGB Variations
Color information
#962465 (or 0x962465) is known color: Lipstick. HEX triplet: 96, 24 and 65. RGB value is (150,36,101). Sum of RGB (Red+Green+Blue) = 150+36+101=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962465 is #69DB9A. Grayscale: #4D4D4D. Windows color (decimal): -6937499 or 6628502. OLE color: 6628502.
HSL color Cylindrical-coordinate representation of color #962465: hue angle of 325.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962465 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 101 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.41 |
| HSL | 325.79º | 0.61% | 0.36% | - |
| HSV(B) | 325.79º | 0.76% | 0.59% | - |
| XYZ | 15.56 | 8.69 | 13.17 | - |
| YUV | 77.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 101 | 0 | 0.76 | 0.33 | 0.41 | 325.79 | 0.61 | 0.36 |
| Hex | 96 | 24 | 65 | 0 | 4C | 21 | 29 | 146 | 3D | 24 |
| Octal | 226 | 44 | 145 | 0 | 114 | 41 | 51 | 506 | 75 | 44 |
| Binary | 10010110 | 100100 | 1100101 | 0 | 1001100 | 100001 | 101001 | 101000110 | 111101 | 100100 |
Color Harmonies of #962465
Complementary color
Monochromatic Colors of #962465
Black with #962465
Text Example
Text Example
White with #962465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962465; }
p { color: rgb(150,36,101); }
H1.HeaderClassName
{
color: #962465;
}
.AnyTagClassName
{
color: #962465;
}
</style>
background-color css
<style>
a { background-color: #962465; }
a { background-color: rgb(150,36,101); }
div.DivClassName
{
background-color: #962465;
}
.BgClassName
{
background-color: #962465;
}
</style>
border-color css
<style>
span { border-color: #962465; }
span { border-color: rgb(150,36,101); }
td.TdClassName
{
border-color: #962465;
}
.TagClassName
{
border-color: #962465;
}
</style>