Html Css Color HEX #9B355D Lipstick

📋 copy color: '#9B355D'

red 155 ◦ green 53 ◦ blue 93

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

Shades of Lipstick #9B355D

Tints of Lipstick #9B355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 51.5%
G = 17.61%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B355D (or 0x9B355D) is known color: Lipstick. HEX triplet: 9B, 35 and 5D. RGB value is (155,53,93). Sum of RGB (Red+Green+Blue) = 155+53+93=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B355D is #64CAA2. Grayscale: #585858. Windows color (decimal): -6605475 or 6108571. OLE color: 6108571.

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

Color convert

RGB 155 53 93 -
CMYK 0 0.66 0.4 0.39
HSL 336.47º 0.49% 0.41% -
HSV(B) 336.47º 0.66% 0.61% -
XYZ 16.77 10.31 11.46 -
YUV 88.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 155 53 93 0 0.66 0.4 0.39 336.47 0.49 0.41
Hex 9B 35 5D 0 42 28 27 150 31 29
Octal 233 65 135 0 102 50 47 520 61 51
Binary 10011011 110101 1011101 0 1000010 101000 100111 101010000 110001 101001

Color Harmonies of #9B355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B355D

Black with #9B355D

Text Example


Text Example

White with #9B355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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