COLOR #9B628D

HEX: #9B628D RGB: (155,98,141)

Color info

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

RGB color model

#9B628D color RGB value is (155,98,141).

RGB: (155,98,141) (61%, 38%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 141 of 255 = 55%

155
98
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 98 + 141 = 394 (100%)
R 155 of 394 ~ 39.34%
G 98 of 394 ~ 24.87%
B 141 of 394 ~ 35.79'%

%39.34
%24.87
%35.79

CMYK color model

#9B628D color CMYK value is (0,37,9,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK: (0,37,9,39) C0M37Y9K39 (0%,37%,9%,39%) (0.00/0.37/0.09/0.39) 

CMYK percentages

%0
%36.77
%9.03
%39.22

Codes

Color #9B628D in popluar color models

9B 62 8D
RGB 155 98 141
HSL 315° 22.53% 49.61%
HSB/HSV 315° 36.77% 60.78%
CMYK 0.00% 36.77% 9.03%
39.22%

Color #9B628D in popluar number systems.

HEX 9B 62 8D
Decimal 155 98 141
Binary 10011011 1100010 10001101
Octal 233 142 215

Shades and tints

Shades of #9B628D

#9B628D
(155,98,141)
#8D5A81
(141,90,129)
#7F5275
(127,82,117)
#714A69
(113,74,105)
#63425D
(99,66,93)
#553A51
(85,58,81)
#473245
(71,50,69)
#392A39
(57,42,57)
#2B222D
(43,34,45)
#1D1A21
(29,26,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9B628D

#9B628D
(155,98,141)
#A47097
(164,112,151)
#AD7EA1
(173,126,161)
#B68CAB
(182,140,171)
#BF9AB5
(191,154,181)
#C8A8BF
(200,168,191)
#D1B6C9
(209,182,201)
#DAC4D3
(218,196,211)
#E3D2DD
(227,210,221)
#ECE0E7
(236,224,231)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B628D; }

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

This text font color is #9B628D.

Background Color

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

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

This div background color is #9B628D.

Border color

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

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

This div border color is #9B628D.

Opacity

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

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

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

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

This text has shadow with #9B628D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B628D.

Preview

Color preview on black background

This text has color #9B628D on black background.


Color preview on white background

This text has color #9B628D on white background.


Black color preview on #9B628D background

This text has black color on #9B628D background.


White color preview on #9B628D background

This text has white color on #9B628D background.


Related colors

Complementary color

Complementary color for #hex is #649D72.


I love getcolorcode.com

Triadic colors

1 #8D9B62 and #628D9B with #9B628D are triadic colors.

2 #8D629B and #629B8D with #9B628D are triadic colors.