COLOR #9766ED

HEX: #9766ED RGB: (151,102,237)

Color info

#9766ED contains mainly blue color. Web safe color of #9766ED is #9966FF (or #96F).

RGB color model

#9766ED color RGB value is (151,102,237).

RGB: (151,102,237) (59%, 40%, 93%)

RGB channels and saturation

R 151 of 255 = 59%
G 102 of 255 = 40%
B 237 of 255 = 93%

151
102
237

R + G + B ~ 64%. #9766ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 102 + 237 = 490 (100%)
R 151 of 490 ~ 30.82%
G 102 of 490 ~ 20.82%
B 237 of 490 ~ 48.37'%

%30.82
%20.82
%48.37

CMYK color model

#9766ED color CMYK value is (36,57,0,7).

  • cyan value is 36.29%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (36,57,0,7)
C36M57Y0K7 (36%, 57%, 0%, 7%)
(0.36 / 0.57 / 0.00 / 0.07)

CMYK percentages

%36.29
%56.96
%0
%7.06

Codes

Color #9766ED in popluar color models

97 66 ED
RGB 151 102 237
HSL 262° 78.95% 66.47%
HSB/HSV 262° 56.96% 92.94%
CMYK 36.29% 56.96% 0.00%
7.06%

Color #9766ED in popluar number systems.

HEX 97 66 ED
Decimal 151 102 237
Binary 10010111 1100110 11101101
Octal 227 146 355

Shades and tints

Shades of #9766ED

#9766ED
(151,102,237)
#8A5DD8
(138,93,216)
#7D54C3
(125,84,195)
#704BAE
(112,75,174)
#634299
(99,66,153)
#563984
(86,57,132)
#49306F
(73,48,111)
#3C275A
(60,39,90)
#2F1E45
(47,30,69)
#221530
(34,21,48)
#150C1B
(21,12,27)
#000000
(0,0,0)

Tints of #9766ED

#9766ED
(151,102,237)
#A073EE
(160,115,238)
#A980EF
(169,128,239)
#B28DF0
(178,141,240)
#BB9AF1
(187,154,241)
#C4A7F2
(196,167,242)
#CDB4F3
(205,180,243)
#D6C1F4
(214,193,244)
#DFCEF5
(223,206,245)
#E8DBF6
(232,219,246)
#F1E8F7
(241,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9766ED color. Also use rgb(151,102,237) instead hex code.

Text Font Color

.myTextColor { color: #9766ED; }

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

This text font color is #9766ED.

Background Color

.myBgColor { background-color: #9766ED; }

<div style="background-color:#9766ED">Inner text</div>

This div background color is #9766ED.

Border color

.myBorderColor { border: 1px solid #9766ED; }

<div style="border:3px solid #9766ED">Div</div>

This div border color is #9766ED.

Opacity

.myOpacity80 { color: #9766ED; opacity: 0.8; }

<p style="color:#9766ED;opacity:0.8;">80%</p>

Text with #9766ED 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 #9766ED;}

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

This text has shadow with #9766ED color.


.textShadow {text-shadow: 3px 3px 1px #9766ED', 3px 3px 1px red;}

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

This text has shadow with #9766ED primary color and red secondary color.


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

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

This text has shadow with #9766ED and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9766ED; -webkit-box-shadow: 1px 1px 3px 2px #9766ED; box-shadow:1px 1px 3px 2px #9766ED;">
Div content here
</div>

This div box has shadow with color #9766ED.

Preview

Color preview on black background

This text has color #9766ED on black background.


Color preview on white background

This text has color #9766ED on white background.


Black color preview on #9766ED background

This text has black color on #9766ED background.


White color preview on #9766ED background

This text has white color on #9766ED background.


Related colors

Complementary color

Complementary color for #hex is #689912.


I love getcolorcode.com

Triadic colors

1 #ED9766 and #66ED97 with #9766ED are triadic colors.

2 #ED6697 and #6697ED with #9766ED are triadic colors.