#982160

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

Shades of Lipstick #982160

Tints of Lipstick #982160

Color information

#982160 (or 0x982160) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 60. RGB value is (152,33,96). Sum of RGB (Red+Green+Blue) = 152+33+96=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #982160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982160 is #67DE9F. Grayscale: #4B4B4B. Windows color (decimal): -6807200 or 6300056. OLE color: 6300056.

HSL color Cylindrical-coordinate representation of color #982160: hue angle of 328.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982160 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1523396-
CMYK00.780.370.40
HSL328.24º64.32%36.27%-
HSV(B)328.24º78.29%59.61%-
XYZ15.68.6111.91-
YUV75.76139.42182.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=54.09%
G=11.74%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152339600.780.370.40328.2464.3236.27
Hex98216004E25281484024
Octal230411400116455051010044
Binary100110001000011100000010011101001011010001010010001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982160; }

 p { color: rgb(152,33,96); }

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

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

 a { background-color: rgb(152,33,96); }

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

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

 span { border-color: rgb(152,33,96); }

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