#9c214e

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

Shades of Lipstick #9C214E

Tints of Lipstick #9C214E

Color information

#9C214E (or 0x9C214E) is unknown color: approx Lipstick. HEX triplet: 9C, 21 and 4E. RGB value is (156,33,78). Sum of RGB (Red+Green+Blue) = 156+33+78=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C214E is #63DEB1. Grayscale: #4A4A4A. Windows color (decimal): -6545074 or 5120412. OLE color: 5120412.

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

Color convert

RGB1563378-
CMYK00.790.50.39
HSL338.05º65.08%37.06%-
HSV(B)338.05º78.85%61.18%-
XYZ15.638.718.06-
YUV74.91129.75185.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=58.43%
G=12.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156337800.790.50.39338.0565.0837.06
Hex9C214E04F32271524125
Octal234411160117624752210145
Binary100111001000011001110010011111100101001111010100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c214e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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