COLOR #9775BA

HEX: #9775BA
RGB: (151,117,186)

Color info

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

RGB color model

#9775BA color RGB value is (151,117,186).

  • red value is 151;
  • green value is 117;
  • blue value is 186.
RGB:
(151,117,186)
(59%,46%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 186 of 255 = 73%

151
117
186

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

Portions of RGB colors in percentages

R + G + B =
151 + 117 + 186 = 454 (100%)
R 151 of 454 ~ 33.26%
G 117 of 454 ~ 25.77%
B 186 of 454 ~ 40.97%

%33.26
%25.77
%40.97

CMYK color model

#9775BA color CMYK value is (19,37,0,27).

  • cyan value is 18.82%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,37,0,27)
C19M37Y0K27 
(19%,37%,0%,27%)
(0.19/0.37/0.00/0.27)	

CMYK percentages

%18.82
%37.1
%0
%27.06

Codes

Color #9775BA in popluar color models

9775BA
RGB151117186
HSL270°33.33%59.41%
HSB/HSV270°37.10%72.94%
CMYK18.82%37.10%0.00%
27.06%

Color #9775BA in popluar number systems.

HEX9775BA
Decimal151117186
Binary10010111111010110111010
Octal227165272

Shades and tints

Shades of #9775BA

#9775BA
(151,117,186)
#8A6BAA
(138,107,170)
#7D619A
(125,97,154)
#70578A
(112,87,138)
#634D7A
(99,77,122)
#56436A
(86,67,106)
#49395A
(73,57,90)
#3C2F4A
(60,47,74)
#2F253A
(47,37,58)
#221B2A
(34,27,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #9775BA

#9775BA
(151,117,186)
#A081C0
(160,129,192)
#A98DC6
(169,141,198)
#B299CC
(178,153,204)
#BBA5D2
(187,165,210)
#C4B1D8
(196,177,216)
#CDBDDE
(205,189,222)
#D6C9E4
(214,201,228)
#DFD5EA
(223,213,234)
#E8E1F0
(232,225,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9775BA color. Also use rgb(151,117,186) instead hex code.

Text Font Color

.myTextColor { color: #9775BA; }

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

This text font color is #9775BA.


Background Color

.myBgColor { background-color: #9775BA; }

<div style="background-color:#9775BA">Inner text</div>

This div background color is #9775BA.


Border color

.myBorderColor { border: 1px solid #9775BA; }

<div style="border:3px solid #9775BA">Div</div>

This div border color is #9775BA.


Opacity

.myOpacity80 { color: #9775BA; opacity: 0.8; }

<p style="color:#9775BA;opacity:0.8;">80%</p>

Text with #9775BA 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 #9775BA;}

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

This text has shadow with #9775BA color.

.textShadow {text-shadow: 3px 3px 1px #9775BA, 3px 3px 1px red;}

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

This text has shadow with #9775BA primary color and red secondary color.


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

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

This text has shadow with #9775BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9775BA on black background.


Color preview on white background

This text has color #9775BA on white background.



Black color preview on #9775BA background

This text has black color on #9775BA background.


White color preview on #9775BA background

This text has white color on #9775BA background.