COLOR #9551A0

HEX: #9551A0
RGB: (149,81,160)

Color info

#9551A0 contains mainly red and blue colors. Web safe color of #9551A0 is #996699 (or #969).

RGB color model

#9551A0 color RGB value is (149,81,160).

  • red value is 149;
  • green value is 81;
  • blue value is 160.
RGB:
(149,81,160)
(58%,32%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 81 of 255 = 32%
B 160 of 255 = 63%

149
81
160

R + G + B ~ 51%. #9551A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 81 + 160 = 390 (100%)
R 149 of 390 ~ 38.21%
G 81 of 390 ~ 20.77%
B 160 of 390 ~ 41.03%

%38.21
%20.77
%41.03

CMYK color model

#9551A0 color CMYK value is (7,49,0,37).

  • cyan value is 6.87%
  • magenta value is 49.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,49,0,37)
C7M49Y0K37 
(7%,49%,0%,37%)
(0.07/0.49/0.00/0.37)	

CMYK percentages

%6.87
%49.38
%0
%37.25

Codes

Color #9551A0 in popluar color models

9551A0
RGB14981160
HSL292°32.78%47.25%
HSB/HSV292°49.38%62.75%
CMYK6.87%49.38%0.00%
37.25%

Color #9551A0 in popluar number systems.

HEX9551A0
Decimal14981160
Binary10010101101000110100000
Octal225121240

Shades and tints

Shades of #9551A0

#9551A0
(149,81,160)
#884A92
(136,74,146)
#7B4384
(123,67,132)
#6E3C76
(110,60,118)
#613568
(97,53,104)
#542E5A
(84,46,90)
#47274C
(71,39,76)
#3A203E
(58,32,62)
#2D1930
(45,25,48)
#201222
(32,18,34)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #9551A0

#9551A0
(149,81,160)
#9E60A8
(158,96,168)
#A76FB0
(167,111,176)
#B07EB8
(176,126,184)
#B98DC0
(185,141,192)
#C29CC8
(194,156,200)
#CBABD0
(203,171,208)
#D4BAD8
(212,186,216)
#DDC9E0
(221,201,224)
#E6D8E8
(230,216,232)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9551A0 color. Also use rgb(149,81,160) instead hex code.

Text Font Color

.myTextColor { color: #9551A0; }

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

This text font color is #9551A0.


Background Color

.myBgColor { background-color: #9551A0; }

<div style="background-color:#9551A0">Inner text</div>

This div background color is #9551A0.


Border color

.myBorderColor { border: 1px solid #9551A0; }

<div style="border:3px solid #9551A0">Div</div>

This div border color is #9551A0.


Opacity

.myOpacity80 { color: #9551A0; opacity: 0.8; }

<p style="color:#9551A0;opacity:0.8;">80%</p>

Text with #9551A0 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 #9551A0;}

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

This text has shadow with #9551A0 color.

.textShadow {text-shadow: 3px 3px 1px #9551A0, 3px 3px 1px red;}

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

This text has shadow with #9551A0 primary color and red secondary color.


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

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

This text has shadow with #9551A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9551A0 on black background.


Color preview on white background

This text has color #9551A0 on white background.



Black color preview on #9551A0 background

This text has black color on #9551A0 background.


White color preview on #9551A0 background

This text has white color on #9551A0 background.