Html Css Color HEX #9F2B6C Lipstick

📋 copy color: '#9F2B6C'

red 159 ◦ green 43 ◦ blue 108

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

Shades of Lipstick #9F2B6C

Tints of Lipstick #9F2B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 51.29%
G = 13.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F2B6C (or 0x9F2B6C) is known color: Lipstick. HEX triplet: 9F, 2B and 6C. RGB value is (159,43,108). Sum of RGB (Red+Green+Blue) = 159+43+108=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2B6C is #60D493. Grayscale: #545454. Windows color (decimal): -6345876 or 7089055. OLE color: 7089055.

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

Color convert

RGB 159 43 108 -
CMYK 0 0.73 0.32 0.38
HSL 326.38º 0.57% 0.4% -
HSV(B) 326.38º 0.73% 0.62% -
XYZ 17.87 10.18 15.21 -
YUV 85.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 159 43 108 0 0.73 0.32 0.38 326.38 0.57 0.4
Hex 9F 2B 6C 0 49 20 26 146 39 28
Octal 237 53 154 0 111 40 46 506 71 50
Binary 10011111 101011 1101100 0 1001001 100000 100110 101000110 111001 101000

Color Harmonies of #9F2B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B6C

Black with #9F2B6C

Text Example


Text Example

White with #9F2B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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