Shades of Lipstick #962062
Tints of Lipstick #962062
RGB
CMYK
RGB Variations
Color information
#962062 (or 0x962062) is known color: Lipstick. HEX triplet: 96, 20 and 62. RGB value is (150,32,98). Sum of RGB (Red+Green+Blue) = 150+32+98=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #962062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962062 is #69DF9D. Grayscale: #4A4A4A. Windows color (decimal): -6938526 or 6430870. OLE color: 6430870.
HSL color Cylindrical-coordinate representation of color #962062: hue angle of 326.44º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962062 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 98 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.41 |
| HSL | 326.44º | 0.65% | 0.36% | - |
| HSV(B) | 326.44º | 0.79% | 0.59% | - |
| XYZ | 15.3 | 8.4 | 12.37 | - |
| YUV | 74.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 98 | 0 | 0.79 | 0.35 | 0.41 | 326.44 | 0.65 | 0.36 |
| Hex | 96 | 20 | 62 | 0 | 4F | 23 | 29 | 146 | 41 | 24 |
| Octal | 226 | 40 | 142 | 0 | 117 | 43 | 51 | 506 | 101 | 44 |
| Binary | 10010110 | 100000 | 1100010 | 0 | 1001111 | 100011 | 101001 | 101000110 | 1000001 | 100100 |
Color Harmonies of #962062
Complementary color
Monochromatic Colors of #962062
Black with #962062
Text Example
Text Example
White with #962062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962062; }
p { color: rgb(150,32,98); }
H1.HeaderClassName
{
color: #962062;
}
.AnyTagClassName
{
color: #962062;
}
</style>
background-color css
<style>
a { background-color: #962062; }
a { background-color: rgb(150,32,98); }
div.DivClassName
{
background-color: #962062;
}
.BgClassName
{
background-color: #962062;
}
</style>
border-color css
<style>
span { border-color: #962062; }
span { border-color: rgb(150,32,98); }
td.TdClassName
{
border-color: #962062;
}
.TagClassName
{
border-color: #962062;
}
</style>