COLOR #9C55BE

HEX: #9C55BE
RGB: (156,85,190)

Color info

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

RGB color model

#9C55BE color RGB value is (156,85,190).

  • red value is 156;
  • green value is 85;
  • blue value is 190.
RGB:
(156,85,190)
(61%,33%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 85 of 255 = 33%
B 190 of 255 = 75%

156
85
190

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

Portions of RGB colors in percentages

R + G + B =
156 + 85 + 190 = 431 (100%)
R 156 of 431 ~ 36.19%
G 85 of 431 ~ 19.72%
B 190 of 431 ~ 44.08%

%36.19
%19.72
%44.08

CMYK color model

#9C55BE color CMYK value is (18,55,0,25).

  • cyan value is 17.89%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,55,0,25)
C18M55Y0K25 
(18%,55%,0%,25%)
(0.18/0.55/0.00/0.25)	

CMYK percentages

%17.89
%55.26
%0
%25.49

Codes

Color #9C55BE in popluar color models

9C55BE
RGB15685190
HSL281°44.68%53.92%
HSB/HSV281°55.26%74.51%
CMYK17.89%55.26%0.00%
25.49%

Color #9C55BE in popluar number systems.

HEX9C55BE
Decimal15685190
Binary10011100101010110111110
Octal234125276

Shades and tints

Shades of #9C55BE

#9C55BE
(156,85,190)
#8E4EAD
(142,78,173)
#80479C
(128,71,156)
#72408B
(114,64,139)
#64397A
(100,57,122)
#563269
(86,50,105)
#482B58
(72,43,88)
#3A2447
(58,36,71)
#2C1D36
(44,29,54)
#1E1625
(30,22,37)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #9C55BE

#9C55BE
(156,85,190)
#A564C3
(165,100,195)
#AE73C8
(174,115,200)
#B782CD
(183,130,205)
#C091D2
(192,145,210)
#C9A0D7
(201,160,215)
#D2AFDC
(210,175,220)
#DBBEE1
(219,190,225)
#E4CDE6
(228,205,230)
#EDDCEB
(237,220,235)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C55BE color. Also use rgb(156,85,190) instead hex code.

Text Font Color

.myTextColor { color: #9C55BE; }

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

This text font color is #9C55BE.


Background Color

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

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

This div background color is #9C55BE.


Border color

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

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

This div border color is #9C55BE.


Opacity

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

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

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

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

This text has shadow with #9C55BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C55BE on black background.


Color preview on white background

This text has color #9C55BE on white background.



Black color preview on #9C55BE background

This text has black color on #9C55BE background.


White color preview on #9C55BE background

This text has white color on #9C55BE background.