#982158

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

Shades of Lipstick #982158

Tints of Lipstick #982158

Color information

#982158 (or 0x982158) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 58. RGB value is (152,33,88). Sum of RGB (Red+Green+Blue) = 152+33+88=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982158 is #67DEA7. Grayscale: #4A4A4A. Windows color (decimal): -6807208 or 5775768. OLE color: 5775768.

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

Color convert

RGB1523388-
CMYK00.780.420.40
HSL332.27º64.32%36.27%-
HSV(B)332.27º78.29%59.61%-
XYZ15.258.4710.06-
YUV74.85135.42183.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=55.68%
G=12.09%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152338800.780.420.40332.2764.3236.27
Hex98215804E2A2814c4024
Octal230411300116525051410044
Binary100110001000011011000010011101010101010001010011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982158; }

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

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

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

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

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

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

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

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