COLOR #9552B3

HEX: #9552B3 RGB: (149,82,179)

Color info

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

RGB color model

#9552B3 color RGB value is (149,82,179).

RGB: (149,82,179) (58%, 32%, 70%)

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 179 of 255 = 70%

149
82
179

R + G + B ~ 53%. #9552B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 82 + 179 = 410 (100%)
R 149 of 410 ~ 36.34%
G 82 of 410 ~ 20%
B 179 of 410 ~ 43.66'%

%36.34
%20
%43.66

CMYK color model

#9552B3 color CMYK value is (17,54,0,30).

  • cyan value is 16.76%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (17,54,0,30)
C17M54Y0K30 (17%, 54%, 0%, 30%)
(0.17 / 0.54 / 0.00 / 0.30)

CMYK percentages

%16.76
%54.19
%0
%29.8

Codes

Color #9552B3 in popluar color models

95 52 B3
RGB 149 82 179
HSL 281° 38.96% 51.18%
HSB/HSV 281° 54.19% 70.20%
CMYK 16.76% 54.19% 0.00%
29.80%

Color #9552B3 in popluar number systems.

HEX 95 52 B3
Decimal 149 82 179
Binary 10010101 1010010 10110011
Octal 225 122 263

Shades and tints

Shades of #9552B3

#9552B3
(149,82,179)
#884BA3
(136,75,163)
#7B4493
(123,68,147)
#6E3D83
(110,61,131)
#613673
(97,54,115)
#542F63
(84,47,99)
#472853
(71,40,83)
#3A2143
(58,33,67)
#2D1A33
(45,26,51)
#201323
(32,19,35)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #9552B3

#9552B3
(149,82,179)
#9E61B9
(158,97,185)
#A770BF
(167,112,191)
#B07FC5
(176,127,197)
#B98ECB
(185,142,203)
#C29DD1
(194,157,209)
#CBACD7
(203,172,215)
#D4BBDD
(212,187,221)
#DDCAE3
(221,202,227)
#E6D9E9
(230,217,233)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9552B3 color. Also use rgb(149,82,179) instead hex code.

Text Font Color

.myTextColor { color: #9552B3; }

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

This text font color is #9552B3.

Background Color

.myBgColor { background-color: #9552B3; }

<div style="background-color:#9552B3">Inner text</div>

This div background color is #9552B3.

Border color

.myBorderColor { border: 1px solid #9552B3; }

<div style="border:3px solid #9552B3">Div</div>

This div border color is #9552B3.

Opacity

.myOpacity80 { color: #9552B3; opacity: 0.8; }

<p style="color:#9552B3;opacity:0.8;">80%</p>

Text with #9552B3 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 #9552B3;}

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

This text has shadow with #9552B3 color.


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

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

This text has shadow with #9552B3 primary color and red secondary color.


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

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

This text has shadow with #9552B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9552B3.

Preview

Color preview on black background

This text has color #9552B3 on black background.


Color preview on white background

This text has color #9552B3 on white background.


Black color preview on #9552B3 background

This text has black color on #9552B3 background.


White color preview on #9552B3 background

This text has white color on #9552B3 background.


Related colors

Complementary color

Complementary color for #hex is #6AAD4C.


I love getcolorcode.com

Triadic colors

1 #B39552 and #52B395 with #9552B3 are triadic colors.

2 #B35295 and #5295B3 with #9552B3 are triadic colors.