COLOR #947CC1

HEX: #947CC1
RGB: (148,124,193)

Color info

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

RGB color model

#947CC1 color RGB value is (148,124,193).

  • red value is 148;
  • green value is 124;
  • blue value is 193.
RGB:
(148,124,193)
(58%,49%,76%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 193 of 255 = 76%

148
124
193

R + G + B ~ 61%. #947CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 193 = 465 (100%)
R 148 of 465 ~ 31.83%
G 124 of 465 ~ 26.67%
B 193 of 465 ~ 41.51%

%31.83
%26.67
%41.51

CMYK color model

#947CC1 color CMYK value is (23,36,0,24).

  • cyan value is 23.32%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,36,0,24)
C23M36Y0K24 
(23%,36%,0%,24%)
(0.23/0.36/0.00/0.24)	

CMYK percentages

%23.32
%35.75
%0
%24.31

Codes

Color #947CC1 in popluar color models

947CC1
RGB148124193
HSL261°35.75%62.16%
HSB/HSV261°35.75%75.69%
CMYK23.32%35.75%0.00%
24.31%

Color #947CC1 in popluar number systems.

HEX947CC1
Decimal148124193
Binary10010100111110011000001
Octal224174301

Shades and tints

Shades of #947CC1

#947CC1
(148,124,193)
#8771B0
(135,113,176)
#7A669F
(122,102,159)
#6D5B8E
(109,91,142)
#60507D
(96,80,125)
#53456C
(83,69,108)
#463A5B
(70,58,91)
#392F4A
(57,47,74)
#2C2439
(44,36,57)
#1F1928
(31,25,40)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #947CC1

#947CC1
(148,124,193)
#9D87C6
(157,135,198)
#A692CB
(166,146,203)
#AF9DD0
(175,157,208)
#B8A8D5
(184,168,213)
#C1B3DA
(193,179,218)
#CABEDF
(202,190,223)
#D3C9E4
(211,201,228)
#DCD4E9
(220,212,233)
#E5DFEE
(229,223,238)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947CC1 color. Also use rgb(148,124,193) instead hex code.

Text Font Color

.myTextColor { color: #947CC1; }

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

This text font color is #947CC1.


Background Color

.myBgColor { background-color: #947CC1; }

<div style="background-color:#947CC1">Inner text</div>

This div background color is #947CC1.


Border color

.myBorderColor { border: 1px solid #947CC1; }

<div style="border:3px solid #947CC1">Div</div>

This div border color is #947CC1.


Opacity

.myOpacity80 { color: #947CC1; opacity: 0.8; }

<p style="color:#947CC1;opacity:0.8;">80%</p>

Text with #947CC1 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 #947CC1;}

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

This text has shadow with #947CC1 color.

.textShadow {text-shadow: 3px 3px 1px #947CC1, 3px 3px 1px red;}

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

This text has shadow with #947CC1 primary color and red secondary color.


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

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

This text has shadow with #947CC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947CC1 on black background.


Color preview on white background

This text has color #947CC1 on white background.



Black color preview on #947CC1 background

This text has black color on #947CC1 background.


White color preview on #947CC1 background

This text has white color on #947CC1 background.