#982A6B

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

Shades of Lipstick #982A6B

Tints of Lipstick #982A6B

Color information

#982A6B (or 0x982A6B) is unknown color: approx Lipstick. HEX triplet: 98, 2A and 6B. RGB value is (152,42,107). Sum of RGB (Red+Green+Blue) = 152+42+107=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982A6B is #67D594. Grayscale: #525252. Windows color (decimal): -6804885 or 7023256. OLE color: 7023256.

HSL color Cylindrical-coordinate representation of color #982A6B: hue angle of 324.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A6B is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15242107-
CMYK00.720.300.40
HSL324.55º56.7%38.04%-
HSV(B)324.55º72.37%59.61%-
XYZ16.439.3914.86-
YUV82.3141.94177.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=50.50%
G=13.95%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524210700.720.300.40324.5556.738.04
Hex982A6B0481E281453926
Octal23052153011036505057146
Binary1001100010101011010110100100011110101000101000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982A6B; }

 p { color: rgb(152,42,107); }

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

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

 a { background-color: rgb(152,42,107); }

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

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

 span { border-color: rgb(152,42,107); }

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