COLOR #9B74CC

HEX: #9B74CC RGB: (155,116,204)

Color info

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

RGB color model

#9B74CC color RGB value is (155,116,204).

RGB: (155,116,204) (61%, 45%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 116 of 255 = 45%
B 204 of 255 = 80%

155
116
204

R + G + B ~ 62%. #9B74CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 116 + 204 = 475 (100%)
R 155 of 475 ~ 32.63%
G 116 of 475 ~ 24.42%
B 204 of 475 ~ 42.95'%

%32.63
%24.42
%42.95

CMYK color model

#9B74CC color CMYK value is (24,43,0,20).

  • cyan value is 24.02%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (24,43,0,20) C24M43Y0K20 (24%,43%,0%,20%) (0.24/0.43/0.00/0.20) 

CMYK percentages

%24.02
%43.14
%0
%20

Codes

Color #9B74CC in popluar color models

9B 74 CC
RGB 155 116 204
HSL 267° 46.32% 62.75%
HSB/HSV 267° 43.14% 80.00%
CMYK 24.02% 43.14% 0.00%
20.00%

Color #9B74CC in popluar number systems.

HEX 9B 74 CC
Decimal 155 116 204
Binary 10011011 1110100 11001100
Octal 233 164 314

Shades and tints

Shades of #9B74CC

#9B74CC
(155,116,204)
#8D6ABA
(141,106,186)
#7F60A8
(127,96,168)
#715696
(113,86,150)
#634C84
(99,76,132)
#554272
(85,66,114)
#473860
(71,56,96)
#392E4E
(57,46,78)
#2B243C
(43,36,60)
#1D1A2A
(29,26,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #9B74CC

#9B74CC
(155,116,204)
#A480D0
(164,128,208)
#AD8CD4
(173,140,212)
#B698D8
(182,152,216)
#BFA4DC
(191,164,220)
#C8B0E0
(200,176,224)
#D1BCE4
(209,188,228)
#DAC8E8
(218,200,232)
#E3D4EC
(227,212,236)
#ECE0F0
(236,224,240)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B74CC color. Also use rgb(155,116,204) instead hex code.

Text Font Color

.myTextColor { color: #9B74CC; }

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

This text font color is #9B74CC.

Background Color

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

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

This div background color is #9B74CC.

Border color

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

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

This div border color is #9B74CC.

Opacity

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

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

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

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

This text has shadow with #9B74CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B74CC.

Preview

Color preview on black background

This text has color #9B74CC on black background.


Color preview on white background

This text has color #9B74CC on white background.


Black color preview on #9B74CC background

This text has black color on #9B74CC background.


White color preview on #9B74CC background

This text has white color on #9B74CC background.


Related colors

Complementary color

Complementary color for #hex is #648B33.


I love getcolorcode.com

Triadic colors

1 #CC9B74 and #74CC9B with #9B74CC are triadic colors.

2 #CC749B and #749BCC with #9B74CC are triadic colors.