COLOR #9B628A

HEX: #9B628A
RGB: (155,98,138)

Color info

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

RGB color model

#9B628A color RGB value is (155,98,138).

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

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 138 of 255 = 54%

155
98
138

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 138 = 391 (100%)
R 155 of 391 ~ 39.64%
G 98 of 391 ~ 25.06%
B 138 of 391 ~ 35.29%

%39.64
%25.06
%35.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(0,37,11,39)
C0M37Y11K39 
(0%,37%,11%,39%)
(0.00/0.37/0.11/0.39)	

CMYK percentages

%0
%36.77
%10.97
%39.22

Codes

Color #9B628A in popluar color models

9B628A
RGB15598138
HSL318°22.53%49.61%
HSB/HSV318°36.77%60.78%
CMYK0.00%36.77%10.97%
39.22%

Color #9B628A in popluar number systems.

HEX9B628A
Decimal15598138
Binary10011011110001010001010
Octal233142212

Shades and tints

Shades of #9B628A

#9B628A
(155,98,138)
#8D5A7E
(141,90,126)
#7F5272
(127,82,114)
#714A66
(113,74,102)
#63425A
(99,66,90)
#553A4E
(85,58,78)
#473242
(71,50,66)
#392A36
(57,42,54)
#2B222A
(43,34,42)
#1D1A1E
(29,26,30)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9B628A

#9B628A
(155,98,138)
#A47094
(164,112,148)
#AD7E9E
(173,126,158)
#B68CA8
(182,140,168)
#BF9AB2
(191,154,178)
#C8A8BC
(200,168,188)
#D1B6C6
(209,182,198)
#DAC4D0
(218,196,208)
#E3D2DA
(227,210,218)
#ECE0E4
(236,224,228)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B628A; }

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

This text font color is #9B628A.


Background Color

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

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

This div background color is #9B628A.


Border color

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

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

This div border color is #9B628A.


Opacity

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

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

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

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

This text has shadow with #9B628A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B628A on black background.


Color preview on white background

This text has color #9B628A on white background.



Black color preview on #9B628A background

This text has black color on #9B628A background.


White color preview on #9B628A background

This text has white color on #9B628A background.