COLOR #95449C

HEX: #95449C RGB: (149,68,156)

Color info

#95449C contains mainly red and blue colors. Web safe color of #95449C is #993399 (or #939).

RGB color model

#95449C color RGB value is (149,68,156).

RGB: (149,68,156) (58%, 27%, 61%)

RGB channels and saturation

R 149 of 255 = 58%
G 68 of 255 = 27%
B 156 of 255 = 61%

149
68
156

R + G + B ~ 49%. #95449C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 68 + 156 = 373 (100%)
R 149 of 373 ~ 39.95%
G 68 of 373 ~ 18.23%
B 156 of 373 ~ 41.82'%

%39.95
%18.23
%41.82

CMYK color model

#95449C color CMYK value is (4,56,0,39).

  • cyan value is 4.49%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,56,0,39)
C4M56Y0K39 (4%, 56%, 0%, 39%)
(0.04 / 0.56 / 0.00 / 0.39)

CMYK percentages

%4.49
%56.41
%0
%38.82

Codes

Color #95449C in popluar color models

95 44 9C
RGB 149 68 156
HSL 295° 39.29% 43.92%
HSB/HSV 295° 56.41% 61.18%
CMYK 4.49% 56.41% 0.00%
38.82%

Color #95449C in popluar number systems.

HEX 95 44 9C
Decimal 149 68 156
Binary 10010101 1000100 10011100
Octal 225 104 234

Shades and tints

Shades of #95449C

#95449C
(149,68,156)
#883E8E
(136,62,142)
#7B3880
(123,56,128)
#6E3272
(110,50,114)
#612C64
(97,44,100)
#542656
(84,38,86)
#472048
(71,32,72)
#3A1A3A
(58,26,58)
#2D142C
(45,20,44)
#200E1E
(32,14,30)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #95449C

#95449C
(149,68,156)
#9E55A5
(158,85,165)
#A766AE
(167,102,174)
#B077B7
(176,119,183)
#B988C0
(185,136,192)
#C299C9
(194,153,201)
#CBAAD2
(203,170,210)
#D4BBDB
(212,187,219)
#DDCCE4
(221,204,228)
#E6DDED
(230,221,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95449C color. Also use rgb(149,68,156) instead hex code.

Text Font Color

.myTextColor { color: #95449C; }

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

This text font color is #95449C.

Background Color

.myBgColor { background-color: #95449C; }

<div style="background-color:#95449C">Inner text</div>

This div background color is #95449C.

Border color

.myBorderColor { border: 1px solid #95449C; }

<div style="border:3px solid #95449C">Div</div>

This div border color is #95449C.

Opacity

.myOpacity80 { color: #95449C; opacity: 0.8; }

<p style="color:#95449C;opacity:0.8;">80%</p>

Text with #95449C 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 #95449C;}

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

This text has shadow with #95449C color.


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

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

This text has shadow with #95449C primary color and red secondary color.


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

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

This text has shadow with #95449C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95449C.

Preview

Color preview on black background

This text has color #95449C on black background.


Color preview on white background

This text has color #95449C on white background.


Black color preview on #95449C background

This text has black color on #95449C background.


White color preview on #95449C background

This text has white color on #95449C background.


Related colors

Complementary color

Complementary color for #hex is #6ABB63.


I love getcolorcode.com

Triadic colors

1 #9C9544 and #449C95 with #95449C are triadic colors.

2 #9C4495 and #44959C with #95449C are triadic colors.