COLOR #97428C

HEX: #97428C
RGB: (151,66,140)

Color info

#97428C contains mainly red and blue colors. Web safe color of #97428C is #993399 (or #939).

RGB color model

#97428C color RGB value is (151,66,140).

  • red value is 151;
  • green value is 66;
  • blue value is 140.
RGB:
(151,66,140)
(59%,26%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 66 of 255 = 26%
B 140 of 255 = 55%

151
66
140

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

Portions of RGB colors in percentages

R + G + B =
151 + 66 + 140 = 357 (100%)
R 151 of 357 ~ 42.3%
G 66 of 357 ~ 18.49%
B 140 of 357 ~ 39.22%

%42.3
%18.49
%39.22

CMYK color model

#97428C color CMYK value is (0,56,7,41).

  • cyan value is 0.00%
  • magenta value is 56.29%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,56,7,41)
C0M56Y7K41 
(0%,56%,7%,41%)
(0.00/0.56/0.07/0.41)	

CMYK percentages

%0
%56.29
%7.28
%40.78

Codes

Color #97428C in popluar color models

97428C
RGB15166140
HSL308°39.17%42.55%
HSB/HSV308°56.29%59.22%
CMYK0.00%56.29%7.28%
40.78%

Color #97428C in popluar number systems.

HEX97428C
Decimal15166140
Binary10010111100001010001100
Octal227102214

Shades and tints

Shades of #97428C

#97428C
(151,66,140)
#8A3C80
(138,60,128)
#7D3674
(125,54,116)
#703068
(112,48,104)
#632A5C
(99,42,92)
#562450
(86,36,80)
#491E44
(73,30,68)
#3C1838
(60,24,56)
#2F122C
(47,18,44)
#220C20
(34,12,32)
#150614
(21,6,20)
#000000
(0,0,0)

Tints of #97428C

#97428C
(151,66,140)
#A05396
(160,83,150)
#A964A0
(169,100,160)
#B275AA
(178,117,170)
#BB86B4
(187,134,180)
#C497BE
(196,151,190)
#CDA8C8
(205,168,200)
#D6B9D2
(214,185,210)
#DFCADC
(223,202,220)
#E8DBE6
(232,219,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97428C color. Also use rgb(151,66,140) instead hex code.

Text Font Color

.myTextColor { color: #97428C; }

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

This text font color is #97428C.


Background Color

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

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

This div background color is #97428C.


Border color

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

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

This div border color is #97428C.


Opacity

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

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

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

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

This text has shadow with #97428C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97428C on black background.


Color preview on white background

This text has color #97428C on white background.



Black color preview on #97428C background

This text has black color on #97428C background.


White color preview on #97428C background

This text has white color on #97428C background.