COLOR #9B75B0

HEX: #9B75B0
RGB: (155,117,176)

Color info

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

RGB color model

#9B75B0 color RGB value is (155,117,176).

  • red value is 155;
  • green value is 117;
  • blue value is 176.
RGB:
(155,117,176)
(61%,46%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 176 of 255 = 69%

155
117
176

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 176 = 448 (100%)
R 155 of 448 ~ 34.6%
G 117 of 448 ~ 26.12%
B 176 of 448 ~ 39.29%

%34.6
%26.12
%39.29

CMYK color model

#9B75B0 color CMYK value is (12,34,0,31).

  • cyan value is 11.93%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(12,34,0,31)
C12M34Y0K31 
(12%,34%,0%,31%)
(0.12/0.34/0.00/0.31)	

CMYK percentages

%11.93
%33.52
%0
%30.98

Codes

Color #9B75B0 in popluar color models

9B75B0
RGB155117176
HSL279°27.19%57.45%
HSB/HSV279°33.52%69.02%
CMYK11.93%33.52%0.00%
30.98%

Color #9B75B0 in popluar number systems.

HEX9B75B0
Decimal155117176
Binary10011011111010110110000
Octal233165260

Shades and tints

Shades of #9B75B0

#9B75B0
(155,117,176)
#8D6BA0
(141,107,160)
#7F6190
(127,97,144)
#715780
(113,87,128)
#634D70
(99,77,112)
#554360
(85,67,96)
#473950
(71,57,80)
#392F40
(57,47,64)
#2B2530
(43,37,48)
#1D1B20
(29,27,32)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #9B75B0

#9B75B0
(155,117,176)
#A481B7
(164,129,183)
#AD8DBE
(173,141,190)
#B699C5
(182,153,197)
#BFA5CC
(191,165,204)
#C8B1D3
(200,177,211)
#D1BDDA
(209,189,218)
#DAC9E1
(218,201,225)
#E3D5E8
(227,213,232)
#ECE1EF
(236,225,239)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B75B0 color. Also use rgb(155,117,176) instead hex code.

Text Font Color

.myTextColor { color: #9B75B0; }

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

This text font color is #9B75B0.


Background Color

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

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

This div background color is #9B75B0.


Border color

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

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

This div border color is #9B75B0.


Opacity

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

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

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

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

This text has shadow with #9B75B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B75B0 on black background.


Color preview on white background

This text has color #9B75B0 on white background.



Black color preview on #9B75B0 background

This text has black color on #9B75B0 background.


White color preview on #9B75B0 background

This text has white color on #9B75B0 background.