#9F2B6A

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

Shades of Lipstick #9F2B6A

Tints of Lipstick #9F2B6A

Color information

#9F2B6A (or 0x9F2B6A) is unknown color: approx Lipstick. HEX triplet: 9F, 2B and 6A. RGB value is (159,43,106). Sum of RGB (Red+Green+Blue) = 159+43+106=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2B6A is #60D495. Grayscale: #545454. Windows color (decimal): -6345878 or 6957983. OLE color: 6957983.

HSL color Cylindrical-coordinate representation of color #9F2B6A: hue angle of 327.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B6A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB15943106-
CMYK00.730.330.38
HSL327.41º57.43%39.61%-
HSV(B)327.41º72.96%62.35%-
XYZ17.7610.1414.66-
YUV84.87139.93180.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=51.62%
G=13.96%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594310600.730.330.38327.4157.4339.61
Hex9F2B6A04921261473928
Octal23753152011141465077150
Binary10011111101011110101001001001100001100110101000111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F2B6A; }

 p { color: rgb(159,43,106); }

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

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

 a { background-color: rgb(159,43,106); }

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

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

 span { border-color: rgb(159,43,106); }

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