COLOR #955BB1

HEX: #955BB1 RGB: (149,91,177)

Color info

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

RGB color model

#955BB1 color RGB value is (149,91,177).

RGB: (149,91,177) (58%, 36%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 177 of 255 = 69%

149
91
177

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

Portions of RGB colors in percentages

R + G + B = 149 + 91 + 177 = 417 (100%)
R 149 of 417 ~ 35.73%
G 91 of 417 ~ 21.82%
B 177 of 417 ~ 42.45'%

%35.73
%21.82
%42.45

CMYK color model

#955BB1 color CMYK value is (16,49,0,31).

  • cyan value is 15.82%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (16,49,0,31)
C16M49Y0K31 (16%, 49%, 0%, 31%)
(0.16 / 0.49 / 0.00 / 0.31)

CMYK percentages

%15.82
%48.59
%0
%30.59

Codes

Color #955BB1 in popluar color models

95 5B B1
RGB 149 91 177
HSL 280° 35.54% 52.55%
HSB/HSV 280° 48.59% 69.41%
CMYK 15.82% 48.59% 0.00%
30.59%

Color #955BB1 in popluar number systems.

HEX 95 5B B1
Decimal 149 91 177
Binary 10010101 1011011 10110001
Octal 225 133 261

Shades and tints

Shades of #955BB1

#955BB1
(149,91,177)
#8853A1
(136,83,161)
#7B4B91
(123,75,145)
#6E4381
(110,67,129)
#613B71
(97,59,113)
#543361
(84,51,97)
#472B51
(71,43,81)
#3A2341
(58,35,65)
#2D1B31
(45,27,49)
#201321
(32,19,33)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #955BB1

#955BB1
(149,91,177)
#9E69B8
(158,105,184)
#A777BF
(167,119,191)
#B085C6
(176,133,198)
#B993CD
(185,147,205)
#C2A1D4
(194,161,212)
#CBAFDB
(203,175,219)
#D4BDE2
(212,189,226)
#DDCBE9
(221,203,233)
#E6D9F0
(230,217,240)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955BB1 color. Also use rgb(149,91,177) instead hex code.

Text Font Color

.myTextColor { color: #955BB1; }

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

This text font color is #955BB1.

Background Color

.myBgColor { background-color: #955BB1; }

<div style="background-color:#955BB1">Inner text</div>

This div background color is #955BB1.

Border color

.myBorderColor { border: 1px solid #955BB1; }

<div style="border:3px solid #955BB1">Div</div>

This div border color is #955BB1.

Opacity

.myOpacity80 { color: #955BB1; opacity: 0.8; }

<p style="color:#955BB1;opacity:0.8;">80%</p>

Text with #955BB1 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 #955BB1;}

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

This text has shadow with #955BB1 color.


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

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

This text has shadow with #955BB1 primary color and red secondary color.


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

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

This text has shadow with #955BB1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #955BB1.

Preview

Color preview on black background

This text has color #955BB1 on black background.


Color preview on white background

This text has color #955BB1 on white background.


Black color preview on #955BB1 background

This text has black color on #955BB1 background.


White color preview on #955BB1 background

This text has white color on #955BB1 background.


Related colors

Complementary color

Complementary color for #hex is #6AA44E.


I love getcolorcode.com

Triadic colors

1 #B1955B and #5BB195 with #955BB1 are triadic colors.

2 #B15B95 and #5B95B1 with #955BB1 are triadic colors.