COLOR #9775A2

HEX: #9775A2
RGB: (151,117,162)

Color info

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

RGB color model

#9775A2 color RGB value is (151,117,162).

  • red value is 151;
  • green value is 117;
  • blue value is 162.
RGB:
(151,117,162)
(59%,46%,64%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 162 of 255 = 64%

151
117
162

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

Portions of RGB colors in percentages

R + G + B =
151 + 117 + 162 = 430 (100%)
R 151 of 430 ~ 35.12%
G 117 of 430 ~ 27.21%
B 162 of 430 ~ 37.67%

%35.12
%27.21
%37.67

CMYK color model

#9775A2 color CMYK value is (7,28,0,36).

  • cyan value is 6.79%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,28,0,36)
C7M28Y0K36 
(7%,28%,0%,36%)
(0.07/0.28/0.00/0.36)	

CMYK percentages

%6.79
%27.78
%0
%36.47

Codes

Color #9775A2 in popluar color models

9775A2
RGB151117162
HSL285°19.48%54.71%
HSB/HSV285°27.78%63.53%
CMYK6.79%27.78%0.00%
36.47%

Color #9775A2 in popluar number systems.

HEX9775A2
Decimal151117162
Binary10010111111010110100010
Octal227165242

Shades and tints

Shades of #9775A2

#9775A2
(151,117,162)
#8A6B94
(138,107,148)
#7D6186
(125,97,134)
#705778
(112,87,120)
#634D6A
(99,77,106)
#56435C
(86,67,92)
#49394E
(73,57,78)
#3C2F40
(60,47,64)
#2F2532
(47,37,50)
#221B24
(34,27,36)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #9775A2

#9775A2
(151,117,162)
#A081AA
(160,129,170)
#A98DB2
(169,141,178)
#B299BA
(178,153,186)
#BBA5C2
(187,165,194)
#C4B1CA
(196,177,202)
#CDBDD2
(205,189,210)
#D6C9DA
(214,201,218)
#DFD5E2
(223,213,226)
#E8E1EA
(232,225,234)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9775A2; }

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

This text font color is #9775A2.


Background Color

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

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

This div background color is #9775A2.


Border color

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

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

This div border color is #9775A2.


Opacity

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

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

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

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

This text has shadow with #9775A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9775A2 on black background.


Color preview on white background

This text has color #9775A2 on white background.



Black color preview on #9775A2 background

This text has black color on #9775A2 background.


White color preview on #9775A2 background

This text has white color on #9775A2 background.