#9A214D

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

Shades of Lipstick #9A214D

Tints of Lipstick #9A214D

Color information

#9A214D (or 0x9A214D) is unknown color: approx Lipstick. HEX triplet: 9A, 21 and 4D. RGB value is (154,33,77). Sum of RGB (Red+Green+Blue) = 154+33+77=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A214D is #65DEB2. Grayscale: #4A4A4A. Windows color (decimal): -6676147 or 5054874. OLE color: 5054874.

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

Color convert

RGB1543377-
CMYK00.790.500.40
HSL338.18º64.71%36.67%-
HSV(B)338.18º78.57%60.39%-
XYZ15.218.497.86-
YUV74.2129.59184.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=58.33%
G=12.5%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154337700.790.500.40338.1864.7136.67
Hex9A214D04F32281524125
Octal232411150117625052210145
Binary100110101000011001101010011111100101010001010100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,33,77); }

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

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

 a { background-color: rgb(154,33,77); }

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

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

 span { border-color: rgb(154,33,77); }

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