COLOR #983EDD

HEX: #983EDD
RGB: (152,62,221)

Color info

#983EDD contains mainly blue color. Web safe color of #983EDD is #9933CC (or #93C).

RGB color model

#983EDD color RGB value is (152,62,221).

  • red value is 152;
  • green value is 62;
  • blue value is 221.
RGB:
(152,62,221)
(60%,24%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 62 of 255 = 24%
B 221 of 255 = 87%

152
62
221

R + G + B ~ 57%. #983EDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 62 + 221 = 435 (100%)
R 152 of 435 ~ 34.94%
G 62 of 435 ~ 14.25%
B 221 of 435 ~ 50.8%

%34.94
%14.25
%50.8

CMYK color model

#983EDD color CMYK value is (31,72,0,13).

  • cyan value is 31.22%
  • magenta value is 71.95%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,72,0,13)
C31M72Y0K13 
(31%,72%,0%,13%)
(0.31/0.72/0.00/0.13)	

CMYK percentages

%31.22
%71.95
%0
%13.33

Codes

Color #983EDD in popluar color models

983EDD
RGB15262221
HSL274°70.04%55.49%
HSB/HSV274°71.95%86.67%
CMYK31.22%71.95%0.00%
13.33%

Color #983EDD in popluar number systems.

HEX983EDD
Decimal15262221
Binary1001100011111011011101
Octal23076335

Shades and tints

Shades of #983EDD

#983EDD
(152,62,221)
#8B39C9
(139,57,201)
#7E34B5
(126,52,181)
#712FA1
(113,47,161)
#642A8D
(100,42,141)
#572579
(87,37,121)
#4A2065
(74,32,101)
#3D1B51
(61,27,81)
#30163D
(48,22,61)
#231129
(35,17,41)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #983EDD

#983EDD
(152,62,221)
#A14FE0
(161,79,224)
#AA60E3
(170,96,227)
#B371E6
(179,113,230)
#BC82E9
(188,130,233)
#C593EC
(197,147,236)
#CEA4EF
(206,164,239)
#D7B5F2
(215,181,242)
#E0C6F5
(224,198,245)
#E9D7F8
(233,215,248)
#F2E8FB
(242,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983EDD color. Also use rgb(152,62,221) instead hex code.

Text Font Color

.myTextColor { color: #983EDD; }

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

This text font color is #983EDD.


Background Color

.myBgColor { background-color: #983EDD; }

<div style="background-color:#983EDD">Inner text</div>

This div background color is #983EDD.


Border color

.myBorderColor { border: 1px solid #983EDD; }

<div style="border:3px solid #983EDD">Div</div>

This div border color is #983EDD.


Opacity

.myOpacity80 { color: #983EDD; opacity: 0.8; }

<p style="color:#983EDD;opacity:0.8;">80%</p>

Text with #983EDD 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 #983EDD;}

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

This text has shadow with #983EDD color.

.textShadow {text-shadow: 3px 3px 1px #983EDD, 3px 3px 1px red;}

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

This text has shadow with #983EDD primary color and red secondary color.


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

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

This text has shadow with #983EDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983EDD on black background.


Color preview on white background

This text has color #983EDD on white background.



Black color preview on #983EDD background

This text has black color on #983EDD background.


White color preview on #983EDD background

This text has white color on #983EDD background.