COLOR #9768AD

HEX: #9768AD
RGB: (151,104,173)

Color info

#9768AD contains mainly red and blue colors. Web safe color of #9768AD is #996699 (or #969).

RGB color model

#9768AD color RGB value is (151,104,173).

  • red value is 151;
  • green value is 104;
  • blue value is 173.
RGB:
(151,104,173)
(59%,41%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 104 of 255 = 41%
B 173 of 255 = 68%

151
104
173

R + G + B ~ 56%. #9768AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 104 + 173 = 428 (100%)
R 151 of 428 ~ 35.28%
G 104 of 428 ~ 24.3%
B 173 of 428 ~ 40.42%

%35.28
%24.3
%40.42

CMYK color model

#9768AD color CMYK value is (13,40,0,32).

  • cyan value is 12.72%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,40,0,32)
C13M40Y0K32 
(13%,40%,0%,32%)
(0.13/0.40/0.00/0.32)	

CMYK percentages

%12.72
%39.88
%0
%32.16

Codes

Color #9768AD in popluar color models

9768AD
RGB151104173
HSL281°29.61%54.31%
HSB/HSV281°39.88%67.84%
CMYK12.72%39.88%0.00%
32.16%

Color #9768AD in popluar number systems.

HEX9768AD
Decimal151104173
Binary10010111110100010101101
Octal227150255

Shades and tints

Shades of #9768AD

#9768AD
(151,104,173)
#8A5F9E
(138,95,158)
#7D568F
(125,86,143)
#704D80
(112,77,128)
#634471
(99,68,113)
#563B62
(86,59,98)
#493253
(73,50,83)
#3C2944
(60,41,68)
#2F2035
(47,32,53)
#221726
(34,23,38)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #9768AD

#9768AD
(151,104,173)
#A075B4
(160,117,180)
#A982BB
(169,130,187)
#B28FC2
(178,143,194)
#BB9CC9
(187,156,201)
#C4A9D0
(196,169,208)
#CDB6D7
(205,182,215)
#D6C3DE
(214,195,222)
#DFD0E5
(223,208,229)
#E8DDEC
(232,221,236)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9768AD color. Also use rgb(151,104,173) instead hex code.

Text Font Color

.myTextColor { color: #9768AD; }

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

This text font color is #9768AD.


Background Color

.myBgColor { background-color: #9768AD; }

<div style="background-color:#9768AD">Inner text</div>

This div background color is #9768AD.


Border color

.myBorderColor { border: 1px solid #9768AD; }

<div style="border:3px solid #9768AD">Div</div>

This div border color is #9768AD.


Opacity

.myOpacity80 { color: #9768AD; opacity: 0.8; }

<p style="color:#9768AD;opacity:0.8;">80%</p>

Text with #9768AD 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 #9768AD;}

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

This text has shadow with #9768AD color.

.textShadow {text-shadow: 3px 3px 1px #9768AD, 3px 3px 1px red;}

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

This text has shadow with #9768AD primary color and red secondary color.


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

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

This text has shadow with #9768AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9768AD on black background.


Color preview on white background

This text has color #9768AD on white background.



Black color preview on #9768AD background

This text has black color on #9768AD background.


White color preview on #9768AD background

This text has white color on #9768AD background.