Shades of Lipstick #962F6A
Tints of Lipstick #962F6A
RGB
CMYK
RGB Variations
Color information
#962F6A (or 0x962F6A) is known color: Lipstick. HEX triplet: 96, 2F and 6A. RGB value is (150,47,106). Sum of RGB (Red+Green+Blue) = 150+47+106=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F6A is #69D095. Grayscale: #545454. Windows color (decimal): -6934678 or 6958998. OLE color: 6958998.
HSL color Cylindrical-coordinate representation of color #962F6A: hue angle of 325.63º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F6A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 106 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.41 |
| HSL | 325.63º | 0.52% | 0.39% | - |
| HSV(B) | 325.63º | 0.69% | 0.59% | - |
| XYZ | 16.2 | 9.56 | 14.63 | - |
| YUV | 84.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 106 | 0 | 0.69 | 0.29 | 0.41 | 325.63 | 0.52 | 0.39 |
| Hex | 96 | 2F | 6A | 0 | 45 | 1D | 29 | 146 | 34 | 27 |
| Octal | 226 | 57 | 152 | 0 | 105 | 35 | 51 | 506 | 64 | 47 |
| Binary | 10010110 | 101111 | 1101010 | 0 | 1000101 | 11101 | 101001 | 101000110 | 110100 | 100111 |
Color Harmonies of #962F6A
Complementary color
Monochromatic Colors of #962F6A
Black with #962F6A
Text Example
Text Example
White with #962F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F6A; }
p { color: rgb(150,47,106); }
H1.HeaderClassName
{
color: #962F6A;
}
.AnyTagClassName
{
color: #962F6A;
}
</style>
background-color css
<style>
a { background-color: #962F6A; }
a { background-color: rgb(150,47,106); }
div.DivClassName
{
background-color: #962F6A;
}
.BgClassName
{
background-color: #962F6A;
}
</style>
border-color css
<style>
span { border-color: #962F6A; }
span { border-color: rgb(150,47,106); }
td.TdClassName
{
border-color: #962F6A;
}
.TagClassName
{
border-color: #962F6A;
}
</style>