COLOR #983CB7

HEX: #983CB7
RGB: (152,60,183)

Color info

#983CB7 contains mainly red and blue colors. Web safe color of #983CB7 is #9933CC (or #93C).

RGB color model

#983CB7 color RGB value is (152,60,183).

  • red value is 152;
  • green value is 60;
  • blue value is 183.
RGB:
(152,60,183)
(60%,24%,72%)

RGB channels and saturation

R 152 of 255 = 60%
G 60 of 255 = 24%
B 183 of 255 = 72%

152
60
183

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

Portions of RGB colors in percentages

R + G + B =
152 + 60 + 183 = 395 (100%)
R 152 of 395 ~ 38.48%
G 60 of 395 ~ 15.19%
B 183 of 395 ~ 46.33%

%38.48
%15.19
%46.33

CMYK color model

#983CB7 color CMYK value is (17,67,0,28).

  • cyan value is 16.94%
  • magenta value is 67.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,67,0,28)
C17M67Y0K28 
(17%,67%,0%,28%)
(0.17/0.67/0.00/0.28)	

CMYK percentages

%16.94
%67.21
%0
%28.24

Codes

Color #983CB7 in popluar color models

983CB7
RGB15260183
HSL285°50.62%47.65%
HSB/HSV285°67.21%71.76%
CMYK16.94%67.21%0.00%
28.24%

Color #983CB7 in popluar number systems.

HEX983CB7
Decimal15260183
Binary1001100011110010110111
Octal23074267

Shades and tints

Shades of #983CB7

#983CB7
(152,60,183)
#8B37A7
(139,55,167)
#7E3297
(126,50,151)
#712D87
(113,45,135)
#642877
(100,40,119)
#572367
(87,35,103)
#4A1E57
(74,30,87)
#3D1947
(61,25,71)
#301437
(48,20,55)
#230F27
(35,15,39)
#160A17
(22,10,23)
#000000
(0,0,0)

Tints of #983CB7

#983CB7
(152,60,183)
#A14DBD
(161,77,189)
#AA5EC3
(170,94,195)
#B36FC9
(179,111,201)
#BC80CF
(188,128,207)
#C591D5
(197,145,213)
#CEA2DB
(206,162,219)
#D7B3E1
(215,179,225)
#E0C4E7
(224,196,231)
#E9D5ED
(233,213,237)
#F2E6F3
(242,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983CB7 color. Also use rgb(152,60,183) instead hex code.

Text Font Color

.myTextColor { color: #983CB7; }

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

This text font color is #983CB7.


Background Color

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

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

This div background color is #983CB7.


Border color

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

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

This div border color is #983CB7.


Opacity

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

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

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

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

This text has shadow with #983CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983CB7 on black background.


Color preview on white background

This text has color #983CB7 on white background.



Black color preview on #983CB7 background

This text has black color on #983CB7 background.


White color preview on #983CB7 background

This text has white color on #983CB7 background.