COLOR #9A74B8

HEX: #9A74B8 RGB: (154,116,184)

Color info

#9A74B8 contains mainly red and blue colors. Web safe color of #9A74B8 is #9966CC (or #96C).

RGB color model

#9A74B8 color RGB value is (154,116,184).

RGB: (154,116,184) (60%, 45%, 72%)

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 184 of 255 = 72%

154
116
184

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

Portions of RGB colors in percentages

R + G + B = 154 + 116 + 184 = 454 (100%)
R 154 of 454 ~ 33.92%
G 116 of 454 ~ 25.55%
B 184 of 454 ~ 40.53'%

%33.92
%25.55
%40.53

CMYK color model

#9A74B8 color CMYK value is (16,37,0,28).

  • cyan value is 16.30%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (16,37,0,28)
C16M37Y0K28 (16%, 37%, 0%, 28%)
(0.16 / 0.37 / 0.00 / 0.28)

CMYK percentages

%16.3
%36.96
%0
%27.84

Codes

Color #9A74B8 in popluar color models

9A 74 B8
RGB 154 116 184
HSL 274° 32.38% 58.82%
HSB/HSV 274° 36.96% 72.16%
CMYK 16.30% 36.96% 0.00%
27.84%

Color #9A74B8 in popluar number systems.

HEX 9A 74 B8
Decimal 154 116 184
Binary 10011010 1110100 10111000
Octal 232 164 270

Shades and tints

Shades of #9A74B8

#9A74B8
(154,116,184)
#8C6AA8
(140,106,168)
#7E6098
(126,96,152)
#705688
(112,86,136)
#624C78
(98,76,120)
#544268
(84,66,104)
#463858
(70,56,88)
#382E48
(56,46,72)
#2A2438
(42,36,56)
#1C1A28
(28,26,40)
#0E1018
(14,16,24)
#000000
(0,0,0)

Tints of #9A74B8

#9A74B8
(154,116,184)
#A380BE
(163,128,190)
#AC8CC4
(172,140,196)
#B598CA
(181,152,202)
#BEA4D0
(190,164,208)
#C7B0D6
(199,176,214)
#D0BCDC
(208,188,220)
#D9C8E2
(217,200,226)
#E2D4E8
(226,212,232)
#EBE0EE
(235,224,238)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A74B8 color. Also use rgb(154,116,184) instead hex code.

Text Font Color

.myTextColor { color: #9A74B8; }

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

This text font color is #9A74B8.

Background Color

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

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

This div background color is #9A74B8.

Border color

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

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

This div border color is #9A74B8.

Opacity

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

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

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

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

This text has shadow with #9A74B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A74B8.

Preview

Color preview on black background

This text has color #9A74B8 on black background.


Color preview on white background

This text has color #9A74B8 on white background.


Black color preview on #9A74B8 background

This text has black color on #9A74B8 background.


White color preview on #9A74B8 background

This text has white color on #9A74B8 background.


Related colors

Complementary color

Complementary color for #hex is #658B47.


I love getcolorcode.com

Triadic colors

1 #B89A74 and #74B89A with #9A74B8 are triadic colors.

2 #B8749A and #749AB8 with #9A74B8 are triadic colors.