#9B214E

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

Shades of Lipstick #9B214E

Tints of Lipstick #9B214E

Color information

#9B214E (or 0x9B214E) is unknown color: approx Lipstick. HEX triplet: 9B, 21 and 4E. RGB value is (155,33,78). Sum of RGB (Red+Green+Blue) = 155+33+78=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B214E is #64DEB1. Grayscale: #4A4A4A. Windows color (decimal): -6610610 or 5120411. OLE color: 5120411.

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

Color convert

RGB1553378-
CMYK00.790.500.39
HSL337.87º64.89%36.86%-
HSV(B)337.87º78.71%60.78%-
XYZ15.448.618.06-
YUV74.61129.92185.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=58.27%
G=12.41%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155337800.790.500.39337.8764.8936.86
Hex9B214E04F32271524125
Octal233411160117624752210145
Binary100110111000011001110010011111100101001111010100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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