#9D2566

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

Shades of Lipstick #9D2566

Tints of Lipstick #9D2566

Color information

#9D2566 (or 0x9D2566) is unknown color: approx Lipstick. HEX triplet: 9D, 25 and 66. RGB value is (157,37,102). Sum of RGB (Red+Green+Blue) = 157+37+102=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2566 is #62DA99. Grayscale: #505050. Windows color (decimal): -6478490 or 6694301. OLE color: 6694301.

HSL color Cylindrical-coordinate representation of color #9D2566: hue angle of 327.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2566 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15737102-
CMYK00.760.350.38
HSL327.5º61.86%38.04%-
HSV(B)327.5º76.43%61.57%-
XYZ16.969.4513.5-
YUV80.29140.26182.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.04%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=53.04%
G=12.5%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573710200.760.350.38327.561.8638.04
Hex9D256604C23261483e26
Octal23545146011443465107646
Binary10011101100101110011001001100100011100110101001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,37,102); }

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

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

 a { background-color: rgb(157,37,102); }

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

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

 span { border-color: rgb(157,37,102); }

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