COLOR #961DEE

HEX: #961DEE
RGB: (150,29,238)

Color info

#961DEE contains mainly blue color. Web safe color of #961DEE is #9933FF (or #93F).

RGB color model

#961DEE color RGB value is (150,29,238).

  • red value is 150;
  • green value is 29;
  • blue value is 238.
RGB: (150,29,238) (59%,11%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 29 of 255 = 11%
B 238 of 255 = 93%

150
29
238

R + G + B ~ 54%. #961DEE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 29 + 238 = 417 (100%)
R 150 of 417 ~ 35.97%
G 29 of 417 ~ 6.95%
B 238 of 417 ~ 57.07%

%35.97
%57.07

CMYK color model

#961DEE color CMYK value is (37,88,0,7).

  • cyan value is 36.97%
  • magenta value is 87.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (37,88,0,7) C37M88Y0K7 (37%,88%,0%,7%) (0.37/0.88/0.00/0.07)

CMYK percentages

%36.97
%87.82
%0
%6.67

Codes

Color #961DEE in popluar color models

961DEE
RGB15029238
HSL275°86.01%52.35%
HSB/HSV275°87.82%93.33%
CMYK36.97%87.82%0.00%
6.67%

Color #961DEE in popluar number systems.

HEX961DEE
Decimal15029238
Binary100101101110111101110
Octal22635356

Shades and tints

Shades of #961DEE

#961DEE
(150,29,238)
#891BD9
(137,27,217)
#7C19C4
(124,25,196)
#6F17AF
(111,23,175)
#62159A
(98,21,154)
#551385
(85,19,133)
#481170
(72,17,112)
#3B0F5B
(59,15,91)
#2E0D46
(46,13,70)
#210B31
(33,11,49)
#14091C
(20,9,28)
#000000
(0,0,0)

Tints of #961DEE

#961DEE
(150,29,238)
#9F31EF
(159,49,239)
#A845F0
(168,69,240)
#B159F1
(177,89,241)
#BA6DF2
(186,109,242)
#C381F3
(195,129,243)
#CC95F4
(204,149,244)
#D5A9F5
(213,169,245)
#DEBDF6
(222,189,246)
#E7D1F7
(231,209,247)
#F0E5F8
(240,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961DEE color. Also use rgb(150,29,238) instead hex code.

Text Font Color

.myTextColor { color: #961DEE; }

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

This text font color is #961DEE.


Background Color

.myBgColor { background-color: #961DEE; }

<div style="background-color:#961DEE">Inner text</div>

This div background color is #961DEE.


Border color

.myBorderColor { border: 1px solid #961DEE; }

<div style="border:3px solid #961DEE">Div</div>

This div border color is #961DEE.


Opacity

.myOpacity80 { color: #961DEE; opacity: 0.8; }

<p style="color:#961DEE;opacity:0.8;">80%</p>

Text with #961DEE 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 #961DEE;}

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

This text has shadow with #961DEE color.

.textShadow {text-shadow: 3px 3px 1px #961DEE, 3px 3px 1px red;}

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

This text has shadow with #961DEE primary color and red secondary color.


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

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

This text has shadow with #961DEE and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #961DEE; -webkit-box-shadow:	1px 1px 3px 2px #961DEE; box-shadow:	1px 1px 3px 2px #961DEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #961DEE; -webkit-box-shadow: 1px 1px 3px 2px #961DEE; box-shadow:1px 1px 3px 2px #961DEE;">
Div content here</div>
This div box has shadow with color #961DEE.

Preview

Color preview on black background

This text has color #961DEE on black background.


Color preview on white background

This text has color #961DEE on white background.



Black color preview on #961DEE background

This text has black color on #961DEE background.


White color preview on #961DEE background

This text has white color on #961DEE background.