#9b3068

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

Shades of Lipstick #9B3068

Tints of Lipstick #9B3068

Color information

#9B3068 (or 0x9B3068) is unknown color: approx Lipstick. HEX triplet: 9B, 30 and 68. RGB value is (155,48,104). Sum of RGB (Red+Green+Blue) = 155+48+104=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3068 is #64CF97. Grayscale: #565656. Windows color (decimal): -6606744 or 6828187. OLE color: 6828187.

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

Color convert

RGB15548104-
CMYK00.690.330.39
HSL328.6º52.71%39.8%-
HSV(B)328.6º69.03%60.78%-
XYZ17.0710.0814.14-
YUV86.38137.95176.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=50.49%
G=15.64%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554810400.690.330.39328.652.7139.8
Hex9B306804521271493528
Octal23360150010541475116550
Binary10011011110000110100001000101100001100111101001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,104); }

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

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

 a { background-color: rgb(155,48,104); }

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

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

 span { border-color: rgb(155,48,104); }

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