COLOR #946CD5

HEX: #946CD5 RGB: (148,108,213)

Color info

#946CD5 contains mainly blue color. Web safe color of #946CD5 is #9966CC (or #96C).

RGB color model

#946CD5 color RGB value is (148,108,213).

RGB: (148,108,213) (58%, 42%, 84%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 213 of 255 = 84%

148
108
213

R + G + B ~ 61%. #946CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 108 + 213 = 469 (100%)
R 148 of 469 ~ 31.56%
G 108 of 469 ~ 23.03%
B 213 of 469 ~ 45.42'%

%31.56
%23.03
%45.42

CMYK color model

#946CD5 color CMYK value is (31,49,0,16).

  • cyan value is 30.52%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (31,49,0,16)
C31M49Y0K16 (31%, 49%, 0%, 16%)
(0.31 / 0.49 / 0.00 / 0.16)

CMYK percentages

%30.52
%49.3
%0
%16.47

Codes

Color #946CD5 in popluar color models

94 6C D5
RGB 148 108 213
HSL 263° 55.56% 62.94%
HSB/HSV 263° 49.30% 83.53%
CMYK 30.52% 49.30% 0.00%
16.47%

Color #946CD5 in popluar number systems.

HEX 94 6C D5
Decimal 148 108 213
Binary 10010100 1101100 11010101
Octal 224 154 325

Shades and tints

Shades of #946CD5

#946CD5
(148,108,213)
#8763C2
(135,99,194)
#7A5AAF
(122,90,175)
#6D519C
(109,81,156)
#604889
(96,72,137)
#533F76
(83,63,118)
#463663
(70,54,99)
#392D50
(57,45,80)
#2C243D
(44,36,61)
#1F1B2A
(31,27,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #946CD5

#946CD5
(148,108,213)
#9D79D8
(157,121,216)
#A686DB
(166,134,219)
#AF93DE
(175,147,222)
#B8A0E1
(184,160,225)
#C1ADE4
(193,173,228)
#CABAE7
(202,186,231)
#D3C7EA
(211,199,234)
#DCD4ED
(220,212,237)
#E5E1F0
(229,225,240)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946CD5 color. Also use rgb(148,108,213) instead hex code.

Text Font Color

.myTextColor { color: #946CD5; }

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

This text font color is #946CD5.

Background Color

.myBgColor { background-color: #946CD5; }

<div style="background-color:#946CD5">Inner text</div>

This div background color is #946CD5.

Border color

.myBorderColor { border: 1px solid #946CD5; }

<div style="border:3px solid #946CD5">Div</div>

This div border color is #946CD5.

Opacity

.myOpacity80 { color: #946CD5; opacity: 0.8; }

<p style="color:#946CD5;opacity:0.8;">80%</p>

Text with #946CD5 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 #946CD5;}

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

This text has shadow with #946CD5 color.


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

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

This text has shadow with #946CD5 primary color and red secondary color.


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

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

This text has shadow with #946CD5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #946CD5.

Preview

Color preview on black background

This text has color #946CD5 on black background.


Color preview on white background

This text has color #946CD5 on white background.


Black color preview on #946CD5 background

This text has black color on #946CD5 background.


White color preview on #946CD5 background

This text has white color on #946CD5 background.


Related colors

Complementary color

Complementary color for #hex is #6B932A.


I love getcolorcode.com

Triadic colors

1 #D5946C and #6CD594 with #946CD5 are triadic colors.

2 #D56C94 and #6C94D5 with #946CD5 are triadic colors.