COLOR #5A0976

HEX: #5A0976 RGB: (90,9,118)

Color info

#5A0976 contains mainly red and blue colors. Web safe color of #5A0976 is #660066 (or #606).

RGB color model

#5A0976 color RGB value is (90,9,118).

RGB: (90,9,118) (35%, 4%, 46%)

RGB channels and saturation

R 90 of 255 = 35%
G 9 of 255 = 4%
B 118 of 255 = 46%

90
9
118

R + G + B ~ 28%. #5A0976 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 9 + 118 = 217 (100%)
R 90 of 217 ~ 41.47%
G 9 of 217 ~ 4.15%
B 118 of 217 ~ 54.38'%

%41.47
%54.38

CMYK color model

#5A0976 color CMYK value is (24,92,0,54).

  • cyan value is 23.73%
  • magenta value is 92.37%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (24,92,0,54)
C24M92Y0K54 (24%, 92%, 0%, 54%)
(0.24 / 0.92 / 0.00 / 0.54)

CMYK percentages

%23.73
%92.37
%0
%53.73

Codes

Color #5A0976 in popluar color models

5A 09 76
RGB 90 9 118
HSL 285° 85.83% 24.90%
HSB/HSV 285° 92.37% 46.27%
CMYK 23.73% 92.37% 0.00%
53.73%

Color #5A0976 in popluar number systems.

HEX 5A 09 76
Decimal 90 9 118
Binary 1011010 1001 1110110
Octal 132 11 166

Shades and tints

Shades of #5A0976

#5A0976
(90,9,118)
#52096C
(82,9,108)
#4A0962
(74,9,98)
#420958
(66,9,88)
#3A094E
(58,9,78)
#320944
(50,9,68)
#2A093A
(42,9,58)
#220930
(34,9,48)
#1A0926
(26,9,38)
#12091C
(18,9,28)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #5A0976

#5A0976
(90,9,118)
#691F82
(105,31,130)
#78358E
(120,53,142)
#874B9A
(135,75,154)
#9661A6
(150,97,166)
#A577B2
(165,119,178)
#B48DBE
(180,141,190)
#C3A3CA
(195,163,202)
#D2B9D6
(210,185,214)
#E1CFE2
(225,207,226)
#F0E5EE
(240,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A0976 color. Also use rgb(90,9,118) instead hex code.

Text Font Color

.myTextColor { color: #5A0976; }

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

This text font color is #5A0976.

Background Color

.myBgColor { background-color: #5A0976; }

<div style="background-color:#5A0976">Inner text</div>

This div background color is #5A0976.

Border color

.myBorderColor { border: 1px solid #5A0976; }

<div style="border:3px solid #5A0976">Div</div>

This div border color is #5A0976.

Opacity

.myOpacity80 { color: #5A0976; opacity: 0.8; }

<p style="color:#5A0976;opacity:0.8;">80%</p>

Text with #5A0976 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 #5A0976;}

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

This text has shadow with #5A0976 color.


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

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

This text has shadow with #5A0976 primary color and red secondary color.


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

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

This text has shadow with #5A0976 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5A0976.

Preview

Color preview on black background

This text has color #5A0976 on black background.


Color preview on white background

This text has color #5A0976 on white background.


Black color preview on #5A0976 background

This text has black color on #5A0976 background.


White color preview on #5A0976 background

This text has white color on #5A0976 background.


Related colors

Complementary color

Complementary color for #hex is #A5F689.


I love getcolorcode.com

Triadic colors

1 #765A09 and #09765A with #5A0976 are triadic colors.

2 #76095A and #095A76 with #5A0976 are triadic colors.