COLOR #9370AB

HEX: #9370AB RGB: (147,112,171)

Color info

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

RGB color model

#9370AB color RGB value is (147,112,171).

RGB: (147,112,171) (58%, 44%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 112 of 255 = 44%
B 171 of 255 = 67%

147
112
171

R + G + B ~ 56%. #9370AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 112 + 171 = 430 (100%)
R 147 of 430 ~ 34.19%
G 112 of 430 ~ 26.05%
B 171 of 430 ~ 39.77'%

%34.19
%26.05
%39.77

CMYK color model

#9370AB color CMYK value is (14,35,0,33).

  • cyan value is 14.04%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (14,35,0,33) C14M35Y0K33 (14%,35%,0%,33%) (0.14/0.35/0.00/0.33) 

CMYK percentages

%14.04
%34.5
%0
%32.94

Codes

Color #9370AB in popluar color models

93 70 AB
RGB 147 112 171
HSL 276° 25.99% 55.49%
HSB/HSV 276° 34.50% 67.06%
CMYK 14.04% 34.50% 0.00%
32.94%

Color #9370AB in popluar number systems.

HEX 93 70 AB
Decimal 147 112 171
Binary 10010011 1110000 10101011
Octal 223 160 253

Shades and tints

Shades of #9370AB

#9370AB
(147,112,171)
#86669C
(134,102,156)
#795C8D
(121,92,141)
#6C527E
(108,82,126)
#5F486F
(95,72,111)
#523E60
(82,62,96)
#453451
(69,52,81)
#382A42
(56,42,66)
#2B2033
(43,32,51)
#1E1624
(30,22,36)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #9370AB

#9370AB
(147,112,171)
#9C7DB2
(156,125,178)
#A58AB9
(165,138,185)
#AE97C0
(174,151,192)
#B7A4C7
(183,164,199)
#C0B1CE
(192,177,206)
#C9BED5
(201,190,213)
#D2CBDC
(210,203,220)
#DBD8E3
(219,216,227)
#E4E5EA
(228,229,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9370AB color. Also use rgb(147,112,171) instead hex code.

Text Font Color

.myTextColor { color: #9370AB; }

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

This text font color is #9370AB.

Background Color

.myBgColor { background-color: #9370AB; }

<div style="background-color:#9370AB">Inner text</div>

This div background color is #9370AB.

Border color

.myBorderColor { border: 1px solid #9370AB; }

<div style="border:3px solid #9370AB">Div</div>

This div border color is #9370AB.

Opacity

.myOpacity80 { color: #9370AB; opacity: 0.8; }

<p style="color:#9370AB;opacity:0.8;">80%</p>

Text with #9370AB 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 #9370AB;}

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

This text has shadow with #9370AB color.


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

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

This text has shadow with #9370AB primary color and red secondary color.


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

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

This text has shadow with #9370AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9370AB.

Preview

Color preview on black background

This text has color #9370AB on black background.


Color preview on white background

This text has color #9370AB on white background.


Black color preview on #9370AB background

This text has black color on #9370AB background.


White color preview on #9370AB background

This text has white color on #9370AB background.


Related colors

Complementary color

Complementary color for #hex is #6C8F54.


I love getcolorcode.com

Triadic colors

1 #AB9370 and #70AB93 with #9370AB are triadic colors.

2 #AB7093 and #7093AB with #9370AB are triadic colors.