COLOR #975AAB

HEX: #975AAB RGB: (151,90,171)

Color info

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

RGB color model

#975AAB color RGB value is (151,90,171).

RGB: (151,90,171) (59%, 35%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 171 of 255 = 67%

151
90
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 90 + 171 = 412 (100%)
R 151 of 412 ~ 36.65%
G 90 of 412 ~ 21.84%
B 171 of 412 ~ 41.5'%

%36.65
%21.84
%41.5

CMYK color model

#975AAB color CMYK value is (12,47,0,33).

  • cyan value is 11.70%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,47,0,33)
C12M47Y0K33 (12%, 47%, 0%, 33%)
(0.12 / 0.47 / 0.00 / 0.33)

CMYK percentages

%11.7
%47.37
%0
%32.94

Codes

Color #975AAB in popluar color models

97 5A AB
RGB 151 90 171
HSL 285° 32.53% 51.18%
HSB/HSV 285° 47.37% 67.06%
CMYK 11.70% 47.37% 0.00%
32.94%

Color #975AAB in popluar number systems.

HEX 97 5A AB
Decimal 151 90 171
Binary 10010111 1011010 10101011
Octal 227 132 253

Shades and tints

Shades of #975AAB

#975AAB
(151,90,171)
#8A529C
(138,82,156)
#7D4A8D
(125,74,141)
#70427E
(112,66,126)
#633A6F
(99,58,111)
#563260
(86,50,96)
#492A51
(73,42,81)
#3C2242
(60,34,66)
#2F1A33
(47,26,51)
#221224
(34,18,36)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #975AAB

#975AAB
(151,90,171)
#A069B2
(160,105,178)
#A978B9
(169,120,185)
#B287C0
(178,135,192)
#BB96C7
(187,150,199)
#C4A5CE
(196,165,206)
#CDB4D5
(205,180,213)
#D6C3DC
(214,195,220)
#DFD2E3
(223,210,227)
#E8E1EA
(232,225,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975AAB color. Also use rgb(151,90,171) instead hex code.

Text Font Color

.myTextColor { color: #975AAB; }

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

This text font color is #975AAB.

Background Color

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

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

This div background color is #975AAB.

Border color

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

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

This div border color is #975AAB.

Opacity

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

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

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

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

This text has shadow with #975AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975AAB.

Preview

Color preview on black background

This text has color #975AAB on black background.


Color preview on white background

This text has color #975AAB on white background.


Black color preview on #975AAB background

This text has black color on #975AAB background.


White color preview on #975AAB background

This text has white color on #975AAB background.


Related colors

Complementary color

Complementary color for #hex is #68A554.


I love getcolorcode.com

Triadic colors

1 #AB975A and #5AAB97 with #975AAB are triadic colors.

2 #AB5A97 and #5A97AB with #975AAB are triadic colors.