COLOR #9C93DA

HEX: #9C93DA RGB: (156,147,218)

Color info

#9C93DA contains mainly blue color. Web safe color of #9C93DA is #9999CC (or #99C).

RGB color model

#9C93DA color RGB value is (156,147,218).

RGB: (156,147,218) (61%, 58%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 147 of 255 = 58%
B 218 of 255 = 85%

156
147
218

R + G + B ~ 68%. #9C93DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 147 + 218 = 521 (100%)
R 156 of 521 ~ 29.94%
G 147 of 521 ~ 28.21%
B 218 of 521 ~ 41.84'%

%29.94
%28.21
%41.84

CMYK color model

#9C93DA color CMYK value is (28,33,0,15).

  • cyan value is 28.44%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (28,33,0,15)
C28M33Y0K15 (28%, 33%, 0%, 15%)
(0.28 / 0.33 / 0.00 / 0.15)

CMYK percentages

%28.44
%32.57
%0
%14.51

Codes

Color #9C93DA in popluar color models

9C 93 DA
RGB 156 147 218
HSL 248° 48.97% 71.57%
HSB/HSV 248° 32.57% 85.49%
CMYK 28.44% 32.57% 0.00%
14.51%

Color #9C93DA in popluar number systems.

HEX 9C 93 DA
Decimal 156 147 218
Binary 10011100 10010011 11011010
Octal 234 223 332

Shades and tints

Shades of #9C93DA

#9C93DA
(156,147,218)
#8E86C7
(142,134,199)
#8079B4
(128,121,180)
#726CA1
(114,108,161)
#645F8E
(100,95,142)
#56527B
(86,82,123)
#484568
(72,69,104)
#3A3855
(58,56,85)
#2C2B42
(44,43,66)
#1E1E2F
(30,30,47)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #9C93DA

#9C93DA
(156,147,218)
#A59CDD
(165,156,221)
#AEA5E0
(174,165,224)
#B7AEE3
(183,174,227)
#C0B7E6
(192,183,230)
#C9C0E9
(201,192,233)
#D2C9EC
(210,201,236)
#DBD2EF
(219,210,239)
#E4DBF2
(228,219,242)
#EDE4F5
(237,228,245)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C93DA color. Also use rgb(156,147,218) instead hex code.

Text Font Color

.myTextColor { color: #9C93DA; }

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

This text font color is #9C93DA.

Background Color

.myBgColor { background-color: #9C93DA; }

<div style="background-color:#9C93DA">Inner text</div>

This div background color is #9C93DA.

Border color

.myBorderColor { border: 1px solid #9C93DA; }

<div style="border:3px solid #9C93DA">Div</div>

This div border color is #9C93DA.

Opacity

.myOpacity80 { color: #9C93DA; opacity: 0.8; }

<p style="color:#9C93DA;opacity:0.8;">80%</p>

Text with #9C93DA 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 #9C93DA;}

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

This text has shadow with #9C93DA color.


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

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

This text has shadow with #9C93DA primary color and red secondary color.


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

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

This text has shadow with #9C93DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C93DA.

Preview

Color preview on black background

This text has color #9C93DA on black background.


Color preview on white background

This text has color #9C93DA on white background.


Black color preview on #9C93DA background

This text has black color on #9C93DA background.


White color preview on #9C93DA background

This text has white color on #9C93DA background.


Related colors

Complementary color

Complementary color for #hex is #636C25.


I love getcolorcode.com

Triadic colors

1 #DA9C93 and #93DA9C with #9C93DA are triadic colors.

2 #DA939C and #939CDA with #9C93DA are triadic colors.