COLOR #936EC6

HEX: #936EC6 RGB: (147,110,198)

Color info

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

RGB color model

#936EC6 color RGB value is (147,110,198).

RGB: (147,110,198) (58%, 43%, 78%)

RGB channels and saturation

R 147 of 255 = 58%
G 110 of 255 = 43%
B 198 of 255 = 78%

147
110
198

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

Portions of RGB colors in percentages

R + G + B = 147 + 110 + 198 = 455 (100%)
R 147 of 455 ~ 32.31%
G 110 of 455 ~ 24.18%
B 198 of 455 ~ 43.52'%

%32.31
%24.18
%43.52

CMYK color model

#936EC6 color CMYK value is (26,44,0,22).

  • cyan value is 25.76%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (26,44,0,22)
C26M44Y0K22 (26%, 44%, 0%, 22%)
(0.26 / 0.44 / 0.00 / 0.22)

CMYK percentages

%25.76
%44.44
%0
%22.35

Codes

Color #936EC6 in popluar color models

93 6E C6
RGB 147 110 198
HSL 265° 43.56% 60.39%
HSB/HSV 265° 44.44% 77.65%
CMYK 25.76% 44.44% 0.00%
22.35%

Color #936EC6 in popluar number systems.

HEX 93 6E C6
Decimal 147 110 198
Binary 10010011 1101110 11000110
Octal 223 156 306

Shades and tints

Shades of #936EC6

#936EC6
(147,110,198)
#8664B4
(134,100,180)
#795AA2
(121,90,162)
#6C5090
(108,80,144)
#5F467E
(95,70,126)
#523C6C
(82,60,108)
#45325A
(69,50,90)
#382848
(56,40,72)
#2B1E36
(43,30,54)
#1E1424
(30,20,36)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #936EC6

#936EC6
(147,110,198)
#9C7BCB
(156,123,203)
#A588D0
(165,136,208)
#AE95D5
(174,149,213)
#B7A2DA
(183,162,218)
#C0AFDF
(192,175,223)
#C9BCE4
(201,188,228)
#D2C9E9
(210,201,233)
#DBD6EE
(219,214,238)
#E4E3F3
(228,227,243)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936EC6 color. Also use rgb(147,110,198) instead hex code.

Text Font Color

.myTextColor { color: #936EC6; }

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

This text font color is #936EC6.

Background Color

.myBgColor { background-color: #936EC6; }

<div style="background-color:#936EC6">Inner text</div>

This div background color is #936EC6.

Border color

.myBorderColor { border: 1px solid #936EC6; }

<div style="border:3px solid #936EC6">Div</div>

This div border color is #936EC6.

Opacity

.myOpacity80 { color: #936EC6; opacity: 0.8; }

<p style="color:#936EC6;opacity:0.8;">80%</p>

Text with #936EC6 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 #936EC6;}

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

This text has shadow with #936EC6 color.


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

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

This text has shadow with #936EC6 primary color and red secondary color.


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

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

This text has shadow with #936EC6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #936EC6.

Preview

Color preview on black background

This text has color #936EC6 on black background.


Color preview on white background

This text has color #936EC6 on white background.


Black color preview on #936EC6 background

This text has black color on #936EC6 background.


White color preview on #936EC6 background

This text has white color on #936EC6 background.


Related colors

Complementary color

Complementary color for #hex is #6C9139.


I love getcolorcode.com

Triadic colors

1 #C6936E and #6EC693 with #936EC6 are triadic colors.

2 #C66E93 and #6E93C6 with #936EC6 are triadic colors.