COLOR #983BBD

HEX: #983BBD
RGB: (152,59,189)

Color info

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

RGB color model

#983BBD color RGB value is (152,59,189).

  • red value is 152;
  • green value is 59;
  • blue value is 189.
RGB:
(152,59,189)
(60%,23%,74%)

RGB channels and saturation

R 152 of 255 = 60%
G 59 of 255 = 23%
B 189 of 255 = 74%

152
59
189

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

Portions of RGB colors in percentages

R + G + B =
152 + 59 + 189 = 400 (100%)
R 152 of 400 ~ 38%
G 59 of 400 ~ 14.75%
B 189 of 400 ~ 47.25%

%38
%14.75
%47.25

CMYK color model

#983BBD color CMYK value is (20,69,0,26).

  • cyan value is 19.58%
  • magenta value is 68.78%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(20,69,0,26)
C20M69Y0K26 
(20%,69%,0%,26%)
(0.20/0.69/0.00/0.26)	

CMYK percentages

%19.58
%68.78
%0
%25.88

Codes

Color #983BBD in popluar color models

983BBD
RGB15259189
HSL283°52.42%48.63%
HSB/HSV283°68.78%74.12%
CMYK19.58%68.78%0.00%
25.88%

Color #983BBD in popluar number systems.

HEX983BBD
Decimal15259189
Binary1001100011101110111101
Octal23073275

Shades and tints

Shades of #983BBD

#983BBD
(152,59,189)
#8B36AC
(139,54,172)
#7E319B
(126,49,155)
#712C8A
(113,44,138)
#642779
(100,39,121)
#572268
(87,34,104)
#4A1D57
(74,29,87)
#3D1846
(61,24,70)
#301335
(48,19,53)
#230E24
(35,14,36)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #983BBD

#983BBD
(152,59,189)
#A14CC3
(161,76,195)
#AA5DC9
(170,93,201)
#B36ECF
(179,110,207)
#BC7FD5
(188,127,213)
#C590DB
(197,144,219)
#CEA1E1
(206,161,225)
#D7B2E7
(215,178,231)
#E0C3ED
(224,195,237)
#E9D4F3
(233,212,243)
#F2E5F9
(242,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983BBD color. Also use rgb(152,59,189) instead hex code.

Text Font Color

.myTextColor { color: #983BBD; }

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

This text font color is #983BBD.


Background Color

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

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

This div background color is #983BBD.


Border color

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

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

This div border color is #983BBD.


Opacity

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

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

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

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

This text has shadow with #983BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983BBD on black background.


Color preview on white background

This text has color #983BBD on white background.



Black color preview on #983BBD background

This text has black color on #983BBD background.


White color preview on #983BBD background

This text has white color on #983BBD background.