Html Css Color HEX #9B295D Lipstick

📋 copy color: '#9B295D'

red 155 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #9B295D

Tints of Lipstick #9B295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 53.63%
G = 14.19%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B295D (or 0x9B295D) is known color: Lipstick. HEX triplet: 9B, 29 and 5D. RGB value is (155,41,93). Sum of RGB (Red+Green+Blue) = 155+41+93=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B295D is #64D6A2. Grayscale: #505050. Windows color (decimal): -6608547 or 6105499. OLE color: 6105499.

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

Color convert

RGB 155 41 93 -
CMYK 0 0.74 0.4 0.39
HSL 332.63º 0.58% 0.38% -
HSV(B) 332.63º 0.74% 0.61% -
XYZ 16.29 9.34 11.3 -
YUV 81.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 155 41 93 0 0.74 0.4 0.39 332.63 0.58 0.38
Hex 9B 29 5D 0 4A 28 27 14D 3A 26
Octal 233 51 135 0 112 50 47 515 72 46
Binary 10011011 101001 1011101 0 1001010 101000 100111 101001101 111010 100110

Color Harmonies of #9B295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B295D

Black with #9B295D

Text Example


Text Example

White with #9B295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,93); }

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

background-color css

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

 a { background-color: rgb(155,41,93); }

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

border-color css

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

 span { border-color: rgb(155,41,93); }

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