#98326C

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

Shades of Lipstick #98326C

Tints of Lipstick #98326C

Color information

#98326C (or 0x98326C) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 6C. RGB value is (152,50,108). Sum of RGB (Red+Green+Blue) = 152+50+108=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98326C is #67CD93. Grayscale: #565656. Windows color (decimal): -6802836 or 7090840. OLE color: 7090840.

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

Color convert

RGB15250108-
CMYK00.670.290.40
HSL325.88º50.5%39.61%-
HSV(B)325.88º67.11%59.61%-
XYZ16.810.0415.24-
YUV87.11139.79174.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=49.03%
G=16.13%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525010800.670.290.40325.8850.539.61
Hex98326C0431D281463228
Octal23062154010335505066250
Binary1001100011001011011000100001111101101000101000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98326C; }

 p { color: rgb(152,50,108); }

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

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

 a { background-color: rgb(152,50,108); }

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

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

 span { border-color: rgb(152,50,108); }

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