#983361

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

Shades of Lipstick #983361

Tints of Lipstick #983361

Color information

#983361 (or 0x983361) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 61. RGB value is (152,51,97). Sum of RGB (Red+Green+Blue) = 152+51+97=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #983361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983361 is #67CC9E. Grayscale: #565656. Windows color (decimal): -6802591 or 6370200. OLE color: 6370200.

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

Color convert

RGB1525197-
CMYK00.660.360.40
HSL332.67º49.75%39.8%-
HSV(B)332.67º66.45%59.61%-
XYZ16.299.9112.36-
YUV86.44133.96174.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=50.67%
G=17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152519700.660.360.40332.6749.7539.8
Hex983361042242814d3228
Octal23063141010244505156250
Binary10011000110011110000101000010100100101000101001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983361; }

 p { color: rgb(152,51,97); }

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

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

 a { background-color: rgb(152,51,97); }

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

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

 span { border-color: rgb(152,51,97); }

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