COLOR #957AEA

HEX: #957AEA
RGB: (149,122,234)

Color info

#957AEA contains mainly blue color. Web safe color of #957AEA is #9966FF (or #96F).

RGB color model

#957AEA color RGB value is (149,122,234).

  • red value is 149;
  • green value is 122;
  • blue value is 234.
RGB:
(149,122,234)
(58%,48%,92%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 234 of 255 = 92%

149
122
234

R + G + B ~ 66%. #957AEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 234 = 505 (100%)
R 149 of 505 ~ 29.5%
G 122 of 505 ~ 24.16%
B 234 of 505 ~ 46.34%

%29.5
%24.16
%46.34

CMYK color model

#957AEA color CMYK value is (36,48,0,8).

  • cyan value is 36.32%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(36,48,0,8)
C36M48Y0K8 
(36%,48%,0%,8%)
(0.36/0.48/0.00/0.08)	

CMYK percentages

%36.32
%47.86
%0
%8.24

Codes

Color #957AEA in popluar color models

957AEA
RGB149122234
HSL254°72.73%69.80%
HSB/HSV254°47.86%91.76%
CMYK36.32%47.86%0.00%
8.24%

Color #957AEA in popluar number systems.

HEX957AEA
Decimal149122234
Binary10010101111101011101010
Octal225172352

Shades and tints

Shades of #957AEA

#957AEA
(149,122,234)
#886FD5
(136,111,213)
#7B64C0
(123,100,192)
#6E59AB
(110,89,171)
#614E96
(97,78,150)
#544381
(84,67,129)
#47386C
(71,56,108)
#3A2D57
(58,45,87)
#2D2242
(45,34,66)
#20172D
(32,23,45)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #957AEA

#957AEA
(149,122,234)
#9E86EB
(158,134,235)
#A792EC
(167,146,236)
#B09EED
(176,158,237)
#B9AAEE
(185,170,238)
#C2B6EF
(194,182,239)
#CBC2F0
(203,194,240)
#D4CEF1
(212,206,241)
#DDDAF2
(221,218,242)
#E6E6F3
(230,230,243)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957AEA color. Also use rgb(149,122,234) instead hex code.

Text Font Color

.myTextColor { color: #957AEA; }

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

This text font color is #957AEA.


Background Color

.myBgColor { background-color: #957AEA; }

<div style="background-color:#957AEA">Inner text</div>

This div background color is #957AEA.


Border color

.myBorderColor { border: 1px solid #957AEA; }

<div style="border:3px solid #957AEA">Div</div>

This div border color is #957AEA.


Opacity

.myOpacity80 { color: #957AEA; opacity: 0.8; }

<p style="color:#957AEA;opacity:0.8;">80%</p>

Text with #957AEA 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 #957AEA;}

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

This text has shadow with #957AEA color.

.textShadow {text-shadow: 3px 3px 1px #957AEA, 3px 3px 1px red;}

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

This text has shadow with #957AEA primary color and red secondary color.


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

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

This text has shadow with #957AEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957AEA on black background.


Color preview on white background

This text has color #957AEA on white background.



Black color preview on #957AEA background

This text has black color on #957AEA background.


White color preview on #957AEA background

This text has white color on #957AEA background.