COLOR #97469D

HEX: #97469D
RGB: (151,70,157)

Color info

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

RGB color model

#97469D color RGB value is (151,70,157).

  • red value is 151;
  • green value is 70;
  • blue value is 157.
RGB:
(151,70,157)
(59%,27%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 70 of 255 = 27%
B 157 of 255 = 62%

151
70
157

R + G + B ~ 49%. #97469D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 70 + 157 = 378 (100%)
R 151 of 378 ~ 39.95%
G 70 of 378 ~ 18.52%
B 157 of 378 ~ 41.53%

%39.95
%18.52
%41.53

CMYK color model

#97469D color CMYK value is (4,55,0,38).

  • cyan value is 3.82%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,55,0,38)
C4M55Y0K38 
(4%,55%,0%,38%)
(0.04/0.55/0.00/0.38)	

CMYK percentages

%3.82
%55.41
%0
%38.43

Codes

Color #97469D in popluar color models

97469D
RGB15170157
HSL296°38.33%44.51%
HSB/HSV296°55.41%61.57%
CMYK3.82%55.41%0.00%
38.43%

Color #97469D in popluar number systems.

HEX97469D
Decimal15170157
Binary10010111100011010011101
Octal227106235

Shades and tints

Shades of #97469D

#97469D
(151,70,157)
#8A408F
(138,64,143)
#7D3A81
(125,58,129)
#703473
(112,52,115)
#632E65
(99,46,101)
#562857
(86,40,87)
#492249
(73,34,73)
#3C1C3B
(60,28,59)
#2F162D
(47,22,45)
#22101F
(34,16,31)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #97469D

#97469D
(151,70,157)
#A056A5
(160,86,165)
#A966AD
(169,102,173)
#B276B5
(178,118,181)
#BB86BD
(187,134,189)
#C496C5
(196,150,197)
#CDA6CD
(205,166,205)
#D6B6D5
(214,182,213)
#DFC6DD
(223,198,221)
#E8D6E5
(232,214,229)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97469D color. Also use rgb(151,70,157) instead hex code.

Text Font Color

.myTextColor { color: #97469D; }

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

This text font color is #97469D.


Background Color

.myBgColor { background-color: #97469D; }

<div style="background-color:#97469D">Inner text</div>

This div background color is #97469D.


Border color

.myBorderColor { border: 1px solid #97469D; }

<div style="border:3px solid #97469D">Div</div>

This div border color is #97469D.


Opacity

.myOpacity80 { color: #97469D; opacity: 0.8; }

<p style="color:#97469D;opacity:0.8;">80%</p>

Text with #97469D 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 #97469D;}

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

This text has shadow with #97469D color.

.textShadow {text-shadow: 3px 3px 1px #97469D, 3px 3px 1px red;}

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

This text has shadow with #97469D primary color and red secondary color.


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

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

This text has shadow with #97469D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97469D on black background.


Color preview on white background

This text has color #97469D on white background.



Black color preview on #97469D background

This text has black color on #97469D background.


White color preview on #97469D background

This text has white color on #97469D background.