COLOR #9764EA

HEX: #9764EA RGB: (151,100,234)

Color info

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

RGB color model

#9764EA color RGB value is (151,100,234).

RGB: (151,100,234) (59%, 39%, 92%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 234 of 255 = 92%

151
100
234

R + G + B ~ 63%. #9764EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 100 + 234 = 485 (100%)
R 151 of 485 ~ 31.13%
G 100 of 485 ~ 20.62%
B 234 of 485 ~ 48.25'%

%31.13
%20.62
%48.25

CMYK color model

#9764EA color CMYK value is (35,57,0,8).

  • cyan value is 35.47%
  • magenta value is 57.26%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (35,57,0,8)
C35M57Y0K8 (35%, 57%, 0%, 8%)
(0.35 / 0.57 / 0.00 / 0.08)

CMYK percentages

%35.47
%57.26
%0
%8.24

Codes

Color #9764EA in popluar color models

97 64 EA
RGB 151 100 234
HSL 263° 76.14% 65.49%
HSB/HSV 263° 57.26% 91.76%
CMYK 35.47% 57.26% 0.00%
8.24%

Color #9764EA in popluar number systems.

HEX 97 64 EA
Decimal 151 100 234
Binary 10010111 1100100 11101010
Octal 227 144 352

Shades and tints

Shades of #9764EA

#9764EA
(151,100,234)
#8A5BD5
(138,91,213)
#7D52C0
(125,82,192)
#7049AB
(112,73,171)
#634096
(99,64,150)
#563781
(86,55,129)
#492E6C
(73,46,108)
#3C2557
(60,37,87)
#2F1C42
(47,28,66)
#22132D
(34,19,45)
#150A18
(21,10,24)
#000000
(0,0,0)

Tints of #9764EA

#9764EA
(151,100,234)
#A072EB
(160,114,235)
#A980EC
(169,128,236)
#B28EED
(178,142,237)
#BB9CEE
(187,156,238)
#C4AAEF
(196,170,239)
#CDB8F0
(205,184,240)
#D6C6F1
(214,198,241)
#DFD4F2
(223,212,242)
#E8E2F3
(232,226,243)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9764EA color. Also use rgb(151,100,234) instead hex code.

Text Font Color

.myTextColor { color: #9764EA; }

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

This text font color is #9764EA.

Background Color

.myBgColor { background-color: #9764EA; }

<div style="background-color:#9764EA">Inner text</div>

This div background color is #9764EA.

Border color

.myBorderColor { border: 1px solid #9764EA; }

<div style="border:3px solid #9764EA">Div</div>

This div border color is #9764EA.

Opacity

.myOpacity80 { color: #9764EA; opacity: 0.8; }

<p style="color:#9764EA;opacity:0.8;">80%</p>

Text with #9764EA 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 #9764EA;}

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

This text has shadow with #9764EA color.


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

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

This text has shadow with #9764EA primary color and red secondary color.


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

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

This text has shadow with #9764EA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9764EA.

Preview

Color preview on black background

This text has color #9764EA on black background.


Color preview on white background

This text has color #9764EA on white background.


Black color preview on #9764EA background

This text has black color on #9764EA background.


White color preview on #9764EA background

This text has white color on #9764EA background.


Related colors

Complementary color

Complementary color for #hex is #689B15.


I love getcolorcode.com

Triadic colors

1 #EA9764 and #64EA97 with #9764EA are triadic colors.

2 #EA6497 and #6497EA with #9764EA are triadic colors.