COLOR #954BBE

HEX: #954BBE
RGB: (149,75,190)

Color info

#954BBE contains mainly red and blue colors. Web safe color of #954BBE is #9933CC (or #93C).

RGB color model

#954BBE color RGB value is (149,75,190).

  • red value is 149;
  • green value is 75;
  • blue value is 190.
RGB:
(149,75,190)
(58%,29%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 190 of 255 = 75%

149
75
190

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

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 190 = 414 (100%)
R 149 of 414 ~ 35.99%
G 75 of 414 ~ 18.12%
B 190 of 414 ~ 45.89%

%35.99
%18.12
%45.89

CMYK color model

#954BBE color CMYK value is (22,61,0,25).

  • cyan value is 21.58%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,61,0,25)
C22M61Y0K25 
(22%,61%,0%,25%)
(0.22/0.61/0.00/0.25)	

CMYK percentages

%21.58
%60.53
%0
%25.49

Codes

Color #954BBE in popluar color models

954BBE
RGB14975190
HSL279°46.94%51.96%
HSB/HSV279°60.53%74.51%
CMYK21.58%60.53%0.00%
25.49%

Color #954BBE in popluar number systems.

HEX954BBE
Decimal14975190
Binary10010101100101110111110
Octal225113276

Shades and tints

Shades of #954BBE

#954BBE
(149,75,190)
#8845AD
(136,69,173)
#7B3F9C
(123,63,156)
#6E398B
(110,57,139)
#61337A
(97,51,122)
#542D69
(84,45,105)
#472758
(71,39,88)
#3A2147
(58,33,71)
#2D1B36
(45,27,54)
#201525
(32,21,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #954BBE

#954BBE
(149,75,190)
#9E5BC3
(158,91,195)
#A76BC8
(167,107,200)
#B07BCD
(176,123,205)
#B98BD2
(185,139,210)
#C29BD7
(194,155,215)
#CBABDC
(203,171,220)
#D4BBE1
(212,187,225)
#DDCBE6
(221,203,230)
#E6DBEB
(230,219,235)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954BBE color. Also use rgb(149,75,190) instead hex code.

Text Font Color

.myTextColor { color: #954BBE; }

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

This text font color is #954BBE.


Background Color

.myBgColor { background-color: #954BBE; }

<div style="background-color:#954BBE">Inner text</div>

This div background color is #954BBE.


Border color

.myBorderColor { border: 1px solid #954BBE; }

<div style="border:3px solid #954BBE">Div</div>

This div border color is #954BBE.


Opacity

.myOpacity80 { color: #954BBE; opacity: 0.8; }

<p style="color:#954BBE;opacity:0.8;">80%</p>

Text with #954BBE 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 #954BBE;}

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

This text has shadow with #954BBE color.

.textShadow {text-shadow: 3px 3px 1px #954BBE, 3px 3px 1px red;}

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

This text has shadow with #954BBE primary color and red secondary color.


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

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

This text has shadow with #954BBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954BBE on black background.


Color preview on white background

This text has color #954BBE on white background.



Black color preview on #954BBE background

This text has black color on #954BBE background.


White color preview on #954BBE background

This text has white color on #954BBE background.