#962A6A

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

Shades of Lipstick #962A6A

Tints of Lipstick #962A6A

Color information

#962A6A (or 0x962A6A) is unknown color: approx Lipstick. HEX triplet: 96, 2A and 6A. RGB value is (150,42,106). Sum of RGB (Red+Green+Blue) = 150+42+106=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A6A is #69D595. Grayscale: #515151. Windows color (decimal): -6935958 or 6957718. OLE color: 6957718.

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

Color convert

RGB15042106-
CMYK00.720.290.41
HSL324.44º56.25%37.65%-
HSV(B)324.44º72%58.82%-
XYZ16.019.1814.56-
YUV81.59141.78176.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=50.34%
G=14.09%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504210600.720.290.41324.4456.2537.65
Hex962A6A0481D291443826
Octal22652152011035515047046
Binary1001011010101011010100100100011101101001101000100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,42,106); }

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

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

 a { background-color: rgb(150,42,106); }

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

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

 span { border-color: rgb(150,42,106); }

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