COLOR #9764C7

HEX: #9764C7
RGB: (151,100,199)

Color info

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

RGB color model

#9764C7 color RGB value is (151,100,199).

  • red value is 151;
  • green value is 100;
  • blue value is 199.
RGB:
(151,100,199)
(59%,39%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 199 of 255 = 78%

151
100
199

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

Portions of RGB colors in percentages

R + G + B =
151 + 100 + 199 = 450 (100%)
R 151 of 450 ~ 33.56%
G 100 of 450 ~ 22.22%
B 199 of 450 ~ 44.22%

%33.56
%22.22
%44.22

CMYK color model

#9764C7 color CMYK value is (24,50,0,22).

  • cyan value is 24.12%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,50,0,22)
C24M50Y0K22 
(24%,50%,0%,22%)
(0.24/0.50/0.00/0.22)	

CMYK percentages

%24.12
%49.75
%0
%21.96

Codes

Color #9764C7 in popluar color models

9764C7
RGB151100199
HSL271°46.92%58.63%
HSB/HSV271°49.75%78.04%
CMYK24.12%49.75%0.00%
21.96%

Color #9764C7 in popluar number systems.

HEX9764C7
Decimal151100199
Binary10010111110010011000111
Octal227144307

Shades and tints

Shades of #9764C7

#9764C7
(151,100,199)
#8A5BB5
(138,91,181)
#7D52A3
(125,82,163)
#704991
(112,73,145)
#63407F
(99,64,127)
#56376D
(86,55,109)
#492E5B
(73,46,91)
#3C2549
(60,37,73)
#2F1C37
(47,28,55)
#221325
(34,19,37)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #9764C7

#9764C7
(151,100,199)
#A072CC
(160,114,204)
#A980D1
(169,128,209)
#B28ED6
(178,142,214)
#BB9CDB
(187,156,219)
#C4AAE0
(196,170,224)
#CDB8E5
(205,184,229)
#D6C6EA
(214,198,234)
#DFD4EF
(223,212,239)
#E8E2F4
(232,226,244)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9764C7; }

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

This text font color is #9764C7.


Background Color

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

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

This div background color is #9764C7.


Border color

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

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

This div border color is #9764C7.


Opacity

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

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

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

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

This text has shadow with #9764C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9764C7 on black background.


Color preview on white background

This text has color #9764C7 on white background.



Black color preview on #9764C7 background

This text has black color on #9764C7 background.


White color preview on #9764C7 background

This text has white color on #9764C7 background.