Html Css Color HEX #9B2F60 Lipstick

📋 copy color: '#9B2F60'

red 155 ◦ green 47 ◦ blue 96

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

Shades of Lipstick #9B2F60

Tints of Lipstick #9B2F60

RGB

 RED value IS 155 (60.94% from 255) = 52.01%

 GREEN value IS 47 (18.75% from 255) = 15.77%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 52.01%
G = 15.77%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B2F60 (or 0x9B2F60) is known color: Lipstick. HEX triplet: 9B, 2F and 60. RGB value is (155,47,96). Sum of RGB (Red+Green+Blue) = 155+47+96=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F60 is #64D09F. Grayscale: #545454. Windows color (decimal): -6607008 or 6303643. OLE color: 6303643.

HSL color Cylindrical-coordinate representation of color #9B2F60: hue angle of 332.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F60 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 47 96 -
CMYK 0 0.70 0.38 0.39
HSL 332.78º 0.53% 0.4% -
HSV(B) 332.78º 0.7% 0.61% -
XYZ 16.65 9.85 12.09 -
YUV 84.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 155 47 96 0 0.70 0.38 0.39 332.78 0.53 0.4
Hex 9B 2F 60 0 46 26 27 14D 35 28
Octal 233 57 140 0 106 46 47 515 65 50
Binary 10011011 101111 1100000 0 1000110 100110 100111 101001101 110101 101000

Color Harmonies of #9B2F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2F60

Black with #9B2F60

Text Example


Text Example

White with #9B2F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,47,96); }

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

background-color css

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

 a { background-color: rgb(155,47,96); }

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

border-color css

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

 span { border-color: rgb(155,47,96); }

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