COLOR #8748A1

HEX: #8748A1 RGB: (135,72,161)

Color info

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

RGB color model

#8748A1 color RGB value is (135,72,161).

RGB: (135,72,161) (53%, 28%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 72 of 255 = 28%
B 161 of 255 = 63%

135
72
161

R + G + B ~ 48%. #8748A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 72 + 161 = 368 (100%)
R 135 of 368 ~ 36.68%
G 72 of 368 ~ 19.57%
B 161 of 368 ~ 43.75'%

%36.68
%19.57
%43.75

CMYK color model

#8748A1 color CMYK value is (16,55,0,37).

  • cyan value is 16.15%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (16,55,0,37)
C16M55Y0K37 (16%, 55%, 0%, 37%)
(0.16 / 0.55 / 0.00 / 0.37)

CMYK percentages

%16.15
%55.28
%0
%36.86

Codes

Color #8748A1 in popluar color models

87 48 A1
RGB 135 72 161
HSL 282° 38.20% 45.69%
HSB/HSV 282° 55.28% 63.14%
CMYK 16.15% 55.28% 0.00%
36.86%

Color #8748A1 in popluar number systems.

HEX 87 48 A1
Decimal 135 72 161
Binary 10000111 1001000 10100001
Octal 207 110 241

Shades and tints

Shades of #8748A1

#8748A1
(135,72,161)
#7B4293
(123,66,147)
#6F3C85
(111,60,133)
#633677
(99,54,119)
#573069
(87,48,105)
#4B2A5B
(75,42,91)
#3F244D
(63,36,77)
#331E3F
(51,30,63)
#271831
(39,24,49)
#1B1223
(27,18,35)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #8748A1

#8748A1
(135,72,161)
#9158A9
(145,88,169)
#9B68B1
(155,104,177)
#A578B9
(165,120,185)
#AF88C1
(175,136,193)
#B998C9
(185,152,201)
#C3A8D1
(195,168,209)
#CDB8D9
(205,184,217)
#D7C8E1
(215,200,225)
#E1D8E9
(225,216,233)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8748A1 color. Also use rgb(135,72,161) instead hex code.

Text Font Color

.myTextColor { color: #8748A1; }

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

This text font color is #8748A1.

Background Color

.myBgColor { background-color: #8748A1; }

<div style="background-color:#8748A1">Inner text</div>

This div background color is #8748A1.

Border color

.myBorderColor { border: 1px solid #8748A1; }

<div style="border:3px solid #8748A1">Div</div>

This div border color is #8748A1.

Opacity

.myOpacity80 { color: #8748A1; opacity: 0.8; }

<p style="color:#8748A1;opacity:0.8;">80%</p>

Text with #8748A1 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 #8748A1;}

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

This text has shadow with #8748A1 color.


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

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

This text has shadow with #8748A1 primary color and red secondary color.


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

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

This text has shadow with #8748A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8748A1.

Preview

Color preview on black background

This text has color #8748A1 on black background.


Color preview on white background

This text has color #8748A1 on white background.


Black color preview on #8748A1 background

This text has black color on #8748A1 background.


White color preview on #8748A1 background

This text has white color on #8748A1 background.


Related colors

Complementary color

Complementary color for #hex is #78B75E.


I love getcolorcode.com

Triadic colors

1 #A18748 and #48A187 with #8748A1 are triadic colors.

2 #A14887 and #4887A1 with #8748A1 are triadic colors.