#982566

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

Shades of Lipstick #982566

Tints of Lipstick #982566

Color information

#982566 (or 0x982566) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 66. RGB value is (152,37,102). Sum of RGB (Red+Green+Blue) = 152+37+102=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #982566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982566 is #67DA99. Grayscale: #4E4E4E. Windows color (decimal): -6806170 or 6694296. OLE color: 6694296.

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

Color convert

RGB15237102-
CMYK00.760.330.40
HSL326.09º60.85%37.06%-
HSV(B)326.09º75.66%59.61%-
XYZ16.018.9613.46-
YUV78.8141.1180.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=52.23%
G=12.71%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523710200.760.330.40326.0960.8537.06
Hex98256604C21281463d25
Octal23045146011441505067545
Binary10011000100101110011001001100100001101000101000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982566; }

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

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

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

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

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

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

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

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