Shades of Lipstick #962869
Tints of Lipstick #962869
RGB
CMYK
RGB Variations
Color information
#962869 (or 0x962869) is known color: Lipstick. HEX triplet: 96, 28 and 69. RGB value is (150,40,105). Sum of RGB (Red+Green+Blue) = 150+40+105=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #962869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962869 is #69D796. Grayscale: #505050. Windows color (decimal): -6936471 or 6891670. OLE color: 6891670.
HSL color Cylindrical-coordinate representation of color #962869: hue angle of 324.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962869 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 105 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.41 |
| HSL | 324.55º | 0.58% | 0.37% | - |
| HSV(B) | 324.55º | 0.73% | 0.59% | - |
| XYZ | 15.89 | 9.02 | 14.27 | - |
| YUV | 80.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 105 | 0 | 0.73 | 0.30 | 0.41 | 324.55 | 0.58 | 0.37 |
| Hex | 96 | 28 | 69 | 0 | 49 | 1E | 29 | 145 | 3A | 25 |
| Octal | 226 | 50 | 151 | 0 | 111 | 36 | 51 | 505 | 72 | 45 |
| Binary | 10010110 | 101000 | 1101001 | 0 | 1001001 | 11110 | 101001 | 101000101 | 111010 | 100101 |
Color Harmonies of #962869
Complementary color
Monochromatic Colors of #962869
Black with #962869
Text Example
Text Example
White with #962869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962869; }
p { color: rgb(150,40,105); }
H1.HeaderClassName
{
color: #962869;
}
.AnyTagClassName
{
color: #962869;
}
</style>
background-color css
<style>
a { background-color: #962869; }
a { background-color: rgb(150,40,105); }
div.DivClassName
{
background-color: #962869;
}
.BgClassName
{
background-color: #962869;
}
</style>
border-color css
<style>
span { border-color: #962869; }
span { border-color: rgb(150,40,105); }
td.TdClassName
{
border-color: #962869;
}
.TagClassName
{
border-color: #962869;
}
</style>