COLOR #9827B9

HEX: #9827B9 RGB: (152,39,185)

Color info

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

RGB color model

#9827B9 color RGB value is (152,39,185).

RGB: (152,39,185) (60%, 15%, 73%)

RGB channels and saturation

R 152 of 255 = 60%
G 39 of 255 = 15%
B 185 of 255 = 73%

152
39
185

R + G + B ~ 49%. #9827B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 39 + 185 = 376 (100%)
R 152 of 376 ~ 40.43%
G 39 of 376 ~ 10.37%
B 185 of 376 ~ 49.2'%

%40.43
%49.2

CMYK color model

#9827B9 color CMYK value is (18,79,0,27).

  • cyan value is 17.84%
  • magenta value is 78.92%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (18,79,0,27)
C18M79Y0K27 (18%, 79%, 0%, 27%)
(0.18 / 0.79 / 0.00 / 0.27)

CMYK percentages

%17.84
%78.92
%0
%27.45

Codes

Color #9827B9 in popluar color models

98 27 B9
RGB 152 39 185
HSL 286° 65.18% 43.92%
HSB/HSV 286° 78.92% 72.55%
CMYK 17.84% 78.92% 0.00%
27.45%

Color #9827B9 in popluar number systems.

HEX 98 27 B9
Decimal 152 39 185
Binary 10011000 100111 10111001
Octal 230 47 271

Shades and tints

Shades of #9827B9

#9827B9
(152,39,185)
#8B24A9
(139,36,169)
#7E2199
(126,33,153)
#711E89
(113,30,137)
#641B79
(100,27,121)
#571869
(87,24,105)
#4A1559
(74,21,89)
#3D1249
(61,18,73)
#300F39
(48,15,57)
#230C29
(35,12,41)
#160919
(22,9,25)
#000000
(0,0,0)

Tints of #9827B9

#9827B9
(152,39,185)
#A13ABF
(161,58,191)
#AA4DC5
(170,77,197)
#B360CB
(179,96,203)
#BC73D1
(188,115,209)
#C586D7
(197,134,215)
#CE99DD
(206,153,221)
#D7ACE3
(215,172,227)
#E0BFE9
(224,191,233)
#E9D2EF
(233,210,239)
#F2E5F5
(242,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9827B9 color. Also use rgb(152,39,185) instead hex code.

Text Font Color

.myTextColor { color: #9827B9; }

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

This text font color is #9827B9.

Background Color

.myBgColor { background-color: #9827B9; }

<div style="background-color:#9827B9">Inner text</div>

This div background color is #9827B9.

Border color

.myBorderColor { border: 1px solid #9827B9; }

<div style="border:3px solid #9827B9">Div</div>

This div border color is #9827B9.

Opacity

.myOpacity80 { color: #9827B9; opacity: 0.8; }

<p style="color:#9827B9;opacity:0.8;">80%</p>

Text with #9827B9 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 #9827B9;}

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

This text has shadow with #9827B9 color.


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

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

This text has shadow with #9827B9 primary color and red secondary color.


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

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

This text has shadow with #9827B9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9827B9.

Preview

Color preview on black background

This text has color #9827B9 on black background.


Color preview on white background

This text has color #9827B9 on white background.


Black color preview on #9827B9 background

This text has black color on #9827B9 background.


White color preview on #9827B9 background

This text has white color on #9827B9 background.


Related colors

Complementary color

Complementary color for #hex is #67D846.


I love getcolorcode.com

Triadic colors

1 #B99827 and #27B998 with #9827B9 are triadic colors.

2 #B92798 and #2798B9 with #9827B9 are triadic colors.