COLOR #9B629F

HEX: #9B629F
RGB: (155,98,159)

Color info

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

RGB color model

#9B629F color RGB value is (155,98,159).

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

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 159 of 255 = 62%

155
98
159

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 159 = 412 (100%)
R 155 of 412 ~ 37.62%
G 98 of 412 ~ 23.79%
B 159 of 412 ~ 38.59%

%37.62
%23.79
%38.59

CMYK color model

#9B629F color CMYK value is (3,38,0,38).

  • cyan value is 2.52%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(3,38,0,38)
C3M38Y0K38 
(3%,38%,0%,38%)
(0.03/0.38/0.00/0.38)	

CMYK percentages

%2.52
%38.36
%0
%37.65

Codes

Color #9B629F in popluar color models

9B629F
RGB15598159
HSL296°24.11%50.39%
HSB/HSV296°38.36%62.35%
CMYK2.52%38.36%0.00%
37.65%

Color #9B629F in popluar number systems.

HEX9B629F
Decimal15598159
Binary10011011110001010011111
Octal233142237

Shades and tints

Shades of #9B629F

#9B629F
(155,98,159)
#8D5A91
(141,90,145)
#7F5283
(127,82,131)
#714A75
(113,74,117)
#634267
(99,66,103)
#553A59
(85,58,89)
#47324B
(71,50,75)
#392A3D
(57,42,61)
#2B222F
(43,34,47)
#1D1A21
(29,26,33)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B629F

#9B629F
(155,98,159)
#A470A7
(164,112,167)
#AD7EAF
(173,126,175)
#B68CB7
(182,140,183)
#BF9ABF
(191,154,191)
#C8A8C7
(200,168,199)
#D1B6CF
(209,182,207)
#DAC4D7
(218,196,215)
#E3D2DF
(227,210,223)
#ECE0E7
(236,224,231)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B629F color. Also use rgb(155,98,159) instead hex code.

Text Font Color

.myTextColor { color: #9B629F; }

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

This text font color is #9B629F.


Background Color

.myBgColor { background-color: #9B629F; }

<div style="background-color:#9B629F">Inner text</div>

This div background color is #9B629F.


Border color

.myBorderColor { border: 1px solid #9B629F; }

<div style="border:3px solid #9B629F">Div</div>

This div border color is #9B629F.


Opacity

.myOpacity80 { color: #9B629F; opacity: 0.8; }

<p style="color:#9B629F;opacity:0.8;">80%</p>

Text with #9B629F 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 #9B629F;}

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

This text has shadow with #9B629F color.

.textShadow {text-shadow: 3px 3px 1px #9B629F, 3px 3px 1px red;}

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

This text has shadow with #9B629F primary color and red secondary color.


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

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

This text has shadow with #9B629F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B629F on black background.


Color preview on white background

This text has color #9B629F on white background.



Black color preview on #9B629F background

This text has black color on #9B629F background.


White color preview on #9B629F background

This text has white color on #9B629F background.