COLOR #9551CF

HEX: #9551CF RGB: (149,81,207)

Color info

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

RGB color model

#9551CF color RGB value is (149,81,207).

RGB: (149,81,207) (58%, 32%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 81 of 255 = 32%
B 207 of 255 = 81%

149
81
207

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

Portions of RGB colors in percentages

R + G + B = 149 + 81 + 207 = 437 (100%)
R 149 of 437 ~ 34.1%
G 81 of 437 ~ 18.54%
B 207 of 437 ~ 47.37'%

%34.1
%18.54
%47.37

CMYK color model

#9551CF color CMYK value is (28,61,0,19).

  • cyan value is 28.02%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (28,61,0,19) C28M61Y0K19 (28%,61%,0%,19%) (0.28/0.61/0.00/0.19) 

CMYK percentages

%28.02
%60.87
%0
%18.82

Codes

Color #9551CF in popluar color models

95 51 CF
RGB 149 81 207
HSL 272° 56.76% 56.47%
HSB/HSV 272° 60.87% 81.18%
CMYK 28.02% 60.87% 0.00%
18.82%

Color #9551CF in popluar number systems.

HEX 95 51 CF
Decimal 149 81 207
Binary 10010101 1010001 11001111
Octal 225 121 317

Shades and tints

Shades of #9551CF

#9551CF
(149,81,207)
#884ABD
(136,74,189)
#7B43AB
(123,67,171)
#6E3C99
(110,60,153)
#613587
(97,53,135)
#542E75
(84,46,117)
#472763
(71,39,99)
#3A2051
(58,32,81)
#2D193F
(45,25,63)
#20122D
(32,18,45)
#130B1B
(19,11,27)
#000000
(0,0,0)

Tints of #9551CF

#9551CF
(149,81,207)
#9E60D3
(158,96,211)
#A76FD7
(167,111,215)
#B07EDB
(176,126,219)
#B98DDF
(185,141,223)
#C29CE3
(194,156,227)
#CBABE7
(203,171,231)
#D4BAEB
(212,186,235)
#DDC9EF
(221,201,239)
#E6D8F3
(230,216,243)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9551CF; }

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

This text font color is #9551CF.

Background Color

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

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

This div background color is #9551CF.

Border color

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

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

This div border color is #9551CF.

Opacity

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

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

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

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

This text has shadow with #9551CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9551CF.

Preview

Color preview on black background

This text has color #9551CF on black background.


Color preview on white background

This text has color #9551CF on white background.


Black color preview on #9551CF background

This text has black color on #9551CF background.


White color preview on #9551CF background

This text has white color on #9551CF background.


Related colors

Complementary color

Complementary color for #hex is #6AAE30.


I love getcolorcode.com

Triadic colors

1 #CF9551 and #51CF95 with #9551CF are triadic colors.

2 #CF5195 and #5195CF with #9551CF are triadic colors.