COLOR #9752AF

HEX: #9752AF RGB: (151,82,175)

Color info

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

RGB color model

#9752AF color RGB value is (151,82,175).

RGB: (151,82,175) (59%, 32%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 82 of 255 = 32%
B 175 of 255 = 69%

151
82
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 82 + 175 = 408 (100%)
R 151 of 408 ~ 37.01%
G 82 of 408 ~ 20.1%
B 175 of 408 ~ 42.89'%

%37.01
%20.1
%42.89

CMYK color model

#9752AF color CMYK value is (14,53,0,31).

  • cyan value is 13.71%
  • magenta value is 53.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,53,0,31) C14M53Y0K31 (14%,53%,0%,31%) (0.14/0.53/0.00/0.31) 

CMYK percentages

%13.71
%53.14
%0
%31.37

Codes

Color #9752AF in popluar color models

97 52 AF
RGB 151 82 175
HSL 285° 36.76% 50.39%
HSB/HSV 285° 53.14% 68.63%
CMYK 13.71% 53.14% 0.00%
31.37%

Color #9752AF in popluar number systems.

HEX 97 52 AF
Decimal 151 82 175
Binary 10010111 1010010 10101111
Octal 227 122 257

Shades and tints

Shades of #9752AF

#9752AF
(151,82,175)
#8A4BA0
(138,75,160)
#7D4491
(125,68,145)
#703D82
(112,61,130)
#633673
(99,54,115)
#562F64
(86,47,100)
#492855
(73,40,85)
#3C2146
(60,33,70)
#2F1A37
(47,26,55)
#221328
(34,19,40)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #9752AF

#9752AF
(151,82,175)
#A061B6
(160,97,182)
#A970BD
(169,112,189)
#B27FC4
(178,127,196)
#BB8ECB
(187,142,203)
#C49DD2
(196,157,210)
#CDACD9
(205,172,217)
#D6BBE0
(214,187,224)
#DFCAE7
(223,202,231)
#E8D9EE
(232,217,238)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9752AF color. Also use rgb(151,82,175) instead hex code.

Text Font Color

.myTextColor { color: #9752AF; }

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

This text font color is #9752AF.

Background Color

.myBgColor { background-color: #9752AF; }

<div style="background-color:#9752AF">Inner text</div>

This div background color is #9752AF.

Border color

.myBorderColor { border: 1px solid #9752AF; }

<div style="border:3px solid #9752AF">Div</div>

This div border color is #9752AF.

Opacity

.myOpacity80 { color: #9752AF; opacity: 0.8; }

<p style="color:#9752AF;opacity:0.8;">80%</p>

Text with #9752AF 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 #9752AF;}

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

This text has shadow with #9752AF color.


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

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

This text has shadow with #9752AF primary color and red secondary color.


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

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

This text has shadow with #9752AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9752AF.

Preview

Color preview on black background

This text has color #9752AF on black background.


Color preview on white background

This text has color #9752AF on white background.


Black color preview on #9752AF background

This text has black color on #9752AF background.


White color preview on #9752AF background

This text has white color on #9752AF background.


Related colors

Complementary color

Complementary color for #hex is #68AD50.


I love getcolorcode.com

Triadic colors

1 #AF9752 and #52AF97 with #9752AF are triadic colors.

2 #AF5297 and #5297AF with #9752AF are triadic colors.