COLOR #975E9D

HEX: #975E9D
RGB: (151,94,157)

Color info

#975E9D contains mainly red and blue colors. Web safe color of #975E9D is #996699 (or #969).

RGB color model

#975E9D color RGB value is (151,94,157).

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

RGB channels and saturation

R 151 of 255 = 59%
G 94 of 255 = 37%
B 157 of 255 = 62%

151
94
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 94 + 157 = 402 (100%)
R 151 of 402 ~ 37.56%
G 94 of 402 ~ 23.38%
B 157 of 402 ~ 39.05%

%37.56
%23.38
%39.05

CMYK color model

#975E9D color CMYK value is (4,40,0,38).

  • cyan value is 3.82%
  • magenta value is 40.13%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,40,0,38)
C4M40Y0K38 
(4%,40%,0%,38%)
(0.04/0.40/0.00/0.38)	

CMYK percentages

%3.82
%40.13
%0
%38.43

Codes

Color #975E9D in popluar color models

975E9D
RGB15194157
HSL294°25.10%49.22%
HSB/HSV294°40.13%61.57%
CMYK3.82%40.13%0.00%
38.43%

Color #975E9D in popluar number systems.

HEX975E9D
Decimal15194157
Binary10010111101111010011101
Octal227136235

Shades and tints

Shades of #975E9D

#975E9D
(151,94,157)
#8A568F
(138,86,143)
#7D4E81
(125,78,129)
#704673
(112,70,115)
#633E65
(99,62,101)
#563657
(86,54,87)
#492E49
(73,46,73)
#3C263B
(60,38,59)
#2F1E2D
(47,30,45)
#22161F
(34,22,31)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #975E9D

#975E9D
(151,94,157)
#A06CA5
(160,108,165)
#A97AAD
(169,122,173)
#B288B5
(178,136,181)
#BB96BD
(187,150,189)
#C4A4C5
(196,164,197)
#CDB2CD
(205,178,205)
#D6C0D5
(214,192,213)
#DFCEDD
(223,206,221)
#E8DCE5
(232,220,229)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975E9D; }

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

This text font color is #975E9D.


Background Color

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

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

This div background color is #975E9D.


Border color

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

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

This div border color is #975E9D.


Opacity

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

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

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

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

This text has shadow with #975E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975E9D on black background.


Color preview on white background

This text has color #975E9D on white background.



Black color preview on #975E9D background

This text has black color on #975E9D background.


White color preview on #975E9D background

This text has white color on #975E9D background.