COLOR #9A627F

HEX: #9A627F RGB: (154,98,127)

Color info

#9A627F contains red, green and blue colors in about the same proportion. Web safe color of #9A627F is #996666 (or #966).

RGB color model

#9A627F color RGB value is (154,98,127).

RGB: (154,98,127) (60%, 38%, 50%)

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 127 of 255 = 50%

154
98
127

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

Portions of RGB colors in percentages

R + G + B = 154 + 98 + 127 = 379 (100%)
R 154 of 379 ~ 40.63%
G 98 of 379 ~ 25.86%
B 127 of 379 ~ 33.51'%

%40.63
%25.86
%33.51

CMYK color model

#9A627F color CMYK value is (0,36,18,40).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 17.53%
  • key color value is 39.61%

CMYK: (0,36,18,40)
C0M36Y18K40 (0%, 36%, 18%, 40%)
(0.00 / 0.36 / 0.18 / 0.40)

CMYK percentages

%0
%36.36
%17.53
%39.61

Codes

Color #9A627F in popluar color models

9A 62 7F
RGB 154 98 127
HSL 329° 22.22% 49.41%
HSB/HSV 329° 36.36% 60.39%
CMYK 0.00% 36.36% 17.53%
39.61%

Color #9A627F in popluar number systems.

HEX 9A 62 7F
Decimal 154 98 127
Binary 10011010 1100010 1111111
Octal 232 142 177

Shades and tints

Shades of #9A627F

#9A627F
(154,98,127)
#8C5A74
(140,90,116)
#7E5269
(126,82,105)
#704A5E
(112,74,94)
#624253
(98,66,83)
#543A48
(84,58,72)
#46323D
(70,50,61)
#382A32
(56,42,50)
#2A2227
(42,34,39)
#1C1A1C
(28,26,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #9A627F

#9A627F
(154,98,127)
#A3708A
(163,112,138)
#AC7E95
(172,126,149)
#B58CA0
(181,140,160)
#BE9AAB
(190,154,171)
#C7A8B6
(199,168,182)
#D0B6C1
(208,182,193)
#D9C4CC
(217,196,204)
#E2D2D7
(226,210,215)
#EBE0E2
(235,224,226)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A627F color. Also use rgb(154,98,127) instead hex code.

Text Font Color

.myTextColor { color: #9A627F; }

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

This text font color is #9A627F.

Background Color

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

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

This div background color is #9A627F.

Border color

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

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

This div border color is #9A627F.

Opacity

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

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

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

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

This text has shadow with #9A627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A627F.

Preview

Color preview on black background

This text has color #9A627F on black background.


Color preview on white background

This text has color #9A627F on white background.


Black color preview on #9A627F background

This text has black color on #9A627F background.


White color preview on #9A627F background

This text has white color on #9A627F background.


Related colors

Complementary color

Complementary color for #hex is #659D80.


I love getcolorcode.com

Triadic colors

1 #7F9A62 and #627F9A with #9A627F are triadic colors.

2 #7F629A and #629A7F with #9A627F are triadic colors.