COLOR #9A76AF

HEX: #9A76AF RGB: (154,118,175)

Color info

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

RGB color model

#9A76AF color RGB value is (154,118,175).

RGB: (154,118,175) (60%, 46%, 69%)

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 175 of 255 = 69%

154
118
175

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

Portions of RGB colors in percentages

R + G + B = 154 + 118 + 175 = 447 (100%)
R 154 of 447 ~ 34.45%
G 118 of 447 ~ 26.4%
B 175 of 447 ~ 39.15'%

%34.45
%26.4
%39.15

CMYK color model

#9A76AF color CMYK value is (12,33,0,31).

  • cyan value is 12.00%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (12,33,0,31)
C12M33Y0K31 (12%, 33%, 0%, 31%)
(0.12 / 0.33 / 0.00 / 0.31)

CMYK percentages

%12
%32.57
%0
%31.37

Codes

Color #9A76AF in popluar color models

9A 76 AF
RGB 154 118 175
HSL 278° 26.27% 57.45%
HSB/HSV 278° 32.57% 68.63%
CMYK 12.00% 32.57% 0.00%
31.37%

Color #9A76AF in popluar number systems.

HEX 9A 76 AF
Decimal 154 118 175
Binary 10011010 1110110 10101111
Octal 232 166 257

Shades and tints

Shades of #9A76AF

#9A76AF
(154,118,175)
#8C6CA0
(140,108,160)
#7E6291
(126,98,145)
#705882
(112,88,130)
#624E73
(98,78,115)
#544464
(84,68,100)
#463A55
(70,58,85)
#383046
(56,48,70)
#2A2637
(42,38,55)
#1C1C28
(28,28,40)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #9A76AF

#9A76AF
(154,118,175)
#A382B6
(163,130,182)
#AC8EBD
(172,142,189)
#B59AC4
(181,154,196)
#BEA6CB
(190,166,203)
#C7B2D2
(199,178,210)
#D0BED9
(208,190,217)
#D9CAE0
(217,202,224)
#E2D6E7
(226,214,231)
#EBE2EE
(235,226,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A76AF color. Also use rgb(154,118,175) instead hex code.

Text Font Color

.myTextColor { color: #9A76AF; }

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

This text font color is #9A76AF.

Background Color

.myBgColor { background-color: #9A76AF; }

<div style="background-color:#9A76AF">Inner text</div>

This div background color is #9A76AF.

Border color

.myBorderColor { border: 1px solid #9A76AF; }

<div style="border:3px solid #9A76AF">Div</div>

This div border color is #9A76AF.

Opacity

.myOpacity80 { color: #9A76AF; opacity: 0.8; }

<p style="color:#9A76AF;opacity:0.8;">80%</p>

Text with #9A76AF 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 #9A76AF;}

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

This text has shadow with #9A76AF color.


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

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

This text has shadow with #9A76AF primary color and red secondary color.


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

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

This text has shadow with #9A76AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9A76AF.

Preview

Color preview on black background

This text has color #9A76AF on black background.


Color preview on white background

This text has color #9A76AF on white background.


Black color preview on #9A76AF background

This text has black color on #9A76AF background.


White color preview on #9A76AF background

This text has white color on #9A76AF background.


Related colors

Complementary color

Complementary color for #hex is #658950.


I love getcolorcode.com

Triadic colors

1 #AF9A76 and #76AF9A with #9A76AF are triadic colors.

2 #AF769A and #769AAF with #9A76AF are triadic colors.