Html Css Color HEX #9F2B5E Lipstick

📋 copy color: '#9F2B5E'

red 159 ◦ green 43 ◦ blue 94

#9F2B5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9F2B5E

Tints of Lipstick #9F2B5E

RGB

 RED value IS 159 (62.5% from 255) = 53.72%

 GREEN value IS 43 (17.19% from 255) = 14.53%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 53.72%
G = 14.53%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F2B5E (or 0x9F2B5E) is known color: Lipstick. HEX triplet: 9F, 2B and 5E. RGB value is (159,43,94). Sum of RGB (Red+Green+Blue) = 159+43+94=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2B5E is #60D4A1. Grayscale: #535353. Windows color (decimal): -6345890 or 6171551. OLE color: 6171551.

HSL color Cylindrical-coordinate representation of color #9F2B5E: hue angle of 333.62º 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 #9F2B5E is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 43 94 -
CMYK 0 0.73 0.41 0.38
HSL 333.62º 0.57% 0.4% -
HSV(B) 333.62º 0.73% 0.62% -
XYZ 17.18 9.91 11.6 -
YUV 83.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 159 43 94 0 0.73 0.41 0.38 333.62 0.57 0.4
Hex 9F 2B 5E 0 49 29 26 14E 39 28
Octal 237 53 136 0 111 51 46 516 71 50
Binary 10011111 101011 1011110 0 1001001 101001 100110 101001110 111001 101000

Color Harmonies of #9F2B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B5E

Black with #9F2B5E

Text Example


Text Example

White with #9F2B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2B5E;
 }
 .AnyTagClassName
 {
   color: #9F2B5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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