COLOR #8C58AF

HEX: #8C58AF RGB: (140,88,175)

Color info

#8C58AF contains mainly red and blue colors. Web safe color of #8C58AF is #996699 (or #969).

RGB color model

#8C58AF color RGB value is (140,88,175).

RGB: (140,88,175) (55%, 35%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 175 of 255 = 69%

140
88
175

R + G + B ~ 53%. #8C58AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 88 + 175 = 403 (100%)
R 140 of 403 ~ 34.74%
G 88 of 403 ~ 21.84%
B 175 of 403 ~ 43.42'%

%34.74
%21.84
%43.42

CMYK color model

#8C58AF color CMYK value is (20,50,0,31).

  • cyan value is 20.00%
  • magenta value is 49.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (20,50,0,31)
C20M50Y0K31 (20%, 50%, 0%, 31%)
(0.20 / 0.50 / 0.00 / 0.31)

CMYK percentages

%20
%49.71
%0
%31.37

Codes

Color #8C58AF in popluar color models

8C 58 AF
RGB 140 88 175
HSL 276° 35.22% 51.57%
HSB/HSV 276° 49.71% 68.63%
CMYK 20.00% 49.71% 0.00%
31.37%

Color #8C58AF in popluar number systems.

HEX 8C 58 AF
Decimal 140 88 175
Binary 10001100 1011000 10101111
Octal 214 130 257

Shades and tints

Shades of #8C58AF

#8C58AF
(140,88,175)
#8050A0
(128,80,160)
#744891
(116,72,145)
#684082
(104,64,130)
#5C3873
(92,56,115)
#503064
(80,48,100)
#442855
(68,40,85)
#382046
(56,32,70)
#2C1837
(44,24,55)
#201028
(32,16,40)
#140819
(20,8,25)
#000000
(0,0,0)

Tints of #8C58AF

#8C58AF
(140,88,175)
#9667B6
(150,103,182)
#A076BD
(160,118,189)
#AA85C4
(170,133,196)
#B494CB
(180,148,203)
#BEA3D2
(190,163,210)
#C8B2D9
(200,178,217)
#D2C1E0
(210,193,224)
#DCD0E7
(220,208,231)
#E6DFEE
(230,223,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C58AF color. Also use rgb(140,88,175) instead hex code.

Text Font Color

.myTextColor { color: #8C58AF; }

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

This text font color is #8C58AF.

Background Color

.myBgColor { background-color: #8C58AF; }

<div style="background-color:#8C58AF">Inner text</div>

This div background color is #8C58AF.

Border color

.myBorderColor { border: 1px solid #8C58AF; }

<div style="border:3px solid #8C58AF">Div</div>

This div border color is #8C58AF.

Opacity

.myOpacity80 { color: #8C58AF; opacity: 0.8; }

<p style="color:#8C58AF;opacity:0.8;">80%</p>

Text with #8C58AF 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 #8C58AF;}

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

This text has shadow with #8C58AF color.


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

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

This text has shadow with #8C58AF primary color and red secondary color.


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

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

This text has shadow with #8C58AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8C58AF.

Preview

Color preview on black background

This text has color #8C58AF on black background.


Color preview on white background

This text has color #8C58AF on white background.


Black color preview on #8C58AF background

This text has black color on #8C58AF background.


White color preview on #8C58AF background

This text has white color on #8C58AF background.


Related colors

Complementary color

Complementary color for #hex is #73A750.


I love getcolorcode.com

Triadic colors

1 #AF8C58 and #58AF8C with #8C58AF are triadic colors.

2 #AF588C and #588CAF with #8C58AF are triadic colors.