COLOR #9365CE

HEX: #9365CE RGB: (147,101,206)

Color info

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

RGB color model

#9365CE color RGB value is (147,101,206).

RGB: (147,101,206) (58%, 40%, 81%)

RGB channels and saturation

R 147 of 255 = 58%
G 101 of 255 = 40%
B 206 of 255 = 81%

147
101
206

R + G + B ~ 60%. #9365CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 101 + 206 = 454 (100%)
R 147 of 454 ~ 32.38%
G 101 of 454 ~ 22.25%
B 206 of 454 ~ 45.37'%

%32.38
%22.25
%45.37

CMYK color model

#9365CE color CMYK value is (29,51,0,19).

  • cyan value is 28.64%
  • magenta value is 50.97%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (29,51,0,19)
C29M51Y0K19 (29%, 51%, 0%, 19%)
(0.29 / 0.51 / 0.00 / 0.19)

CMYK percentages

%28.64
%50.97
%0
%19.22

Codes

Color #9365CE in popluar color models

93 65 CE
RGB 147 101 206
HSL 266° 51.72% 60.20%
HSB/HSV 266° 50.97% 80.78%
CMYK 28.64% 50.97% 0.00%
19.22%

Color #9365CE in popluar number systems.

HEX 93 65 CE
Decimal 147 101 206
Binary 10010011 1100101 11001110
Octal 223 145 316

Shades and tints

Shades of #9365CE

#9365CE
(147,101,206)
#865CBC
(134,92,188)
#7953AA
(121,83,170)
#6C4A98
(108,74,152)
#5F4186
(95,65,134)
#523874
(82,56,116)
#452F62
(69,47,98)
#382650
(56,38,80)
#2B1D3E
(43,29,62)
#1E142C
(30,20,44)
#110B1A
(17,11,26)
#000000
(0,0,0)

Tints of #9365CE

#9365CE
(147,101,206)
#9C73D2
(156,115,210)
#A581D6
(165,129,214)
#AE8FDA
(174,143,218)
#B79DDE
(183,157,222)
#C0ABE2
(192,171,226)
#C9B9E6
(201,185,230)
#D2C7EA
(210,199,234)
#DBD5EE
(219,213,238)
#E4E3F2
(228,227,242)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9365CE color. Also use rgb(147,101,206) instead hex code.

Text Font Color

.myTextColor { color: #9365CE; }

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

This text font color is #9365CE.

Background Color

.myBgColor { background-color: #9365CE; }

<div style="background-color:#9365CE">Inner text</div>

This div background color is #9365CE.

Border color

.myBorderColor { border: 1px solid #9365CE; }

<div style="border:3px solid #9365CE">Div</div>

This div border color is #9365CE.

Opacity

.myOpacity80 { color: #9365CE; opacity: 0.8; }

<p style="color:#9365CE;opacity:0.8;">80%</p>

Text with #9365CE 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 #9365CE;}

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

This text has shadow with #9365CE color.


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

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

This text has shadow with #9365CE primary color and red secondary color.


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

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

This text has shadow with #9365CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9365CE.

Preview

Color preview on black background

This text has color #9365CE on black background.


Color preview on white background

This text has color #9365CE on white background.


Black color preview on #9365CE background

This text has black color on #9365CE background.


White color preview on #9365CE background

This text has white color on #9365CE background.


Related colors

Complementary color

Complementary color for #hex is #6C9A31.


I love getcolorcode.com

Triadic colors

1 #CE9365 and #65CE93 with #9365CE are triadic colors.

2 #CE6593 and #6593CE with #9365CE are triadic colors.