#962566

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

Shades of Lipstick #962566

Tints of Lipstick #962566

Color information

#962566 (or 0x962566) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 66. RGB value is (150,37,102). Sum of RGB (Red+Green+Blue) = 150+37+102=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #962566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962566 is #69DA99. Grayscale: #4E4E4E. Windows color (decimal): -6937242 or 6694294. OLE color: 6694294.

HSL color Cylindrical-coordinate representation of color #962566: hue angle of 325.49º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962566 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15037102-
CMYK00.750.320.41
HSL325.49º60.43%36.67%-
HSV(B)325.49º75.33%58.82%-
XYZ15.648.7713.44-
YUV78.2141.44179.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=51.90%
G=12.80%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503710200.750.320.41325.4960.4336.67
Hex96256604B20291453c25
Octal22645146011340515057445
Binary10010110100101110011001001011100000101001101000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962566; }

 p { color: rgb(150,37,102); }

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

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

 a { background-color: rgb(150,37,102); }

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

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

 span { border-color: rgb(150,37,102); }

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