COLOR #96118C

HEX: #96118C
RGB: (150,17,140)

Color info

#96118C contains mainly red and blue colors. Web safe color of #96118C is #990099 (or #909).

RGB color model

#96118C color RGB value is (150,17,140).

  • red value is 150;
  • green value is 17;
  • blue value is 140.
RGB:
(150,17,140)
(59%,7%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 17 of 255 = 7%
B 140 of 255 = 55%

150
17
140

R + G + B ~ 40%. #96118C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 17 + 140 = 307 (100%)
R 150 of 307 ~ 48.86%
G 17 of 307 ~ 5.54%
B 140 of 307 ~ 45.6%

%48.86
%45.6

CMYK color model

#96118C color CMYK value is (0,89,7,41).

  • cyan value is 0.00%
  • magenta value is 88.67%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,89,7,41)
C0M89Y7K41 
(0%,89%,7%,41%)
(0.00/0.89/0.07/0.41)	

CMYK percentages

%0
%88.67
%6.67
%41.18

Codes

Color #96118C in popluar color models

96118C
RGB15017140
HSL305°79.64%32.75%
HSB/HSV305°88.67%58.82%
CMYK0.00%88.67%6.67%
41.18%

Color #96118C in popluar number systems.

HEX96118C
Decimal15017140
Binary100101101000110001100
Octal22621214

Shades and tints

Shades of #96118C

#96118C
(150,17,140)
#891080
(137,16,128)
#7C0F74
(124,15,116)
#6F0E68
(111,14,104)
#620D5C
(98,13,92)
#550C50
(85,12,80)
#480B44
(72,11,68)
#3B0A38
(59,10,56)
#2E092C
(46,9,44)
#210820
(33,8,32)
#140714
(20,7,20)
#000000
(0,0,0)

Tints of #96118C

#96118C
(150,17,140)
#9F2696
(159,38,150)
#A83BA0
(168,59,160)
#B150AA
(177,80,170)
#BA65B4
(186,101,180)
#C37ABE
(195,122,190)
#CC8FC8
(204,143,200)
#D5A4D2
(213,164,210)
#DEB9DC
(222,185,220)
#E7CEE6
(231,206,230)
#F0E3F0
(240,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96118C color. Also use rgb(150,17,140) instead hex code.

Text Font Color

.myTextColor { color: #96118C; }

<p style="color:#96118C">This sample text font color is #96118C.</p>

This text font color is #96118C.


Background Color

.myBgColor { background-color: #96118C; }

<div style="background-color:#96118C">Inner text</div>

This div background color is #96118C.


Border color

.myBorderColor { border: 1px solid #96118C; }

<div style="border:3px solid #96118C">Div</div>

This div border color is #96118C.


Opacity

.myOpacity80 { color: #96118C; opacity: 0.8; }

<p style="color:#96118C;opacity:0.8;">80%</p>

Text with #96118C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #96118C;}

<p style="text-shadow: 3px 3px 1px #96118C">Text here.</p>

This text has shadow with #96118C color.

.textShadow {text-shadow: 3px 3px 1px #96118C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #96118C, 5px 5px 20px red">Text here.</p>

This text has shadow with #96118C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96118C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#96118C, Direction=45, Strength=4)">Text</p>

This text has shadow with #96118C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #96118C;
  -webkit-box-shadow:	1px 1px 3px 2px #96118C;
  box-shadow:		1px 1px 3px 2px #96118C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96118C;
-webkit-box-shadow: 1px 1px 3px 2px #96118C;
box-shadow:1px 1px 3px 2px #96118C;">
Div content here</div>
This div box has shadow with color #96118C.

Preview

Color preview on black background

This text has color #96118C on black background.


Color preview on white background

This text has color #96118C on white background.



Black color preview on #96118C background

This text has black color on #96118C background.


White color preview on #96118C background

This text has white color on #96118C background.