#9F2A6C

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

Shades of Lipstick #9F2A6C

Tints of Lipstick #9F2A6C

Color information

#9F2A6C (or 0x9F2A6C) is unknown color: approx Lipstick. HEX triplet: 9F, 2A and 6C. RGB value is (159,42,108). Sum of RGB (Red+Green+Blue) = 159+42+108=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A6C is #60D593. Grayscale: #545454. Windows color (decimal): -6346132 or 7088799. OLE color: 7088799.

HSL color Cylindrical-coordinate representation of color #9F2A6C: hue angle of 326.15º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A6C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15942108-
CMYK00.740.320.38
HSL326.15º58.21%39.41%-
HSV(B)326.15º73.58%62.35%-
XYZ17.8310.1115.2-
YUV84.51141.26181.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=51.46%
G=13.59%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594210800.740.320.38326.1558.2139.41
Hex9F2A6C04A20261463a27
Octal23752154011240465067247
Binary10011111101010110110001001010100000100110101000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,42,108); }

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

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

 a { background-color: rgb(159,42,108); }

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

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

 span { border-color: rgb(159,42,108); }

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