COLOR #963AAF

HEX: #963AAF RGB: (150,58,175)

Color info

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

RGB color model

#963AAF color RGB value is (150,58,175).

RGB: (150,58,175) (59%, 23%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 58 of 255 = 23%
B 175 of 255 = 69%

150
58
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 58 + 175 = 383 (100%)
R 150 of 383 ~ 39.16%
G 58 of 383 ~ 15.14%
B 175 of 383 ~ 45.69'%

%39.16
%15.14
%45.69

CMYK color model

#963AAF color CMYK value is (14,67,0,31).

  • cyan value is 14.29%
  • magenta value is 66.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,67,0,31)
C14M67Y0K31 (14%, 67%, 0%, 31%)
(0.14 / 0.67 / 0.00 / 0.31)

CMYK percentages

%14.29
%66.86
%0
%31.37

Codes

Color #963AAF in popluar color models

96 3A AF
RGB 150 58 175
HSL 287° 50.21% 45.69%
HSB/HSV 287° 66.86% 68.63%
CMYK 14.29% 66.86% 0.00%
31.37%

Color #963AAF in popluar number systems.

HEX 96 3A AF
Decimal 150 58 175
Binary 10010110 111010 10101111
Octal 226 72 257

Shades and tints

Shades of #963AAF

#963AAF
(150,58,175)
#8935A0
(137,53,160)
#7C3091
(124,48,145)
#6F2B82
(111,43,130)
#622673
(98,38,115)
#552164
(85,33,100)
#481C55
(72,28,85)
#3B1746
(59,23,70)
#2E1237
(46,18,55)
#210D28
(33,13,40)
#140819
(20,8,25)
#000000
(0,0,0)

Tints of #963AAF

#963AAF
(150,58,175)
#9F4BB6
(159,75,182)
#A85CBD
(168,92,189)
#B16DC4
(177,109,196)
#BA7ECB
(186,126,203)
#C38FD2
(195,143,210)
#CCA0D9
(204,160,217)
#D5B1E0
(213,177,224)
#DEC2E7
(222,194,231)
#E7D3EE
(231,211,238)
#F0E4F5
(240,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963AAF; }

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

This text font color is #963AAF.

Background Color

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

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

This div background color is #963AAF.

Border color

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

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

This div border color is #963AAF.

Opacity

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

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

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

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

This text has shadow with #963AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #963AAF.

Preview

Color preview on black background

This text has color #963AAF on black background.


Color preview on white background

This text has color #963AAF on white background.


Black color preview on #963AAF background

This text has black color on #963AAF background.


White color preview on #963AAF background

This text has white color on #963AAF background.


Related colors

Complementary color

Complementary color for #hex is #69C550.


I love getcolorcode.com

Triadic colors

1 #AF963A and #3AAF96 with #963AAF are triadic colors.

2 #AF3A96 and #3A96AF with #963AAF are triadic colors.