COLOR #9174C2

HEX: #9174C2 RGB: (145,116,194)

Color info

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

RGB color model

#9174C2 color RGB value is (145,116,194).

RGB: (145,116,194) (57%, 45%, 76%)

RGB channels and saturation

R 145 of 255 = 57%
G 116 of 255 = 45%
B 194 of 255 = 76%

145
116
194

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

Portions of RGB colors in percentages

R + G + B = 145 + 116 + 194 = 455 (100%)
R 145 of 455 ~ 31.87%
G 116 of 455 ~ 25.49%
B 194 of 455 ~ 42.64'%

%31.87
%25.49
%42.64

CMYK color model

#9174C2 color CMYK value is (25,40,0,24).

  • cyan value is 25.26%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (25,40,0,24)
C25M40Y0K24 (25%, 40%, 0%, 24%)
(0.25 / 0.40 / 0.00 / 0.24)

CMYK percentages

%25.26
%40.21
%0
%23.92

Codes

Color #9174C2 in popluar color models

91 74 C2
RGB 145 116 194
HSL 262° 39.00% 60.78%
HSB/HSV 262° 40.21% 76.08%
CMYK 25.26% 40.21% 0.00%
23.92%

Color #9174C2 in popluar number systems.

HEX 91 74 C2
Decimal 145 116 194
Binary 10010001 1110100 11000010
Octal 221 164 302

Shades and tints

Shades of #9174C2

#9174C2
(145,116,194)
#846AB1
(132,106,177)
#7760A0
(119,96,160)
#6A568F
(106,86,143)
#5D4C7E
(93,76,126)
#50426D
(80,66,109)
#43385C
(67,56,92)
#362E4B
(54,46,75)
#29243A
(41,36,58)
#1C1A29
(28,26,41)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #9174C2

#9174C2
(145,116,194)
#9B80C7
(155,128,199)
#A58CCC
(165,140,204)
#AF98D1
(175,152,209)
#B9A4D6
(185,164,214)
#C3B0DB
(195,176,219)
#CDBCE0
(205,188,224)
#D7C8E5
(215,200,229)
#E1D4EA
(225,212,234)
#EBE0EF
(235,224,239)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9174C2 color. Also use rgb(145,116,194) instead hex code.

Text Font Color

.myTextColor { color: #9174C2; }

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

This text font color is #9174C2.

Background Color

.myBgColor { background-color: #9174C2; }

<div style="background-color:#9174C2">Inner text</div>

This div background color is #9174C2.

Border color

.myBorderColor { border: 1px solid #9174C2; }

<div style="border:3px solid #9174C2">Div</div>

This div border color is #9174C2.

Opacity

.myOpacity80 { color: #9174C2; opacity: 0.8; }

<p style="color:#9174C2;opacity:0.8;">80%</p>

Text with #9174C2 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 #9174C2;}

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

This text has shadow with #9174C2 color.


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

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

This text has shadow with #9174C2 primary color and red secondary color.


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

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

This text has shadow with #9174C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9174C2.

Preview

Color preview on black background

This text has color #9174C2 on black background.


Color preview on white background

This text has color #9174C2 on white background.


Black color preview on #9174C2 background

This text has black color on #9174C2 background.


White color preview on #9174C2 background

This text has white color on #9174C2 background.


Related colors

Complementary color

Complementary color for #hex is #6E8B3D.


I love getcolorcode.com

Triadic colors

1 #C29174 and #74C291 with #9174C2 are triadic colors.

2 #C27491 and #7491C2 with #9174C2 are triadic colors.