COLOR #957ADA

HEX: #957ADA RGB: (149,122,218)

Color info

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

RGB color model

#957ADA color RGB value is (149,122,218).

RGB: (149,122,218) (58%, 48%, 85%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 218 of 255 = 85%

149
122
218

R + G + B ~ 64%. #957ADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 218 = 489 (100%)
R 149 of 489 ~ 30.47%
G 122 of 489 ~ 24.95%
B 218 of 489 ~ 44.58'%

%30.47
%24.95
%44.58

CMYK color model

#957ADA color CMYK value is (32,44,0,15).

  • cyan value is 31.65%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (32,44,0,15) C32M44Y0K15 (32%,44%,0%,15%) (0.32/0.44/0.00/0.15) 

CMYK percentages

%31.65
%44.04
%0
%14.51

Codes

Color #957ADA in popluar color models

95 7A DA
RGB 149 122 218
HSL 257° 56.47% 66.67%
HSB/HSV 257° 44.04% 85.49%
CMYK 31.65% 44.04% 0.00%
14.51%

Color #957ADA in popluar number systems.

HEX 95 7A DA
Decimal 149 122 218
Binary 10010101 1111010 11011010
Octal 225 172 332

Shades and tints

Shades of #957ADA

#957ADA
(149,122,218)
#886FC7
(136,111,199)
#7B64B4
(123,100,180)
#6E59A1
(110,89,161)
#614E8E
(97,78,142)
#54437B
(84,67,123)
#473868
(71,56,104)
#3A2D55
(58,45,85)
#2D2242
(45,34,66)
#20172F
(32,23,47)
#130C1C
(19,12,28)
#000000
(0,0,0)

Tints of #957ADA

#957ADA
(149,122,218)
#9E86DD
(158,134,221)
#A792E0
(167,146,224)
#B09EE3
(176,158,227)
#B9AAE6
(185,170,230)
#C2B6E9
(194,182,233)
#CBC2EC
(203,194,236)
#D4CEEF
(212,206,239)
#DDDAF2
(221,218,242)
#E6E6F5
(230,230,245)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957ADA; }

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

This text font color is #957ADA.

Background Color

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

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

This div background color is #957ADA.

Border color

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

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

This div border color is #957ADA.

Opacity

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

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

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

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

This text has shadow with #957ADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957ADA.

Preview

Color preview on black background

This text has color #957ADA on black background.


Color preview on white background

This text has color #957ADA on white background.


Black color preview on #957ADA background

This text has black color on #957ADA background.


White color preview on #957ADA background

This text has white color on #957ADA background.


Related colors

Complementary color

Complementary color for #hex is #6A8525.


I love getcolorcode.com

Triadic colors

1 #DA957A and #7ADA95 with #957ADA are triadic colors.

2 #DA7A95 and #7A95DA with #957ADA are triadic colors.