COLOR #8837A8

HEX: #8837A8 RGB: (136,55,168)

Color info

#8837A8 contains mainly red and blue colors. Web safe color of #8837A8 is #993399 (or #939).

RGB color model

#8837A8 color RGB value is (136,55,168).

RGB: (136,55,168) (53%, 22%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 55 of 255 = 22%
B 168 of 255 = 66%

136
55
168

R + G + B ~ 47%. #8837A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 55 + 168 = 359 (100%)
R 136 of 359 ~ 37.88%
G 55 of 359 ~ 15.32%
B 168 of 359 ~ 46.8'%

%37.88
%15.32
%46.8

CMYK color model

#8837A8 color CMYK value is (19,67,0,34).

  • cyan value is 19.05%
  • magenta value is 67.26%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (19,67,0,34)
C19M67Y0K34 (19%, 67%, 0%, 34%)
(0.19 / 0.67 / 0.00 / 0.34)

CMYK percentages

%19.05
%67.26
%0
%34.12

Codes

Color #8837A8 in popluar color models

88 37 A8
RGB 136 55 168
HSL 283° 50.67% 43.73%
HSB/HSV 283° 67.26% 65.88%
CMYK 19.05% 67.26% 0.00%
34.12%

Color #8837A8 in popluar number systems.

HEX 88 37 A8
Decimal 136 55 168
Binary 10001000 110111 10101000
Octal 210 67 250

Shades and tints

Shades of #8837A8

#8837A8
(136,55,168)
#7C3299
(124,50,153)
#702D8A
(112,45,138)
#64287B
(100,40,123)
#58236C
(88,35,108)
#4C1E5D
(76,30,93)
#40194E
(64,25,78)
#34143F
(52,20,63)
#280F30
(40,15,48)
#1C0A21
(28,10,33)
#100512
(16,5,18)
#000000
(0,0,0)

Tints of #8837A8

#8837A8
(136,55,168)
#9249AF
(146,73,175)
#9C5BB6
(156,91,182)
#A66DBD
(166,109,189)
#B07FC4
(176,127,196)
#BA91CB
(186,145,203)
#C4A3D2
(196,163,210)
#CEB5D9
(206,181,217)
#D8C7E0
(216,199,224)
#E2D9E7
(226,217,231)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8837A8 color. Also use rgb(136,55,168) instead hex code.

Text Font Color

.myTextColor { color: #8837A8; }

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

This text font color is #8837A8.

Background Color

.myBgColor { background-color: #8837A8; }

<div style="background-color:#8837A8">Inner text</div>

This div background color is #8837A8.

Border color

.myBorderColor { border: 1px solid #8837A8; }

<div style="border:3px solid #8837A8">Div</div>

This div border color is #8837A8.

Opacity

.myOpacity80 { color: #8837A8; opacity: 0.8; }

<p style="color:#8837A8;opacity:0.8;">80%</p>

Text with #8837A8 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 #8837A8;}

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

This text has shadow with #8837A8 color.


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

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

This text has shadow with #8837A8 primary color and red secondary color.


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

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

This text has shadow with #8837A8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8837A8.

Preview

Color preview on black background

This text has color #8837A8 on black background.


Color preview on white background

This text has color #8837A8 on white background.


Black color preview on #8837A8 background

This text has black color on #8837A8 background.


White color preview on #8837A8 background

This text has white color on #8837A8 background.


Related colors

Complementary color

Complementary color for #hex is #77C857.


I love getcolorcode.com

Triadic colors

1 #A88837 and #37A888 with #8837A8 are triadic colors.

2 #A83788 and #3788A8 with #8837A8 are triadic colors.