COLOR #9B4CC2

HEX: #9B4CC2
RGB: (155,76,194)

Color info

#9B4CC2 contains mainly red and blue colors. Web safe color of #9B4CC2 is #9933CC (or #93C).

RGB color model

#9B4CC2 color RGB value is (155,76,194).

  • red value is 155;
  • green value is 76;
  • blue value is 194.
RGB: (155,76,194) (61%,30%,76%)

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 194 of 255 = 76%

155
76
194

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

Portions of RGB colors in percentages

R + G + B =
155 + 76 + 194 = 425 (100%)
R 155 of 425 ~ 36.47%
G 76 of 425 ~ 17.88%
B 194 of 425 ~ 45.65%

%36.47
%17.88
%45.65

CMYK color model

#9B4CC2 color CMYK value is (20,61,0,24).

  • cyan value is 20.10%
  • magenta value is 60.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (20,61,0,24) C20M61Y0K24 (20%,61%,0%,24%) (0.20/0.61/0.00/0.24)

CMYK percentages

%20.1
%60.82
%0
%23.92

Codes

Color #9B4CC2 in popluar color models

9B4CC2
RGB15576194
HSL280°49.17%52.94%
HSB/HSV280°60.82%76.08%
CMYK20.10%60.82%0.00%
23.92%

Color #9B4CC2 in popluar number systems.

HEX9B4CC2
Decimal15576194
Binary10011011100110011000010
Octal233114302

Shades and tints

Shades of #9B4CC2

#9B4CC2
(155,76,194)
#8D46B1
(141,70,177)
#7F40A0
(127,64,160)
#713A8F
(113,58,143)
#63347E
(99,52,126)
#552E6D
(85,46,109)
#47285C
(71,40,92)
#39224B
(57,34,75)
#2B1C3A
(43,28,58)
#1D1629
(29,22,41)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #9B4CC2

#9B4CC2
(155,76,194)
#A45CC7
(164,92,199)
#AD6CCC
(173,108,204)
#B67CD1
(182,124,209)
#BF8CD6
(191,140,214)
#C89CDB
(200,156,219)
#D1ACE0
(209,172,224)
#DABCE5
(218,188,229)
#E3CCEA
(227,204,234)
#ECDCEF
(236,220,239)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4CC2 color. Also use rgb(155,76,194) instead hex code.

Text Font Color

.myTextColor { color: #9B4CC2; }

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

This text font color is #9B4CC2.


Background Color

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

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

This div background color is #9B4CC2.


Border color

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

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

This div border color is #9B4CC2.


Opacity

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

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

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

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

This text has shadow with #9B4CC2 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9B4CC2; -webkit-box-shadow:	1px 1px 3px 2px #9B4CC2; box-shadow:	1px 1px 3px 2px #9B4CC2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B4CC2; -webkit-box-shadow: 1px 1px 3px 2px #9B4CC2; box-shadow:1px 1px 3px 2px #9B4CC2;">
Div content here</div>
This div box has shadow with color #9B4CC2.

Preview

Color preview on black background

This text has color #9B4CC2 on black background.


Color preview on white background

This text has color #9B4CC2 on white background.



Black color preview on #9B4CC2 background

This text has black color on #9B4CC2 background.


White color preview on #9B4CC2 background

This text has white color on #9B4CC2 background.