COLOR #9553B8

HEX: #9553B8
RGB: (149,83,184)

Color info

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

RGB color model

#9553B8 color RGB value is (149,83,184).

  • red value is 149;
  • green value is 83;
  • blue value is 184.
RGB:
(149,83,184)
(58%,33%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 83 of 255 = 33%
B 184 of 255 = 72%

149
83
184

R + G + B ~ 54%. #9553B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 83 + 184 = 416 (100%)
R 149 of 416 ~ 35.82%
G 83 of 416 ~ 19.95%
B 184 of 416 ~ 44.23%

%35.82
%19.95
%44.23

CMYK color model

#9553B8 color CMYK value is (19,55,0,28).

  • cyan value is 19.02%
  • magenta value is 54.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(19,55,0,28)
C19M55Y0K28 
(19%,55%,0%,28%)
(0.19/0.55/0.00/0.28)	

CMYK percentages

%19.02
%54.89
%0
%27.84

Codes

Color #9553B8 in popluar color models

9553B8
RGB14983184
HSL279°41.56%52.35%
HSB/HSV279°54.89%72.16%
CMYK19.02%54.89%0.00%
27.84%

Color #9553B8 in popluar number systems.

HEX9553B8
Decimal14983184
Binary10010101101001110111000
Octal225123270

Shades and tints

Shades of #9553B8

#9553B8
(149,83,184)
#884CA8
(136,76,168)
#7B4598
(123,69,152)
#6E3E88
(110,62,136)
#613778
(97,55,120)
#543068
(84,48,104)
#472958
(71,41,88)
#3A2248
(58,34,72)
#2D1B38
(45,27,56)
#201428
(32,20,40)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #9553B8

#9553B8
(149,83,184)
#9E62BE
(158,98,190)
#A771C4
(167,113,196)
#B080CA
(176,128,202)
#B98FD0
(185,143,208)
#C29ED6
(194,158,214)
#CBADDC
(203,173,220)
#D4BCE2
(212,188,226)
#DDCBE8
(221,203,232)
#E6DAEE
(230,218,238)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9553B8 color. Also use rgb(149,83,184) instead hex code.

Text Font Color

.myTextColor { color: #9553B8; }

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

This text font color is #9553B8.


Background Color

.myBgColor { background-color: #9553B8; }

<div style="background-color:#9553B8">Inner text</div>

This div background color is #9553B8.


Border color

.myBorderColor { border: 1px solid #9553B8; }

<div style="border:3px solid #9553B8">Div</div>

This div border color is #9553B8.


Opacity

.myOpacity80 { color: #9553B8; opacity: 0.8; }

<p style="color:#9553B8;opacity:0.8;">80%</p>

Text with #9553B8 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 #9553B8;}

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

This text has shadow with #9553B8 color.

.textShadow {text-shadow: 3px 3px 1px #9553B8, 3px 3px 1px red;}

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

This text has shadow with #9553B8 primary color and red secondary color.


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

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

This text has shadow with #9553B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9553B8 on black background.


Color preview on white background

This text has color #9553B8 on white background.



Black color preview on #9553B8 background

This text has black color on #9553B8 background.


White color preview on #9553B8 background

This text has white color on #9553B8 background.