#983366

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

Shades of Lipstick #983366

Tints of Lipstick #983366

Color information

#983366 (or 0x983366) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 66. RGB value is (152,51,102). Sum of RGB (Red+Green+Blue) = 152+51+102=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #983366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983366 is #67CC99. Grayscale: #565656. Windows color (decimal): -6802586 or 6697880. OLE color: 6697880.

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

Color convert

RGB15251102-
CMYK00.660.330.40
HSL329.7º49.75%39.8%-
HSV(B)329.7º66.45%59.61%-
XYZ16.531013.63-
YUV87.01136.46174.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=49.84%
G=16.72%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525110200.660.330.40329.749.7539.8
Hex983366042212814a3228
Octal23063146010241505126250
Binary10011000110011110011001000010100001101000101001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983366; }

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

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

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

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

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

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

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

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