COLOR #8700C0

HEX: #8700C0
RGB: (135,0,192)

Color info

#8700C0 contains only red and blue colors. Web safe color of #8700C0 is #9900CC (or #90C).

RGB color model

#8700C0 color RGB value is (135,0,192).

  • red value is 135;
  • green value is 0;
  • blue value is 192.
RGB:
(135,0,192)
(53%,0%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 0 of 255 = 0%
B 192 of 255 = 75%

135
0
192

R + G + B ~ 43%. #8700C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 0 + 192 = 327 (100%)
R 135 of 327 ~ 41.28%
G 0 of 327 ~ 0%
B 192 of 327 ~ 58.72%

%41.28
%58.72

CMYK color model

#8700C0 color CMYK value is (30,100,0,25).

  • cyan value is 29.69%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(30,100,0,25)
C30M100Y0K25 
(30%,100%,0%,25%)
(0.30/1.00/0.00/0.25)	

CMYK percentages

%29.69
%100
%0
%24.71

Codes

Color #8700C0 in popluar color models

8700C0
RGB1350192
HSL282°100.00%37.65%
HSB/HSV282°100.00%75.29%
CMYK29.69%100.00%0.00%
24.71%

Color #8700C0 in popluar number systems.

HEX8700C0
Decimal1350192
Binary10000111011000000
Octal2070300

Shades and tints

Shades of #8700C0

#8700C0
(135,0,192)
#7B00AF
(123,0,175)
#6F009E
(111,0,158)
#63008D
(99,0,141)
#57007C
(87,0,124)
#4B006B
(75,0,107)
#3F005A
(63,0,90)
#330049
(51,0,73)
#270038
(39,0,56)
#1B0027
(27,0,39)
#0F0016
(15,0,22)
#000000
(0,0,0)

Tints of #8700C0

#8700C0
(135,0,192)
#9117C5
(145,23,197)
#9B2ECA
(155,46,202)
#A545CF
(165,69,207)
#AF5CD4
(175,92,212)
#B973D9
(185,115,217)
#C38ADE
(195,138,222)
#CDA1E3
(205,161,227)
#D7B8E8
(215,184,232)
#E1CFED
(225,207,237)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8700C0 color. Also use rgb(135,0,192) instead hex code.

Text Font Color

.myTextColor { color: #8700C0; }

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

This text font color is #8700C0.


Background Color

.myBgColor { background-color: #8700C0; }

<div style="background-color:#8700C0">Inner text</div>

This div background color is #8700C0.


Border color

.myBorderColor { border: 1px solid #8700C0; }

<div style="border:3px solid #8700C0">Div</div>

This div border color is #8700C0.


Opacity

.myOpacity80 { color: #8700C0; opacity: 0.8; }

<p style="color:#8700C0;opacity:0.8;">80%</p>

Text with #8700C0 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 #8700C0;}

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

This text has shadow with #8700C0 color.

.textShadow {text-shadow: 3px 3px 1px #8700C0, 3px 3px 1px red;}

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

This text has shadow with #8700C0 primary color and red secondary color.


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

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

This text has shadow with #8700C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8700C0 on black background.


Color preview on white background

This text has color #8700C0 on white background.



Black color preview on #8700C0 background

This text has black color on #8700C0 background.


White color preview on #8700C0 background

This text has white color on #8700C0 background.