#982165

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

Shades of Lipstick #982165

Tints of Lipstick #982165

Color information

#982165 (or 0x982165) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 65. RGB value is (152,33,101). Sum of RGB (Red+Green+Blue) = 152+33+101=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #982165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982165 is #67DE9A. Grayscale: #4C4C4C. Windows color (decimal): -6807195 or 6627736. OLE color: 6627736.

HSL color Cylindrical-coordinate representation of color #982165: hue angle of 325.71º 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 #982165 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15233101-
CMYK00.780.340.40
HSL325.71º64.32%36.27%-
HSV(B)325.71º78.29%59.61%-
XYZ15.848.713.16-
YUV76.33141.92181.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=53.15%
G=11.54%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523310100.780.340.40325.7164.3236.27
Hex98216504E22281464024
Octal230411450116425050610044
Binary100110001000011100101010011101000101010001010001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982165; }

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

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

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

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

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

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

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

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