Html Css Color HEX #9F2D63 Lipstick

📋 copy color: '#9F2D63'

red 159 ◦ green 45 ◦ blue 99

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

Shades of Lipstick #9F2D63

Tints of Lipstick #9F2D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 52.48%
G = 14.85%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F2D63 (or 0x9F2D63) is known color: Lipstick. HEX triplet: 9F, 2D and 63. RGB value is (159,45,99). Sum of RGB (Red+Green+Blue) = 159+45+99=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D63 is #60D29C. Grayscale: #555555. Windows color (decimal): -6345373 or 6499743. OLE color: 6499743.

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

Color convert

RGB 159 45 99 -
CMYK 0 0.72 0.38 0.38
HSL 331.58º 0.56% 0.4% -
HSV(B) 331.58º 0.72% 0.62% -
XYZ 17.49 10.15 12.84 -
YUV 85.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 159 45 99 0 0.72 0.38 0.38 331.58 0.56 0.4
Hex 9F 2D 63 0 48 26 26 14C 38 28
Octal 237 55 143 0 110 46 46 514 70 50
Binary 10011111 101101 1100011 0 1001000 100110 100110 101001100 111000 101000

Color Harmonies of #9F2D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D63

Black with #9F2D63

Text Example


Text Example

White with #9F2D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,99); }

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

background-color css

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

 a { background-color: rgb(159,45,99); }

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

border-color css

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

 span { border-color: rgb(159,45,99); }

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