COLOR #95629B

HEX: #95629B
RGB: (149,98,155)

Color info

#95629B contains red, green and blue colors in about the same proportion. Web safe color of #95629B is #996699 (or #969).

RGB color model

#95629B color RGB value is (149,98,155).

  • red value is 149;
  • green value is 98;
  • blue value is 155.
RGB:
(149,98,155)
(58%,38%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 155 of 255 = 61%

149
98
155

R + G + B ~ 52%. #95629B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 155 = 402 (100%)
R 149 of 402 ~ 37.06%
G 98 of 402 ~ 24.38%
B 155 of 402 ~ 38.56%

%37.06
%24.38
%38.56

CMYK color model

#95629B color CMYK value is (4,37,0,39).

  • cyan value is 3.87%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,37,0,39)
C4M37Y0K39 
(4%,37%,0%,39%)
(0.04/0.37/0.00/0.39)	

CMYK percentages

%3.87
%36.77
%0
%39.22

Codes

Color #95629B in popluar color models

95629B
RGB14998155
HSL294°22.53%49.61%
HSB/HSV294°36.77%60.78%
CMYK3.87%36.77%0.00%
39.22%

Color #95629B in popluar number systems.

HEX95629B
Decimal14998155
Binary10010101110001010011011
Octal225142233

Shades and tints

Shades of #95629B

#95629B
(149,98,155)
#885A8D
(136,90,141)
#7B527F
(123,82,127)
#6E4A71
(110,74,113)
#614263
(97,66,99)
#543A55
(84,58,85)
#473247
(71,50,71)
#3A2A39
(58,42,57)
#2D222B
(45,34,43)
#201A1D
(32,26,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #95629B

#95629B
(149,98,155)
#9E70A4
(158,112,164)
#A77EAD
(167,126,173)
#B08CB6
(176,140,182)
#B99ABF
(185,154,191)
#C2A8C8
(194,168,200)
#CBB6D1
(203,182,209)
#D4C4DA
(212,196,218)
#DDD2E3
(221,210,227)
#E6E0EC
(230,224,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95629B color. Also use rgb(149,98,155) instead hex code.

Text Font Color

.myTextColor { color: #95629B; }

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

This text font color is #95629B.


Background Color

.myBgColor { background-color: #95629B; }

<div style="background-color:#95629B">Inner text</div>

This div background color is #95629B.


Border color

.myBorderColor { border: 1px solid #95629B; }

<div style="border:3px solid #95629B">Div</div>

This div border color is #95629B.


Opacity

.myOpacity80 { color: #95629B; opacity: 0.8; }

<p style="color:#95629B;opacity:0.8;">80%</p>

Text with #95629B 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 #95629B;}

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

This text has shadow with #95629B color.

.textShadow {text-shadow: 3px 3px 1px #95629B, 3px 3px 1px red;}

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

This text has shadow with #95629B primary color and red secondary color.


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

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

This text has shadow with #95629B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95629B on black background.


Color preview on white background

This text has color #95629B on white background.



Black color preview on #95629B background

This text has black color on #95629B background.


White color preview on #95629B background

This text has white color on #95629B background.