#9B215E

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

Shades of Lipstick #9B215E

Tints of Lipstick #9B215E

Color information

#9B215E (or 0x9B215E) is unknown color: approx Lipstick. HEX triplet: 9B, 21 and 5E. RGB value is (155,33,94). Sum of RGB (Red+Green+Blue) = 155+33+94=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B215E is #64DEA1. Grayscale: #4C4C4C. Windows color (decimal): -6610594 or 6168987. OLE color: 6168987.

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

Color convert

RGB1553394-
CMYK00.790.390.39
HSL330º64.89%36.86%-
HSV(B)330º78.71%60.78%-
XYZ16.088.8611.45-
YUV76.43137.92184.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=54.96%
G=11.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155339400.790.390.3933064.8936.86
Hex9B215E04F272714a4125
Octal233411360117474751210145
Binary100110111000011011110010011111001111001111010010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,94); }

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

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

 a { background-color: rgb(155,33,94); }

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

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

 span { border-color: rgb(155,33,94); }

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