COLOR #9B75B4

HEX: #9B75B4
RGB: (155,117,180)

Color info

#9B75B4 contains mainly red and blue colors. Web safe color of #9B75B4 is #9966CC (or #96C).

RGB color model

#9B75B4 color RGB value is (155,117,180).

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

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 180 of 255 = 71%

155
117
180

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 180 = 452 (100%)
R 155 of 452 ~ 34.29%
G 117 of 452 ~ 25.88%
B 180 of 452 ~ 39.82%

%34.29
%25.88
%39.82

CMYK color model

#9B75B4 color CMYK value is (14,35,0,29).

  • cyan value is 13.89%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(14,35,0,29)
C14M35Y0K29 
(14%,35%,0%,29%)
(0.14/0.35/0.00/0.29)	

CMYK percentages

%13.89
%35
%0
%29.41

Codes

Color #9B75B4 in popluar color models

9B75B4
RGB155117180
HSL276°29.58%58.24%
HSB/HSV276°35.00%70.59%
CMYK13.89%35.00%0.00%
29.41%

Color #9B75B4 in popluar number systems.

HEX9B75B4
Decimal155117180
Binary10011011111010110110100
Octal233165264

Shades and tints

Shades of #9B75B4

#9B75B4
(155,117,180)
#8D6BA4
(141,107,164)
#7F6194
(127,97,148)
#715784
(113,87,132)
#634D74
(99,77,116)
#554364
(85,67,100)
#473954
(71,57,84)
#392F44
(57,47,68)
#2B2534
(43,37,52)
#1D1B24
(29,27,36)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9B75B4

#9B75B4
(155,117,180)
#A481BA
(164,129,186)
#AD8DC0
(173,141,192)
#B699C6
(182,153,198)
#BFA5CC
(191,165,204)
#C8B1D2
(200,177,210)
#D1BDD8
(209,189,216)
#DAC9DE
(218,201,222)
#E3D5E4
(227,213,228)
#ECE1EA
(236,225,234)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B75B4; }

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

This text font color is #9B75B4.


Background Color

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

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

This div background color is #9B75B4.


Border color

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

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

This div border color is #9B75B4.


Opacity

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

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

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

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

This text has shadow with #9B75B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B75B4 on black background.


Color preview on white background

This text has color #9B75B4 on white background.



Black color preview on #9B75B4 background

This text has black color on #9B75B4 background.


White color preview on #9B75B4 background

This text has white color on #9B75B4 background.