COLOR #967DFD

HEX: #967DFD RGB: (150,125,253)

Color info

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

RGB color model

#967DFD color RGB value is (150,125,253).

RGB: (150,125,253) (59%, 49%, 99%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 253 of 255 = 99%

150
125
253

R + G + B ~ 69%. #967DFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 125 + 253 = 528 (100%)
R 150 of 528 ~ 28.41%
G 125 of 528 ~ 23.67%
B 253 of 528 ~ 47.92'%

%28.41
%23.67
%47.92

CMYK color model

#967DFD color CMYK value is (41,51,0,1).

  • cyan value is 40.71%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (41,51,0,1) C41M51Y0K1 (41%,51%,0%,1%) (0.41/0.51/0.00/0.01) 

CMYK percentages

%40.71
%50.59
%0
%0.78

Codes

Color #967DFD in popluar color models

96 7D FD
RGB 150 125 253
HSL 252° 96.97% 74.12%
HSB/HSV 252° 50.59% 99.22%
CMYK 40.71% 50.59% 0.00%
0.78%

Color #967DFD in popluar number systems.

HEX 96 7D FD
Decimal 150 125 253
Binary 10010110 1111101 11111101
Octal 226 175 375

Shades and tints

Shades of #967DFD

#967DFD
(150,125,253)
#8972E6
(137,114,230)
#7C67CF
(124,103,207)
#6F5CB8
(111,92,184)
#6251A1
(98,81,161)
#55468A
(85,70,138)
#483B73
(72,59,115)
#3B305C
(59,48,92)
#2E2545
(46,37,69)
#211A2E
(33,26,46)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #967DFD

#967DFD
(150,125,253)
#9F88FD
(159,136,253)
#A893FD
(168,147,253)
#B19EFD
(177,158,253)
#BAA9FD
(186,169,253)
#C3B4FD
(195,180,253)
#CCBFFD
(204,191,253)
#D5CAFD
(213,202,253)
#DED5FD
(222,213,253)
#E7E0FD
(231,224,253)
#F0EBFD
(240,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967DFD color. Also use rgb(150,125,253) instead hex code.

Text Font Color

.myTextColor { color: #967DFD; }

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

This text font color is #967DFD.

Background Color

.myBgColor { background-color: #967DFD; }

<div style="background-color:#967DFD">Inner text</div>

This div background color is #967DFD.

Border color

.myBorderColor { border: 1px solid #967DFD; }

<div style="border:3px solid #967DFD">Div</div>

This div border color is #967DFD.

Opacity

.myOpacity80 { color: #967DFD; opacity: 0.8; }

<p style="color:#967DFD;opacity:0.8;">80%</p>

Text with #967DFD 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 #967DFD;}

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

This text has shadow with #967DFD color.


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

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

This text has shadow with #967DFD primary color and red secondary color.


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

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

This text has shadow with #967DFD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967DFD.

Preview

Color preview on black background

This text has color #967DFD on black background.


Color preview on white background

This text has color #967DFD on white background.


Black color preview on #967DFD background

This text has black color on #967DFD background.


White color preview on #967DFD background

This text has white color on #967DFD background.


Related colors

Complementary color

Complementary color for #hex is #698202.


I love getcolorcode.com

Triadic colors

1 #FD967D and #7DFD96 with #967DFD are triadic colors.

2 #FD7D96 and #7D96FD with #967DFD are triadic colors.