#9B335D

Color #9B335D Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9B335D

Tints of Lipstick #9B335D

Color information

#9B335D (or 0x9B335D) is unknown color: approx Lipstick. HEX triplet: 9B, 33 and 5D. RGB value is (155,51,93). Sum of RGB (Red+Green+Blue) = 155+51+93=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B335D is #64CCA2. Grayscale: #565656. Windows color (decimal): -6605987 or 6108059. OLE color: 6108059.

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

Color convert

RGB1555193-
CMYK00.670.40.39
HSL335.77º50.49%40.39%-
HSV(B)335.77º67.1%60.78%-
XYZ16.6810.1311.43-
YUV86.88131.46176.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=51.84%
G=17.06%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155519300.670.40.39335.7750.4940.39
Hex9B335D04328271503228
Octal23363135010350475206250
Binary10011011110011101110101000011101000100111101010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B335D;
 }
 .AnyTagClassName
 {
   color: #9B335D;
 }
</style>
background-color css

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

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

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

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

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

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