COLOR #96427C

HEX: #96427C
RGB: (150,66,124)

Color info

#96427C contains mainly red and blue colors. Web safe color of #96427C is #993366 (or #936).

RGB color model

#96427C color RGB value is (150,66,124).

  • red value is 150;
  • green value is 66;
  • blue value is 124.
RGB:
(150,66,124)
(59%,26%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 66 of 255 = 26%
B 124 of 255 = 49%

150
66
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 66 + 124 = 340 (100%)
R 150 of 340 ~ 44.12%
G 66 of 340 ~ 19.41%
B 124 of 340 ~ 36.47%

%44.12
%19.41
%36.47

CMYK color model

#96427C color CMYK value is (0,56,17,41).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,56,17,41)
C0M56Y17K41 
(0%,56%,17%,41%)
(0.00/0.56/0.17/0.41)	

CMYK percentages

%0
%56
%17.33
%41.18

Codes

Color #96427C in popluar color models

96427C
RGB15066124
HSL319°38.89%42.35%
HSB/HSV319°56.00%58.82%
CMYK0.00%56.00%17.33%
41.18%

Color #96427C in popluar number systems.

HEX96427C
Decimal15066124
Binary1001011010000101111100
Octal226102174

Shades and tints

Shades of #96427C

#96427C
(150,66,124)
#893C71
(137,60,113)
#7C3666
(124,54,102)
#6F305B
(111,48,91)
#622A50
(98,42,80)
#552445
(85,36,69)
#481E3A
(72,30,58)
#3B182F
(59,24,47)
#2E1224
(46,18,36)
#210C19
(33,12,25)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #96427C

#96427C
(150,66,124)
#9F5387
(159,83,135)
#A86492
(168,100,146)
#B1759D
(177,117,157)
#BA86A8
(186,134,168)
#C397B3
(195,151,179)
#CCA8BE
(204,168,190)
#D5B9C9
(213,185,201)
#DECAD4
(222,202,212)
#E7DBDF
(231,219,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96427C color. Also use rgb(150,66,124) instead hex code.

Text Font Color

.myTextColor { color: #96427C; }

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

This text font color is #96427C.


Background Color

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

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

This div background color is #96427C.


Border color

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

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

This div border color is #96427C.


Opacity

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

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

Text with #96427C 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 #96427C;}

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

This text has shadow with #96427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96427C on black background.


Color preview on white background

This text has color #96427C on white background.



Black color preview on #96427C background

This text has black color on #96427C background.


White color preview on #96427C background

This text has white color on #96427C background.