#962E67

Color #962E67 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #962E67

Tints of Lipstick #962E67

Color information

#962E67 (or 0x962E67) is unknown color: approx Lipstick. HEX triplet: 96, 2E and 67. RGB value is (150,46,103). Sum of RGB (Red+Green+Blue) = 150+46+103=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #962E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E67 is #69D198. Grayscale: #535353. Windows color (decimal): -6934937 or 6762134. OLE color: 6762134.

HSL color Cylindrical-coordinate representation of color #962E67: hue angle of 327.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E67 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15046103-
CMYK00.690.310.41
HSL327.12º53.06%38.43%-
HSV(B)327.12º69.33%58.82%-
XYZ169.4213.81-
YUV83.59138.96175.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=50.17%
G=15.38%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504610300.690.310.41327.1253.0638.43
Hex962E670451F291473526
Octal22656147010537515076546
Binary1001011010111011001110100010111111101001101000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E67; }

 p { color: rgb(150,46,103); }

 H1.HeaderClassName
 {
   color: #962E67;
 }
 .AnyTagClassName
 {
   color: #962E67;
 }
</style>
background-color css

<style>
 a { background-color: #962E67; }

 a { background-color: rgb(150,46,103); }

 div.DivClassName
 {
   background-color: #962E67;
 }
 .BgClassName
 {
   background-color: #962E67;
 }
</style>
border-color css

<style>
 span { border-color: #962E67; }

 span { border-color: rgb(150,46,103); }

 td.TdClassName
 {
   border-color: #962E67;
 }
 .TagClassName
 {
   border-color: #962E67;
 }
</style>