COLOR #9551B6

HEX: #9551B6 RGB: (149,81,182)

Color info

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

RGB color model

#9551B6 color RGB value is (149,81,182).

RGB: (149,81,182) (58%, 32%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 81 of 255 = 32%
B 182 of 255 = 71%

149
81
182

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

Portions of RGB colors in percentages

R + G + B = 149 + 81 + 182 = 412 (100%)
R 149 of 412 ~ 36.17%
G 81 of 412 ~ 19.66%
B 182 of 412 ~ 44.17'%

%36.17
%19.66
%44.17

CMYK color model

#9551B6 color CMYK value is (18,55,0,29).

  • cyan value is 18.13%
  • magenta value is 55.49%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (18,55,0,29)
C18M55Y0K29 (18%, 55%, 0%, 29%)
(0.18 / 0.55 / 0.00 / 0.29)

CMYK percentages

%18.13
%55.49
%0
%28.63

Codes

Color #9551B6 in popluar color models

95 51 B6
RGB 149 81 182
HSL 280° 40.89% 51.57%
HSB/HSV 280° 55.49% 71.37%
CMYK 18.13% 55.49% 0.00%
28.63%

Color #9551B6 in popluar number systems.

HEX 95 51 B6
Decimal 149 81 182
Binary 10010101 1010001 10110110
Octal 225 121 266

Shades and tints

Shades of #9551B6

#9551B6
(149,81,182)
#884AA6
(136,74,166)
#7B4396
(123,67,150)
#6E3C86
(110,60,134)
#613576
(97,53,118)
#542E66
(84,46,102)
#472756
(71,39,86)
#3A2046
(58,32,70)
#2D1936
(45,25,54)
#201226
(32,18,38)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #9551B6

#9551B6
(149,81,182)
#9E60BC
(158,96,188)
#A76FC2
(167,111,194)
#B07EC8
(176,126,200)
#B98DCE
(185,141,206)
#C29CD4
(194,156,212)
#CBABDA
(203,171,218)
#D4BAE0
(212,186,224)
#DDC9E6
(221,201,230)
#E6D8EC
(230,216,236)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9551B6; }

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

This text font color is #9551B6.

Background Color

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

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

This div background color is #9551B6.

Border color

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

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

This div border color is #9551B6.

Opacity

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

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

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

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

This text has shadow with #9551B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9551B6.

Preview

Color preview on black background

This text has color #9551B6 on black background.


Color preview on white background

This text has color #9551B6 on white background.


Black color preview on #9551B6 background

This text has black color on #9551B6 background.


White color preview on #9551B6 background

This text has white color on #9551B6 background.


Related colors

Complementary color

Complementary color for #hex is #6AAE49.


I love getcolorcode.com

Triadic colors

1 #B69551 and #51B695 with #9551B6 are triadic colors.

2 #B65195 and #5195B6 with #9551B6 are triadic colors.