COLOR #9C27D2

HEX: #9C27D2
RGB: (156,39,210)

Color info

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

RGB color model

#9C27D2 color RGB value is (156,39,210).

  • red value is 156;
  • green value is 39;
  • blue value is 210.
RGB:
(156,39,210)
(61%,15%,82%)

RGB channels and saturation

R 156 of 255 = 61%
G 39 of 255 = 15%
B 210 of 255 = 82%

156
39
210

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

Portions of RGB colors in percentages

R + G + B =
156 + 39 + 210 = 405 (100%)
R 156 of 405 ~ 38.52%
G 39 of 405 ~ 9.63%
B 210 of 405 ~ 51.85%

%38.52
%9.63
%51.85

CMYK color model

#9C27D2 color CMYK value is (26,81,0,18).

  • cyan value is 25.71%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(26,81,0,18)
C26M81Y0K18 
(26%,81%,0%,18%)
(0.26/0.81/0.00/0.18)	

CMYK percentages

%25.71
%81.43
%0
%17.65

Codes

Color #9C27D2 in popluar color models

9C27D2
RGB15639210
HSL281°68.67%48.82%
HSB/HSV281°81.43%82.35%
CMYK25.71%81.43%0.00%
17.65%

Color #9C27D2 in popluar number systems.

HEX9C27D2
Decimal15639210
Binary1001110010011111010010
Octal23447322

Shades and tints

Shades of #9C27D2

#9C27D2
(156,39,210)
#8E24BF
(142,36,191)
#8021AC
(128,33,172)
#721E99
(114,30,153)
#641B86
(100,27,134)
#561873
(86,24,115)
#481560
(72,21,96)
#3A124D
(58,18,77)
#2C0F3A
(44,15,58)
#1E0C27
(30,12,39)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #9C27D2

#9C27D2
(156,39,210)
#A53AD6
(165,58,214)
#AE4DDA
(174,77,218)
#B760DE
(183,96,222)
#C073E2
(192,115,226)
#C986E6
(201,134,230)
#D299EA
(210,153,234)
#DBACEE
(219,172,238)
#E4BFF2
(228,191,242)
#EDD2F6
(237,210,246)
#F6E5FA
(246,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C27D2 color. Also use rgb(156,39,210) instead hex code.

Text Font Color

.myTextColor { color: #9C27D2; }

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

This text font color is #9C27D2.


Background Color

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

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

This div background color is #9C27D2.


Border color

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

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

This div border color is #9C27D2.


Opacity

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

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

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

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

This text has shadow with #9C27D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C27D2 on black background.


Color preview on white background

This text has color #9C27D2 on white background.



Black color preview on #9C27D2 background

This text has black color on #9C27D2 background.


White color preview on #9C27D2 background

This text has white color on #9C27D2 background.