COLOR #8724CC

HEX: #8724CC
RGB: (135,36,204)

Color info

#8724CC contains mainly blue color. Web safe color of #8724CC is #9933CC (or #93C).

RGB color model

#8724CC color RGB value is (135,36,204).

  • red value is 135;
  • green value is 36;
  • blue value is 204.
RGB:
(135,36,204)
(53%,14%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 36 of 255 = 14%
B 204 of 255 = 80%

135
36
204

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

Portions of RGB colors in percentages

R + G + B =
135 + 36 + 204 = 375 (100%)
R 135 of 375 ~ 36%
G 36 of 375 ~ 9.6%
B 204 of 375 ~ 54.4%

%36
%9.6
%54.4

CMYK color model

#8724CC color CMYK value is (34,82,0,20).

  • cyan value is 33.82%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,82,0,20)
C34M82Y0K20 
(34%,82%,0%,20%)
(0.34/0.82/0.00/0.20)	

CMYK percentages

%33.82
%82.35
%0
%20

Codes

Color #8724CC in popluar color models

8724CC
RGB13536204
HSL275°70.00%47.06%
HSB/HSV275°82.35%80.00%
CMYK33.82%82.35%0.00%
20.00%

Color #8724CC in popluar number systems.

HEX8724CC
Decimal13536204
Binary1000011110010011001100
Octal20744314

Shades and tints

Shades of #8724CC

#8724CC
(135,36,204)
#7B21BA
(123,33,186)
#6F1EA8
(111,30,168)
#631B96
(99,27,150)
#571884
(87,24,132)
#4B1572
(75,21,114)
#3F1260
(63,18,96)
#330F4E
(51,15,78)
#270C3C
(39,12,60)
#1B092A
(27,9,42)
#0F0618
(15,6,24)
#000000
(0,0,0)

Tints of #8724CC

#8724CC
(135,36,204)
#9137D0
(145,55,208)
#9B4AD4
(155,74,212)
#A55DD8
(165,93,216)
#AF70DC
(175,112,220)
#B983E0
(185,131,224)
#C396E4
(195,150,228)
#CDA9E8
(205,169,232)
#D7BCEC
(215,188,236)
#E1CFF0
(225,207,240)
#EBE2F4
(235,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8724CC color. Also use rgb(135,36,204) instead hex code.

Text Font Color

.myTextColor { color: #8724CC; }

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

This text font color is #8724CC.


Background Color

.myBgColor { background-color: #8724CC; }

<div style="background-color:#8724CC">Inner text</div>

This div background color is #8724CC.


Border color

.myBorderColor { border: 1px solid #8724CC; }

<div style="border:3px solid #8724CC">Div</div>

This div border color is #8724CC.


Opacity

.myOpacity80 { color: #8724CC; opacity: 0.8; }

<p style="color:#8724CC;opacity:0.8;">80%</p>

Text with #8724CC 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 #8724CC;}

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

This text has shadow with #8724CC color.

.textShadow {text-shadow: 3px 3px 1px #8724CC, 3px 3px 1px red;}

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

This text has shadow with #8724CC primary color and red secondary color.


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

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

This text has shadow with #8724CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8724CC on black background.


Color preview on white background

This text has color #8724CC on white background.



Black color preview on #8724CC background

This text has black color on #8724CC background.


White color preview on #8724CC background

This text has white color on #8724CC background.