COLOR #975EA8

HEX: #975EA8
RGB: (151,94,168)

Color info

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

RGB color model

#975EA8 color RGB value is (151,94,168).

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

RGB channels and saturation

R 151 of 255 = 59%
G 94 of 255 = 37%
B 168 of 255 = 66%

151
94
168

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

Portions of RGB colors in percentages

R + G + B =
151 + 94 + 168 = 413 (100%)
R 151 of 413 ~ 36.56%
G 94 of 413 ~ 22.76%
B 168 of 413 ~ 40.68%

%36.56
%22.76
%40.68

CMYK color model

#975EA8 color CMYK value is (10,44,0,34).

  • cyan value is 10.12%
  • magenta value is 44.05%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(10,44,0,34)
C10M44Y0K34 
(10%,44%,0%,34%)
(0.10/0.44/0.00/0.34)	

CMYK percentages

%10.12
%44.05
%0
%34.12

Codes

Color #975EA8 in popluar color models

975EA8
RGB15194168
HSL286°29.84%51.37%
HSB/HSV286°44.05%65.88%
CMYK10.12%44.05%0.00%
34.12%

Color #975EA8 in popluar number systems.

HEX975EA8
Decimal15194168
Binary10010111101111010101000
Octal227136250

Shades and tints

Shades of #975EA8

#975EA8
(151,94,168)
#8A5699
(138,86,153)
#7D4E8A
(125,78,138)
#70467B
(112,70,123)
#633E6C
(99,62,108)
#56365D
(86,54,93)
#492E4E
(73,46,78)
#3C263F
(60,38,63)
#2F1E30
(47,30,48)
#221621
(34,22,33)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #975EA8

#975EA8
(151,94,168)
#A06CAF
(160,108,175)
#A97AB6
(169,122,182)
#B288BD
(178,136,189)
#BB96C4
(187,150,196)
#C4A4CB
(196,164,203)
#CDB2D2
(205,178,210)
#D6C0D9
(214,192,217)
#DFCEE0
(223,206,224)
#E8DCE7
(232,220,231)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975EA8; }

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

This text font color is #975EA8.


Background Color

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

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

This div background color is #975EA8.


Border color

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

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

This div border color is #975EA8.


Opacity

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

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

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

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

This text has shadow with #975EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975EA8 on black background.


Color preview on white background

This text has color #975EA8 on white background.



Black color preview on #975EA8 background

This text has black color on #975EA8 background.


White color preview on #975EA8 background

This text has white color on #975EA8 background.