COLOR #9C58A1

HEX: #9C58A1
RGB: (156,88,161)

Color info

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

RGB color model

#9C58A1 color RGB value is (156,88,161).

  • red value is 156;
  • green value is 88;
  • blue value is 161.
RGB:
(156,88,161)
(61%,35%,63%)

RGB channels and saturation

R 156 of 255 = 61%
G 88 of 255 = 35%
B 161 of 255 = 63%

156
88
161

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

Portions of RGB colors in percentages

R + G + B =
156 + 88 + 161 = 405 (100%)
R 156 of 405 ~ 38.52%
G 88 of 405 ~ 21.73%
B 161 of 405 ~ 39.75%

%38.52
%21.73
%39.75

CMYK color model

#9C58A1 color CMYK value is (3,45,0,37).

  • cyan value is 3.11%
  • magenta value is 45.34%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(3,45,0,37)
C3M45Y0K37 
(3%,45%,0%,37%)
(0.03/0.45/0.00/0.37)	

CMYK percentages

%3.11
%45.34
%0
%36.86

Codes

Color #9C58A1 in popluar color models

9C58A1
RGB15688161
HSL296°29.32%48.82%
HSB/HSV296°45.34%63.14%
CMYK3.11%45.34%0.00%
36.86%

Color #9C58A1 in popluar number systems.

HEX9C58A1
Decimal15688161
Binary10011100101100010100001
Octal234130241

Shades and tints

Shades of #9C58A1

#9C58A1
(156,88,161)
#8E5093
(142,80,147)
#804885
(128,72,133)
#724077
(114,64,119)
#643869
(100,56,105)
#56305B
(86,48,91)
#48284D
(72,40,77)
#3A203F
(58,32,63)
#2C1831
(44,24,49)
#1E1023
(30,16,35)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #9C58A1

#9C58A1
(156,88,161)
#A567A9
(165,103,169)
#AE76B1
(174,118,177)
#B785B9
(183,133,185)
#C094C1
(192,148,193)
#C9A3C9
(201,163,201)
#D2B2D1
(210,178,209)
#DBC1D9
(219,193,217)
#E4D0E1
(228,208,225)
#EDDFE9
(237,223,233)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C58A1 color. Also use rgb(156,88,161) instead hex code.

Text Font Color

.myTextColor { color: #9C58A1; }

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

This text font color is #9C58A1.


Background Color

.myBgColor { background-color: #9C58A1; }

<div style="background-color:#9C58A1">Inner text</div>

This div background color is #9C58A1.


Border color

.myBorderColor { border: 1px solid #9C58A1; }

<div style="border:3px solid #9C58A1">Div</div>

This div border color is #9C58A1.


Opacity

.myOpacity80 { color: #9C58A1; opacity: 0.8; }

<p style="color:#9C58A1;opacity:0.8;">80%</p>

Text with #9C58A1 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 #9C58A1;}

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

This text has shadow with #9C58A1 color.

.textShadow {text-shadow: 3px 3px 1px #9C58A1, 3px 3px 1px red;}

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

This text has shadow with #9C58A1 primary color and red secondary color.


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

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

This text has shadow with #9C58A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C58A1 on black background.


Color preview on white background

This text has color #9C58A1 on white background.



Black color preview on #9C58A1 background

This text has black color on #9C58A1 background.


White color preview on #9C58A1 background

This text has white color on #9C58A1 background.