COLOR #9C30B3

HEX: #9C30B3
RGB: (156,48,179)

Color info

#9C30B3 contains mainly red and blue colors. Web safe color of #9C30B3 is #993399 (or #939).

RGB color model

#9C30B3 color RGB value is (156,48,179).

  • red value is 156;
  • green value is 48;
  • blue value is 179.
RGB:
(156,48,179)
(61%,19%,70%)

RGB channels and saturation

R 156 of 255 = 61%
G 48 of 255 = 19%
B 179 of 255 = 70%

156
48
179

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

Portions of RGB colors in percentages

R + G + B =
156 + 48 + 179 = 383 (100%)
R 156 of 383 ~ 40.73%
G 48 of 383 ~ 12.53%
B 179 of 383 ~ 46.74%

%40.73
%12.53
%46.74

CMYK color model

#9C30B3 color CMYK value is (13,73,0,30).

  • cyan value is 12.85%
  • magenta value is 73.18%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,73,0,30)
C13M73Y0K30 
(13%,73%,0%,30%)
(0.13/0.73/0.00/0.30)	

CMYK percentages

%12.85
%73.18
%0
%29.8

Codes

Color #9C30B3 in popluar color models

9C30B3
RGB15648179
HSL289°57.71%44.51%
HSB/HSV289°73.18%70.20%
CMYK12.85%73.18%0.00%
29.80%

Color #9C30B3 in popluar number systems.

HEX9C30B3
Decimal15648179
Binary1001110011000010110011
Octal23460263

Shades and tints

Shades of #9C30B3

#9C30B3
(156,48,179)
#8E2CA3
(142,44,163)
#802893
(128,40,147)
#722483
(114,36,131)
#642073
(100,32,115)
#561C63
(86,28,99)
#481853
(72,24,83)
#3A1443
(58,20,67)
#2C1033
(44,16,51)
#1E0C23
(30,12,35)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #9C30B3

#9C30B3
(156,48,179)
#A542B9
(165,66,185)
#AE54BF
(174,84,191)
#B766C5
(183,102,197)
#C078CB
(192,120,203)
#C98AD1
(201,138,209)
#D29CD7
(210,156,215)
#DBAEDD
(219,174,221)
#E4C0E3
(228,192,227)
#EDD2E9
(237,210,233)
#F6E4EF
(246,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C30B3 color. Also use rgb(156,48,179) instead hex code.

Text Font Color

.myTextColor { color: #9C30B3; }

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

This text font color is #9C30B3.


Background Color

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

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

This div background color is #9C30B3.


Border color

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

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

This div border color is #9C30B3.


Opacity

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

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

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

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

This text has shadow with #9C30B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C30B3 on black background.


Color preview on white background

This text has color #9C30B3 on white background.



Black color preview on #9C30B3 background

This text has black color on #9C30B3 background.


White color preview on #9C30B3 background

This text has white color on #9C30B3 background.