#9B215A

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

Shades of Lipstick #9B215A

Tints of Lipstick #9B215A

Color information

#9B215A (or 0x9B215A) is unknown color: approx Lipstick. HEX triplet: 9B, 21 and 5A. RGB value is (155,33,90). Sum of RGB (Red+Green+Blue) = 155+33+90=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B215A is #64DEA5. Grayscale: #4B4B4B. Windows color (decimal): -6610598 or 5906843. OLE color: 5906843.

HSL color Cylindrical-coordinate representation of color #9B215A: hue angle of 331.97º 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 #9B215A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1553390-
CMYK00.790.420.39
HSL331.97º64.89%36.86%-
HSV(B)331.97º78.71%60.78%-
XYZ15.918.7910.53-
YUV75.98135.92184.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=55.76%
G=11.87%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155339000.790.420.39331.9764.8936.86
Hex9B215A04F2A2714c4125
Octal233411320117524751410145
Binary100110111000011011010010011111010101001111010011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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