COLOR #9775AF

HEX: #9775AF RGB: (151,117,175)

Color info

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

RGB color model

#9775AF color RGB value is (151,117,175).

RGB: (151,117,175) (59%, 46%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 175 of 255 = 69%

151
117
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 117 + 175 = 443 (100%)
R 151 of 443 ~ 34.09%
G 117 of 443 ~ 26.41%
B 175 of 443 ~ 39.5'%

%34.09
%26.41
%39.5

CMYK color model

#9775AF color CMYK value is (14,33,0,31).

  • cyan value is 13.71%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,33,0,31) C14M33Y0K31 (14%,33%,0%,31%) (0.14/0.33/0.00/0.31) 

CMYK percentages

%13.71
%33.14
%0
%31.37

Codes

Color #9775AF in popluar color models

97 75 AF
RGB 151 117 175
HSL 275° 26.61% 57.25%
HSB/HSV 275° 33.14% 68.63%
CMYK 13.71% 33.14% 0.00%
31.37%

Color #9775AF in popluar number systems.

HEX 97 75 AF
Decimal 151 117 175
Binary 10010111 1110101 10101111
Octal 227 165 257

Shades and tints

Shades of #9775AF

#9775AF
(151,117,175)
#8A6BA0
(138,107,160)
#7D6191
(125,97,145)
#705782
(112,87,130)
#634D73
(99,77,115)
#564364
(86,67,100)
#493955
(73,57,85)
#3C2F46
(60,47,70)
#2F2537
(47,37,55)
#221B28
(34,27,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #9775AF

#9775AF
(151,117,175)
#A081B6
(160,129,182)
#A98DBD
(169,141,189)
#B299C4
(178,153,196)
#BBA5CB
(187,165,203)
#C4B1D2
(196,177,210)
#CDBDD9
(205,189,217)
#D6C9E0
(214,201,224)
#DFD5E7
(223,213,231)
#E8E1EE
(232,225,238)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9775AF; }

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

This text font color is #9775AF.

Background Color

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

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

This div background color is #9775AF.

Border color

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

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

This div border color is #9775AF.

Opacity

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

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

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

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

This text has shadow with #9775AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9775AF.

Preview

Color preview on black background

This text has color #9775AF on black background.


Color preview on white background

This text has color #9775AF on white background.


Black color preview on #9775AF background

This text has black color on #9775AF background.


White color preview on #9775AF background

This text has white color on #9775AF background.


Related colors

Complementary color

Complementary color for #hex is #688A50.


I love getcolorcode.com

Triadic colors

1 #AF9775 and #75AF97 with #9775AF are triadic colors.

2 #AF7597 and #7597AF with #9775AF are triadic colors.