COLOR #975E98

HEX: #975E98
RGB: (151,94,152)

Color info

#975E98 contains red, green and blue colors in about the same proportion. Web safe color of #975E98 is #996699 (or #969).

RGB color model

#975E98 color RGB value is (151,94,152).

  • red value is 151;
  • green value is 94;
  • blue value is 152.
RGB:
(151,94,152)
(59%,37%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 94 of 255 = 37%
B 152 of 255 = 60%

151
94
152

R + G + B ~ 52%. #975E98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 94 + 152 = 397 (100%)
R 151 of 397 ~ 38.04%
G 94 of 397 ~ 23.68%
B 152 of 397 ~ 38.29%

%38.04
%23.68
%38.29

CMYK color model

#975E98 color CMYK value is (1,38,0,40).

  • cyan value is 0.66%
  • magenta value is 38.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,38,0,40)
C1M38Y0K40 
(1%,38%,0%,40%)
(0.01/0.38/0.00/0.40)	

CMYK percentages

%0.66
%38.16
%0
%40.39

Codes

Color #975E98 in popluar color models

975E98
RGB15194152
HSL299°23.58%48.24%
HSB/HSV299°38.16%59.61%
CMYK0.66%38.16%0.00%
40.39%

Color #975E98 in popluar number systems.

HEX975E98
Decimal15194152
Binary10010111101111010011000
Octal227136230

Shades and tints

Shades of #975E98

#975E98
(151,94,152)
#8A568B
(138,86,139)
#7D4E7E
(125,78,126)
#704671
(112,70,113)
#633E64
(99,62,100)
#563657
(86,54,87)
#492E4A
(73,46,74)
#3C263D
(60,38,61)
#2F1E30
(47,30,48)
#221623
(34,22,35)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #975E98

#975E98
(151,94,152)
#A06CA1
(160,108,161)
#A97AAA
(169,122,170)
#B288B3
(178,136,179)
#BB96BC
(187,150,188)
#C4A4C5
(196,164,197)
#CDB2CE
(205,178,206)
#D6C0D7
(214,192,215)
#DFCEE0
(223,206,224)
#E8DCE9
(232,220,233)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975E98 color. Also use rgb(151,94,152) instead hex code.

Text Font Color

.myTextColor { color: #975E98; }

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

This text font color is #975E98.


Background Color

.myBgColor { background-color: #975E98; }

<div style="background-color:#975E98">Inner text</div>

This div background color is #975E98.


Border color

.myBorderColor { border: 1px solid #975E98; }

<div style="border:3px solid #975E98">Div</div>

This div border color is #975E98.


Opacity

.myOpacity80 { color: #975E98; opacity: 0.8; }

<p style="color:#975E98;opacity:0.8;">80%</p>

Text with #975E98 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 #975E98;}

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

This text has shadow with #975E98 color.

.textShadow {text-shadow: 3px 3px 1px #975E98, 3px 3px 1px red;}

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

This text has shadow with #975E98 primary color and red secondary color.


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

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

This text has shadow with #975E98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975E98 on black background.


Color preview on white background

This text has color #975E98 on white background.



Black color preview on #975E98 background

This text has black color on #975E98 background.


White color preview on #975E98 background

This text has white color on #975E98 background.