COLOR #983CCA

HEX: #983CCA RGB: (152,60,202)

Color info

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

RGB color model

#983CCA color RGB value is (152,60,202).

RGB: (152,60,202) (60%, 24%, 79%)

RGB channels and saturation

R 152 of 255 = 60%
G 60 of 255 = 24%
B 202 of 255 = 79%

152
60
202

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

Portions of RGB colors in percentages

R + G + B = 152 + 60 + 202 = 414 (100%)
R 152 of 414 ~ 36.71%
G 60 of 414 ~ 14.49%
B 202 of 414 ~ 48.79'%

%36.71
%14.49
%48.79

CMYK color model

#983CCA color CMYK value is (25,70,0,21).

  • cyan value is 24.75%
  • magenta value is 70.30%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (25,70,0,21)
C25M70Y0K21 (25%, 70%, 0%, 21%)
(0.25 / 0.70 / 0.00 / 0.21)

CMYK percentages

%24.75
%70.3
%0
%20.78

Codes

Color #983CCA in popluar color models

98 3C CA
RGB 152 60 202
HSL 279° 57.26% 51.37%
HSB/HSV 279° 70.30% 79.22%
CMYK 24.75% 70.30% 0.00%
20.78%

Color #983CCA in popluar number systems.

HEX 98 3C CA
Decimal 152 60 202
Binary 10011000 111100 11001010
Octal 230 74 312

Shades and tints

Shades of #983CCA

#983CCA
(152,60,202)
#8B37B8
(139,55,184)
#7E32A6
(126,50,166)
#712D94
(113,45,148)
#642882
(100,40,130)
#572370
(87,35,112)
#4A1E5E
(74,30,94)
#3D194C
(61,25,76)
#30143A
(48,20,58)
#230F28
(35,15,40)
#160A16
(22,10,22)
#000000
(0,0,0)

Tints of #983CCA

#983CCA
(152,60,202)
#A14DCE
(161,77,206)
#AA5ED2
(170,94,210)
#B36FD6
(179,111,214)
#BC80DA
(188,128,218)
#C591DE
(197,145,222)
#CEA2E2
(206,162,226)
#D7B3E6
(215,179,230)
#E0C4EA
(224,196,234)
#E9D5EE
(233,213,238)
#F2E6F2
(242,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983CCA; }

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

This text font color is #983CCA.

Background Color

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

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

This div background color is #983CCA.

Border color

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

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

This div border color is #983CCA.

Opacity

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

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

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

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

This text has shadow with #983CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #983CCA.

Preview

Color preview on black background

This text has color #983CCA on black background.


Color preview on white background

This text has color #983CCA on white background.


Black color preview on #983CCA background

This text has black color on #983CCA background.


White color preview on #983CCA background

This text has white color on #983CCA background.


Related colors

Complementary color

Complementary color for #hex is #67C335.


I love getcolorcode.com

Triadic colors

1 #CA983C and #3CCA98 with #983CCA are triadic colors.

2 #CA3C98 and #3C98CA with #983CCA are triadic colors.