COLOR #975F8C

HEX: #975F8C
RGB: (151,95,140)

Color info

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

RGB color model

#975F8C color RGB value is (151,95,140).

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

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 140 of 255 = 55%

151
95
140

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

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 140 = 386 (100%)
R 151 of 386 ~ 39.12%
G 95 of 386 ~ 24.61%
B 140 of 386 ~ 36.27%

%39.12
%24.61
%36.27

CMYK color model

#975F8C color CMYK value is (0,37,7,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,37,7,41)
C0M37Y7K41 
(0%,37%,7%,41%)
(0.00/0.37/0.07/0.41)	

CMYK percentages

%0
%37.09
%7.28
%40.78

Codes

Color #975F8C in popluar color models

975F8C
RGB15195140
HSL312°22.76%48.24%
HSB/HSV312°37.09%59.22%
CMYK0.00%37.09%7.28%
40.78%

Color #975F8C in popluar number systems.

HEX975F8C
Decimal15195140
Binary10010111101111110001100
Octal227137214

Shades and tints

Shades of #975F8C

#975F8C
(151,95,140)
#8A5780
(138,87,128)
#7D4F74
(125,79,116)
#704768
(112,71,104)
#633F5C
(99,63,92)
#563750
(86,55,80)
#492F44
(73,47,68)
#3C2738
(60,39,56)
#2F1F2C
(47,31,44)
#221720
(34,23,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #975F8C

#975F8C
(151,95,140)
#A06D96
(160,109,150)
#A97BA0
(169,123,160)
#B289AA
(178,137,170)
#BB97B4
(187,151,180)
#C4A5BE
(196,165,190)
#CDB3C8
(205,179,200)
#D6C1D2
(214,193,210)
#DFCFDC
(223,207,220)
#E8DDE6
(232,221,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975F8C color. Also use rgb(151,95,140) instead hex code.

Text Font Color

.myTextColor { color: #975F8C; }

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

This text font color is #975F8C.


Background Color

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

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

This div background color is #975F8C.


Border color

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

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

This div border color is #975F8C.


Opacity

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

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

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

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

This text has shadow with #975F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975F8C on black background.


Color preview on white background

This text has color #975F8C on white background.



Black color preview on #975F8C background

This text has black color on #975F8C background.


White color preview on #975F8C background

This text has white color on #975F8C background.