COLOR #8775C0

HEX: #8775C0
RGB: (135,117,192)

Color info

#8775C0 contains mainly red and blue colors. Web safe color of #8775C0 is #9966CC (or #96C).

RGB color model

#8775C0 color RGB value is (135,117,192).

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

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 192 of 255 = 75%

135
117
192

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

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 192 = 444 (100%)
R 135 of 444 ~ 30.41%
G 117 of 444 ~ 26.35%
B 192 of 444 ~ 43.24%

%30.41
%26.35
%43.24

CMYK color model

#8775C0 color CMYK value is (30,39,0,25).

  • cyan value is 29.69%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(30,39,0,25)
C30M39Y0K25 
(30%,39%,0%,25%)
(0.30/0.39/0.00/0.25)	

CMYK percentages

%29.69
%39.06
%0
%24.71

Codes

Color #8775C0 in popluar color models

8775C0
RGB135117192
HSL254°37.31%60.59%
HSB/HSV254°39.06%75.29%
CMYK29.69%39.06%0.00%
24.71%

Color #8775C0 in popluar number systems.

HEX8775C0
Decimal135117192
Binary10000111111010111000000
Octal207165300

Shades and tints

Shades of #8775C0

#8775C0
(135,117,192)
#7B6BAF
(123,107,175)
#6F619E
(111,97,158)
#63578D
(99,87,141)
#574D7C
(87,77,124)
#4B436B
(75,67,107)
#3F395A
(63,57,90)
#332F49
(51,47,73)
#272538
(39,37,56)
#1B1B27
(27,27,39)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #8775C0

#8775C0
(135,117,192)
#9181C5
(145,129,197)
#9B8DCA
(155,141,202)
#A599CF
(165,153,207)
#AFA5D4
(175,165,212)
#B9B1D9
(185,177,217)
#C3BDDE
(195,189,222)
#CDC9E3
(205,201,227)
#D7D5E8
(215,213,232)
#E1E1ED
(225,225,237)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8775C0; }

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

This text font color is #8775C0.


Background Color

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

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

This div background color is #8775C0.


Border color

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

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

This div border color is #8775C0.


Opacity

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

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

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

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

This text has shadow with #8775C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8775C0 on black background.


Color preview on white background

This text has color #8775C0 on white background.



Black color preview on #8775C0 background

This text has black color on #8775C0 background.


White color preview on #8775C0 background

This text has white color on #8775C0 background.