COLOR #9835B4

HEX: #9835B4
RGB: (152,53,180)

Color info

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

RGB color model

#9835B4 color RGB value is (152,53,180).

  • red value is 152;
  • green value is 53;
  • blue value is 180.
RGB:
(152,53,180)
(60%,21%,71%)

RGB channels and saturation

R 152 of 255 = 60%
G 53 of 255 = 21%
B 180 of 255 = 71%

152
53
180

R + G + B ~ 51%. #9835B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 53 + 180 = 385 (100%)
R 152 of 385 ~ 39.48%
G 53 of 385 ~ 13.77%
B 180 of 385 ~ 46.75%

%39.48
%13.77
%46.75

CMYK color model

#9835B4 color CMYK value is (16,71,0,29).

  • cyan value is 15.56%
  • magenta value is 70.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(16,71,0,29)
C16M71Y0K29 
(16%,71%,0%,29%)
(0.16/0.71/0.00/0.29)	

CMYK percentages

%15.56
%70.56
%0
%29.41

Codes

Color #9835B4 in popluar color models

9835B4
RGB15253180
HSL287°54.51%45.69%
HSB/HSV287°70.56%70.59%
CMYK15.56%70.56%0.00%
29.41%

Color #9835B4 in popluar number systems.

HEX9835B4
Decimal15253180
Binary1001100011010110110100
Octal23065264

Shades and tints

Shades of #9835B4

#9835B4
(152,53,180)
#8B31A4
(139,49,164)
#7E2D94
(126,45,148)
#712984
(113,41,132)
#642574
(100,37,116)
#572164
(87,33,100)
#4A1D54
(74,29,84)
#3D1944
(61,25,68)
#301534
(48,21,52)
#231124
(35,17,36)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #9835B4

#9835B4
(152,53,180)
#A147BA
(161,71,186)
#AA59C0
(170,89,192)
#B36BC6
(179,107,198)
#BC7DCC
(188,125,204)
#C58FD2
(197,143,210)
#CEA1D8
(206,161,216)
#D7B3DE
(215,179,222)
#E0C5E4
(224,197,228)
#E9D7EA
(233,215,234)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9835B4 color. Also use rgb(152,53,180) instead hex code.

Text Font Color

.myTextColor { color: #9835B4; }

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

This text font color is #9835B4.


Background Color

.myBgColor { background-color: #9835B4; }

<div style="background-color:#9835B4">Inner text</div>

This div background color is #9835B4.


Border color

.myBorderColor { border: 1px solid #9835B4; }

<div style="border:3px solid #9835B4">Div</div>

This div border color is #9835B4.


Opacity

.myOpacity80 { color: #9835B4; opacity: 0.8; }

<p style="color:#9835B4;opacity:0.8;">80%</p>

Text with #9835B4 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 #9835B4;}

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

This text has shadow with #9835B4 color.

.textShadow {text-shadow: 3px 3px 1px #9835B4, 3px 3px 1px red;}

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

This text has shadow with #9835B4 primary color and red secondary color.


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

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

This text has shadow with #9835B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9835B4 on black background.


Color preview on white background

This text has color #9835B4 on white background.



Black color preview on #9835B4 background

This text has black color on #9835B4 background.


White color preview on #9835B4 background

This text has white color on #9835B4 background.