COLOR #963A88

HEX: #963A88 RGB: (150,58,136)

Color info

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

RGB color model

#963A88 color RGB value is (150,58,136).

RGB: (150,58,136) (59%, 23%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 58 of 255 = 23%
B 136 of 255 = 53%

150
58
136

R + G + B ~ 45%. #963A88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 58 + 136 = 344 (100%)
R 150 of 344 ~ 43.6%
G 58 of 344 ~ 16.86%
B 136 of 344 ~ 39.53'%

%43.6
%16.86
%39.53

CMYK color model

#963A88 color CMYK value is (0,61,9,41).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 9.33%
  • key color value is 41.18%

CMYK: (0,61,9,41)
C0M61Y9K41 (0%, 61%, 9%, 41%)
(0.00 / 0.61 / 0.09 / 0.41)

CMYK percentages

%0
%61.33
%9.33
%41.18

Codes

Color #963A88 in popluar color models

96 3A 88
RGB 150 58 136
HSL 309° 44.23% 40.78%
HSB/HSV 309° 61.33% 58.82%
CMYK 0.00% 61.33% 9.33%
41.18%

Color #963A88 in popluar number systems.

HEX 96 3A 88
Decimal 150 58 136
Binary 10010110 111010 10001000
Octal 226 72 210

Shades and tints

Shades of #963A88

#963A88
(150,58,136)
#89357C
(137,53,124)
#7C3070
(124,48,112)
#6F2B64
(111,43,100)
#622658
(98,38,88)
#55214C
(85,33,76)
#481C40
(72,28,64)
#3B1734
(59,23,52)
#2E1228
(46,18,40)
#210D1C
(33,13,28)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #963A88

#963A88
(150,58,136)
#9F4B92
(159,75,146)
#A85C9C
(168,92,156)
#B16DA6
(177,109,166)
#BA7EB0
(186,126,176)
#C38FBA
(195,143,186)
#CCA0C4
(204,160,196)
#D5B1CE
(213,177,206)
#DEC2D8
(222,194,216)
#E7D3E2
(231,211,226)
#F0E4EC
(240,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963A88 color. Also use rgb(150,58,136) instead hex code.

Text Font Color

.myTextColor { color: #963A88; }

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

This text font color is #963A88.

Background Color

.myBgColor { background-color: #963A88; }

<div style="background-color:#963A88">Inner text</div>

This div background color is #963A88.

Border color

.myBorderColor { border: 1px solid #963A88; }

<div style="border:3px solid #963A88">Div</div>

This div border color is #963A88.

Opacity

.myOpacity80 { color: #963A88; opacity: 0.8; }

<p style="color:#963A88;opacity:0.8;">80%</p>

Text with #963A88 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 #963A88;}

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

This text has shadow with #963A88 color.


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

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

This text has shadow with #963A88 primary color and red secondary color.


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

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

This text has shadow with #963A88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #963A88.

Preview

Color preview on black background

This text has color #963A88 on black background.


Color preview on white background

This text has color #963A88 on white background.


Black color preview on #963A88 background

This text has black color on #963A88 background.


White color preview on #963A88 background

This text has white color on #963A88 background.


Related colors

Complementary color

Complementary color for #hex is #69C577.


I love getcolorcode.com

Triadic colors

1 #88963A and #3A8896 with #963A88 are triadic colors.

2 #883A96 and #3A9688 with #963A88 are triadic colors.