COLOR #9B57C8

HEX: #9B57C8
RGB: (155,87,200)

Color info

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

RGB color model

#9B57C8 color RGB value is (155,87,200).

  • red value is 155;
  • green value is 87;
  • blue value is 200.
RGB:
(155,87,200)
(61%,34%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 87 of 255 = 34%
B 200 of 255 = 78%

155
87
200

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

Portions of RGB colors in percentages

R + G + B =
155 + 87 + 200 = 442 (100%)
R 155 of 442 ~ 35.07%
G 87 of 442 ~ 19.68%
B 200 of 442 ~ 45.25%

%35.07
%19.68
%45.25

CMYK color model

#9B57C8 color CMYK value is (23,57,0,22).

  • cyan value is 22.50%
  • magenta value is 56.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(23,57,0,22)
C23M57Y0K22 
(23%,57%,0%,22%)
(0.23/0.57/0.00/0.22)	

CMYK percentages

%22.5
%56.5
%0
%21.57

Codes

Color #9B57C8 in popluar color models

9B57C8
RGB15587200
HSL276°50.67%56.27%
HSB/HSV276°56.50%78.43%
CMYK22.50%56.50%0.00%
21.57%

Color #9B57C8 in popluar number systems.

HEX9B57C8
Decimal15587200
Binary10011011101011111001000
Octal233127310

Shades and tints

Shades of #9B57C8

#9B57C8
(155,87,200)
#8D50B6
(141,80,182)
#7F49A4
(127,73,164)
#714292
(113,66,146)
#633B80
(99,59,128)
#55346E
(85,52,110)
#472D5C
(71,45,92)
#39264A
(57,38,74)
#2B1F38
(43,31,56)
#1D1826
(29,24,38)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9B57C8

#9B57C8
(155,87,200)
#A466CD
(164,102,205)
#AD75D2
(173,117,210)
#B684D7
(182,132,215)
#BF93DC
(191,147,220)
#C8A2E1
(200,162,225)
#D1B1E6
(209,177,230)
#DAC0EB
(218,192,235)
#E3CFF0
(227,207,240)
#ECDEF5
(236,222,245)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B57C8 color. Also use rgb(155,87,200) instead hex code.

Text Font Color

.myTextColor { color: #9B57C8; }

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

This text font color is #9B57C8.


Background Color

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

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

This div background color is #9B57C8.


Border color

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

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

This div border color is #9B57C8.


Opacity

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

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

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

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

This text has shadow with #9B57C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B57C8 on black background.


Color preview on white background

This text has color #9B57C8 on white background.



Black color preview on #9B57C8 background

This text has black color on #9B57C8 background.


White color preview on #9B57C8 background

This text has white color on #9B57C8 background.